1759164 Members
2920 Online
108879 Solutions
New Discussion юеВ

verify root/boot disks

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

verify root/boot disks

Hi all:

Got a new rx3600 with HPUX 11.23. This has the P400 controller and it should be doing HW mirroring. That's how we set it up.

How can I check? Is there a command (or set of commands) I can run against the system to identify the boot drive(s), the mirror, the ALT boot, is it configured to boot from the mirror, etc.

Thanks!
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: verify root/boot disks

Hi Rick,

get the controller device from the ioscan (e.g. /dev/sasd0) and run:

# sasmgr get_info -D /dev/sasd0 -q raid=all

you will get the information about the RAIDs and the disks included in them.

See "man sasmgr" for much, much more information ;-)


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: verify root/boot disks

Some links - just in case - here is the manual:

http://docs.hp.com/en/J6369-90041/index.html

and some examples:

http://docs.hp.com/en/J6369-90041/ch04s04.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Rick Garland
Honored Contributor

Re: verify root/boot disks

Above and beyond the call of duty - another 10 pts.

Thanks Torsten!