1846646 Members
2509 Online
110256 Solutions
New Discussion

Re: Boot disk

 
SOLVED
Go to solution
j773303
Super Advisor

Boot disk

I have 2 disk c0t1d0 and c1t1d0 in the VG00,
c1t1d0 is a mirror boot disk. Does anyone knows which disk is the boot disk currently ?
Which way can show the system is boot by which disk ? Thanks.
Hero
6 REPLIES 6
John Palmer
Honored Contributor
Solution

Re: Boot disk

Hi,

Run setboot this will display the primary and alternate boot paths.

man setboot

Regards,
John
Simon Hargrave
Honored Contributor

Re: Boot disk

Yes, you can do it with adb: -

echo 'boot_string/s' | adb /stand/vmunix /dev/mem

This will show you the boot string, which will include the hardware path of the disk. You can then match this to device file with your choice of ioscan or lvlnboot -v
Franky_1
Respected Contributor

Re: Boot disk

Hi,

you can type "setboot" and look for primary and alternate bootpath
Then type a ioscan -fnC disk and you'll see under the column H/W Path which disk is the current boot disk and which disk is the mirrored one

Regards

Franky
Don't worry be happy
Sยภเl Kย๓คг
Respected Contributor

Re: Boot disk

Using setboot command is the best option for you
regards
SK
Your imagination is the preview of your life's coming attractions
Sunil Sharma_1
Honored Contributor

Re: Boot disk

Hi,
setoot will give you information about primary and alternat boot path and if system booted automatically, without manual intervention, primery path will be the disk where system booted.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Simon Hargrave
Honored Contributor

Re: Boot disk

path ACTUALLY booted from isn't shown by setboot. This will show primary and alternate, however if an admin did "bo alt" to boot, setboot will not show this.

The only way to see the ACTUAL disk used to boot is with the adb command above (unless the server has just booted it may be at the top of dmesg output).