cancel
Showing results for 
Search instead for 
Did you mean: 

Netbackup master server /usr/openv is 99%

ravin_a
Level 4

Its urgent, provide the steps to do the clean up. Already requested OS team for FS extension.

 

Thanks,

2 ACCEPTED SOLUTIONS

Accepted Solutions

jim_dalton
Level 6

Depends where the problem is. You'll need to breakdown the filesystem, hence how big is it in total and how does it break down?

One possible place to target would be logfiles which may or may not be in the same space. There are plenty other candidates. Jim

View solution in original post

watsons
Level 6

# du -ks /usr/openv

gives you a breakdown of how much spaces used up under each subdir.

If you find /usr/openv/logs is the one that has most HUGE files (usually so), then use this to delete it fast - of course be diligent that you don't need them first:

# vxlogmgr -d -e "2/28/2015 00:00:00 AM" 

this will delete all files under that /usr/openv/logs  which are dated before Feb28 2015. Don't worry, it will give you a list of what to delete first before you hit confirmation or cancel.

Finally, look at /usr/openv/netbackup/logs for other big logs.

View solution in original post

3 REPLIES 3

jim_dalton
Level 6

Depends where the problem is. You'll need to breakdown the filesystem, hence how big is it in total and how does it break down?

One possible place to target would be logfiles which may or may not be in the same space. There are plenty other candidates. Jim

watsons
Level 6

# du -ks /usr/openv

gives you a breakdown of how much spaces used up under each subdir.

If you find /usr/openv/logs is the one that has most HUGE files (usually so), then use this to delete it fast - of course be diligent that you don't need them first:

# vxlogmgr -d -e "2/28/2015 00:00:00 AM" 

this will delete all files under that /usr/openv/logs  which are dated before Feb28 2015. Don't worry, it will give you a list of what to delete first before you hit confirmation or cancel.

Finally, look at /usr/openv/netbackup/logs for other big logs.

Marianne
Level 6
Partner    VIP    Accredited Certified
"Its urgent, ..." and then no response in 6 days!