- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- low-quorum to be set for both boot disks
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 08:52 PM
07-30-2008 08:52 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:04 PM
07-30-2008 09:04 PM
Re: low-quorum to be set for both boot disks
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:52 PM
07-30-2008 09:52 PM
Re: low-quorum to be set for both boot disks
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:56 PM
07-30-2008 09:56 PM
Re: low-quorum to be set for both boot disks
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:18 PM
07-30-2008 10:18 PM
Re: low-quorum to be set for both boot disks
mkboot -a "hpux -lq" raw disk file name
In your case:
mkboot -a "hpux -lq" /dev/rdsk/c2t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:27 PM
07-30-2008 10:27 PM
Re: low-quorum to be set for both boot disks
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:29 PM
07-30-2008 10:29 PM
Solution"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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:33 PM
07-30-2008 10:33 PM
Re: low-quorum to be set for both boot disks
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 11:25 PM
07-30-2008 11:25 PM
Re: low-quorum to be set for both boot disks
hpux -lq" is totally sufficient.
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 07:26 PM
07-31-2008 07:26 PM