1836582 Members
1386 Online
110102 Solutions
New Discussion

full root volume "/"

 
SOLVED
Go to solution
Gary Glick
Frequent Advisor

full root volume "/"

I logged into one of our lesser used dev servers a bit ago and was greeted with a vx_nospace /dev/root system full(262MB in size). It appears that /etc/opt/resmon/persistence is the problem. The directory is 176MB with about 44k files. They are dated back to the first of the year.

What are they, & can I get rid of most of 'em?

Thank you for any assistance.

Gary
4 REPLIES 4
Victor Fridyev
Honored Contributor

Re: full root volume "/"

Hi,

The files are from one of system monitors.
You can delete the files. Taking into account the quantity of files, use
#> find /etc/opt/resmon/persistence -mtime +30 | xargs rm

HTH
Entities are not to be multiplied beyond necessity - RTFM
Rick Garland
Honored Contributor

Re: full root volume "/"

These are files related to Event Monitoring Service (EMS)

Go through SAM and disable the monitoring you have configured.
spex
Honored Contributor
Solution

Re: full root volume "/"

Gary,

The EMS daemon generates these files. The last message in this thread contains instructions on the proper way to remove them:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=111519

PCS
Gary Glick
Frequent Advisor

Re: full root volume "/"

Thanks Spex that got it.

Thanks to everyone for lending a hand.

Gary