Operating System - HP-UX
1825720 Members
2905 Online
109686 Solutions
New Discussion

must /var/adm/crash fileystem be in root VG?

 
Wayne King_1
New Member

must /var/adm/crash fileystem be in root VG?

I am creating a separate filesystem for /var/adm/crash
but the current root vg has no free space. Is this
filesystem required to be in the root VG? I'm concerned
that other VGs may not be mounted/available at the point in the reboot where a
dump is being saved to
filesystem space.

+ Wayne
2 REPLIES 2
Lino Martinez_1
Occasional Contributor

Re: must /var/adm/crash fileystem be in root VG?

The default directory for crash dump is /var/adm/crash,
however you could specify a different directory. This directory could be within
a file system that doesn't belong to the volume group vg00. Only You have to
modify the file /etc/rc.config.d/savecore (using vi), the variable SAVECORE_DIR
indicate the directory where the system going to generate the dump.
Note: the filesystem in which this directory is located should have as much
free space as your system has RAM.

good luck!
Paul Mccleary_2
Occasional Advisor

Re: must /var/adm/crash fileystem be in root VG?

You could just link the /var/adm/crash to another directory in another volume
group with more space. Just man the ln command. This saves messing with the
settings for dumping kernel at crash.

Rgds, Paul