‎2011-10-24
08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
need suggestion on Obsolate Logs
Hello, On my Server there are obsolate logs arround in GBs, I would like to remove it. Is there any method of removing it completely from storage and What are the precautions I need to take while removing it? Is there any impact of removing it? I thought of removing it which will help to get more space for new logs. Please guide me. Thanks in advance.
3 Replies
‎2011-10-25
09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The only impact of deleting obsolete logs is that they will never be available again. The process for removing the logs from the obsolete-data folder is simply to either delete them or move them to an archived location of your choice. This is done from the OS - you can't remove them using the enVision UI.
‎2011-10-31
05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks MattMarchand for the reply.
‎2011-11-03
04:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I use a DOS BAT file using LSMAINT to tackle this. I have a Windows task set to run it at 12:01 AM on the 1st day of every month...
@Echo off
CLS
E:
CD\
CD \nic\4000\LTSSEM-DS1\bin
lsmaint -show -time start -12M -devices * > C:\Temp\monthlypurge.txt
lsmaint -delete -time start -12M -devices *
Good luck!
