1833555 Members
3181 Online
110061 Solutions
New Discussion

identify the boot disk

 
SOLVED
Go to solution
simon_164
Super Advisor

identify the boot disk

Any one knows a way to identify on which disk the hp-ux booted, i am on an integrity server. The command i used to use with PA-RISC is:
echo "boot_string/S" | adb /stand/vmunix /dev/kmem .
now it is giving me an error saying the /S is an unidentified format character.

Best Regards,
5 REPLIES 5
Ivan Ferreira
Honored Contributor

Re: identify the boot disk

Maybe you can use cat /stand/bootconf.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Rick Garland
Honored Contributor

Re: identify the boot disk

Laerte Cardoso
Frequent Advisor
Solution

Re: identify the boot disk

Hi,
Use this:
grep "Boot device" /var/adm/syslog/syslog.log
Rick Garland
Honored Contributor

Re: identify the boot disk

Sorry, my post is PA-RISC

simon_164
Super Advisor

Re: identify the boot disk

Thank you!!