Operating System - HP-UX
1836841 Members
2279 Online
110110 Solutions
New Discussion

Re: To set low-quorum for Itanium 11.3 server)

 
zsujith
Frequent Advisor

To set low-quorum for Itanium 11.3 server)

Hi
How to set low-quorum for Itanium (ia64 hp server rx2660 HP-UX B.11.31 U) server.
in my server low-quorum is not set for both disks.Can any one give me the solution.

# lifcp /dev/rdsk/c0t1d0s2:AUTO -
hpux
# lifcp /dev/rdisk/disk8_p2:AUTO -
hpux
#


regards
Sujith
"The most wasted day is that in which we have not laughed."
3 REPLIES 3
Deepak Kr
Respected Contributor

Re: To set low-quorum for Itanium 11.3 server)

Hi,

You can do it using following command:

# mkboot â a â boot vmunix â lqâ /dev/rdsk/c0t1d0

"There is always some scope for improvement"
Torsten.
Acclaimed Contributor

Re: To set low-quorum for Itanium 11.3 server)

See

http://docs.hp.com/en/5992-3385/ch03s04.html

Example:

# mkboot -a "hpux" /dev/rdisk/disk6
or
# mkboot -a "hpux -lq" /dev/rdisk/disk6

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!   
zsujith
Frequent Advisor

Re: To set low-quorum for Itanium 11.3 server)

ThanK U
"The most wasted day is that in which we have not laughed."