1830250 Members
2835 Online
110000 Solutions
New Discussion

no quorum boot disks

 
SOLVED
Go to solution
Ricardo Rocha
Valued Contributor

no quorum boot disks

Hi all,

How can I know if the boot disks have the no quorum option enabled, ie, hpux -lq?

Thanks
"there is this old man who spent so much of his life sleeping that he is able to keep awake for the rest of his years"
3 REPLIES 3
S.K. Chan
Honored Contributor
Solution

Re: no quorum boot disks

Examine the content of the AUTO LIF file in the boot area. For example .. (assuming the boot disk is c2t2d0) ..
# lifcp /dev/rdsk/c2t2d0:AUTO -
The above will display the boot string. Take note of the "-" (dash) after "AUTO".
Vicente Sanchez_3
Respected Contributor

Re: no quorum boot disks

Hi Ricardo,

You can try:

lifcp /dev/rdsk/your_boot_disk:AUTO -

Regards, Vicente.
Ricardo Rocha
Valued Contributor

Re: no quorum boot disks

Thanks,

Just what I needed......
"there is this old man who spent so much of his life sleeping that he is able to keep awake for the rest of his years"