Operating System - HP-UX
1841997 Members
3759 Online
110185 Solutions
New Discussion

booting the system without quorum

 
dhanish
Regular Advisor

booting the system without quorum

Hi,
I want to know how to boot the system without quorum..

thnks
Kulvinder
Never Say Die
3 REPLIES 3
Bill McNAMARA_1
Honored Contributor

Re: booting the system without quorum

interupt the boot at first promt (10 seconds)

BO PRI
Interact with IPL ? Y
ISL> hpux -lq

You may need to bootinin maintenance mode aswell:

ISL> hpux -lq -lm

Later,
Bill
It works for me (tm)
Jeff Schussele
Honored Contributor

Re: booting the system without quorum

Hi nitin,

You can also do the following on BOTH boot mirrors

mkboot -a "hpux -lq" /dev/rdsk/cxtydz

This will allow either to boot the next time w/o quorum present.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Sanjay_6
Honored Contributor

Re: booting the system without quorum

Hi Nitin,

If this is the root disk that you are trying to boot without quorun, then boot the disk (pri or alt) and interact with ipl. At the ipl prompt type,

hpux -lq (;0)/stand/vmunix

If you are talking about booting the system and activating one of the vg's without quorun, try

vgchange -q n -a y /dev/vg_name

Hope this helps.

Regds