Operating System - HP-UX
1834608 Members
2693 Online
110069 Solutions
New Discussion

Re: low-quorum to be set for both boot disks

 
SOLVED
Go to solution
zsujith
Frequent Advisor

low-quorum to be set for both boot disks

Hi,
How to set low-quorum for both boot disks?
In my HP server it shows
xsl:root# lifcp /dev/rdsk/c2t0d0:AUTO -
hpux
xsl:root# lifcp /dev/rdsk/c2t1d0:AUTO -
hpux -lq

I want to set low quorum for both disks
Can any one suggest the command for this task?
Regards
Sujith
"The most wasted day is that in which we have not laughed."
9 REPLIES 9
Torsten.
Acclaimed Contributor

Re: low-quorum to be set for both boot disks

Use this:

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

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: low-quorum to be set for both boot disks

Hi,
In some server lifcp out put is diffrent

# lifcp /dev/rdsk/c2t1d0:AUTO -
hpux
# lifcp /dev/rdsk/c2t0d0:AUTO -
hpux -lq /stand/vmunix

How can I make hpux -lq /stand/vmunix for the other disk?
"The most wasted day is that in which we have not laughed."
Torsten.
Acclaimed Contributor

Re: low-quorum to be set for both boot disks

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

is enough.

/stand/vmunix is the default - no need to specify this.

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!   
Deepak Kr
Respected Contributor

Re: low-quorum to be set for both boot disks

Try using :

mkboot -a "hpux -lq" raw disk file name

In your case:

mkboot -a "hpux -lq" /dev/rdsk/c2t0d0
"There is always some scope for improvement"
zsujith
Frequent Advisor

Re: low-quorum to be set for both boot disks

Hi,
I am little confused, In some server it shows
# lifcp /dev/rdsk/c2t0d0:AUTO -
hpux -lq boot(;0)/stand/vmunix
# lifcp /dev/rdsk/c2t1d0:AUTO -
hpux

Why it diffrent in diffrent servers?
"The most wasted day is that in which we have not laughed."
Torsten.
Acclaimed Contributor
Solution

Re: low-quorum to be set for both boot disks

It is different because somebody set it to these different values.

"hpux -lq" is totally sufficient.

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: low-quorum to be set for both boot disks

see also

http://docs.hp.com/en/B2355-60127/hpux.1M.html

entries like "boot(;0)..." are for backward compatibility and not needed, because they are all default.

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!   
Sharma Sanjeev
Respected Contributor

Re: low-quorum to be set for both boot disks

Agree with Torston

hpux -lq" is totally sufficient.

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
zsujith
Frequent Advisor

Re: low-quorum to be set for both boot disks

Thank You.
"The most wasted day is that in which we have not laughed."