Operating System - HP-UX
1825007 Members
2900 Online
109678 Solutions
New Discussion

logging for the root file system.

 
SOLVED
Go to solution
Jonathan Grymes
Frequent Advisor

logging for the root file system.

This is a STIG finding Im trying to resolve:

GEN003640: proeai02, HPUX11 has not implemented logging for the root file system.

/ on /dev/vg00/lvol3 ioerror=mwdisable,delaylog,dev=40000003 on Wed May 28 15:34:21 2008

Does anyone know how to change delaylog to log? What does this do? And where does the logging occur?
1 REPLY 1
James R. Ferguson
Acclaimed Contributor
Solution

Re: logging for the root file system.

Hi:

Look at the manpages for 'mount_vxfs(1M)'. The 'delaylog' and 'log' mount options are discussed there. 'delaylog' is the default.

You set these options in '/etc/fstab' so that at the time of mount they are armed.

I'm not sure why you want to change the 'delaylog' setting for the '/' filesystem.

Regards!

...JRF...