- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Determine if quorom is set or not
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
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
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
тАО05-22-2003 04:29 AM
тАО05-22-2003 04:29 AM
How can we show the status of the quorum in a volume group. It is settable through lvchange -q y/n, but *how* can we *read* it? This is not only valid for the boot volume (vg00), but also for any other volume group. The lifcp /dev/rdsk/
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 04:54 AM
тАО05-22-2003 04:54 AM
Re: Determine if quorom is set or not
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/dsk/cxtxdx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 04:58 AM
тАО05-22-2003 04:58 AM
Re: Determine if quorom is set or not
at boot you disable qorum with
hpux -lq (;0)/stand/vmunix
and in general you can change the activation with the vgchange -a y -q y|n .
If you want to konw the status, simply look at vgdisplay -v. If there are missing disk, you will find.
By default quorum is ALWAYS required, unless specified (-q n ).
Answer can also be found in the man page:
-q quorum Set the quorum enforcement for each specified
volume group. quorum can have one of the
Hewlett-Packard Company - 4 - HP-UX Release 11.00: October 1997
Standard input
following values:
y Enforce the quorum requirement.
This is the default.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:01 AM
тАО05-22-2003 05:01 AM
Re: Determine if quorom is set or not
This is *not* what we mean. We don't want to make this volume 'bootable', but we want to know/show and not change this setting (comparable with AIX 'lsvg anyvg'), there is a line, saying: QUORUM: n.
Gert Leerdam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:04 AM
тАО05-22-2003 05:04 AM
Re: Determine if quorom is set or not
Hello,
not sure what you mean but I guess it is that
you can activate a VG without quorum being present by:
vgchange -a y -q n vgXYZ
vgdisplay vgXYZ
will give you two numbers of disks:
Cur PV
Act PV
if you regain your "lost" disks in the VG you have to activate it again to recover links too previously missing disks. simply enter
vgchange -a y vgXYZ
if you have access to all disks that belong to the VG, then Cur PV = Act PV.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:08 AM
тАО05-22-2003 05:08 AM
Re: Determine if quorom is set or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:20 AM
тАО05-22-2003 05:20 AM
Re: Determine if quorom is set or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:24 AM
тАО05-22-2003 05:24 AM
Re: Determine if quorom is set or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:44 AM
тАО05-22-2003 05:44 AM
Re: Determine if quorom is set or not
Thank you for your answer(s). It seems to be, that you are right. It's a pity, that you cannot check what is the setting of the quorum value. We had a machine, that was rebooted, and then the vg03 did not work anymore. After setting the quorum to No, the volumes could be mounted again. But we could never read the value.
Thanks,
Gert Leerdam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 05:46 AM
тАО05-22-2003 05:46 AM
SolutionInteresting question. The quorum information is maintained in the VGRA (Volume Group Reserved Area) where, among many things, the VGID can be found.
Perhaps someone from HP could provide the specific address that we could interrogate.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 06:07 AM
тАО05-22-2003 06:07 AM
Re: Determine if quorom is set or not
The problem is that quorum on hp-ux is only a flag used at activation (and not a value that we could choose). So I can't see any reason to reserve a field in the VGRA for this flag.
I think that the value you are looking for is simply the hp-ux rule : more than 50% of the number of disks ...
So having a look at cur PV against act PV in the vgdisplay output will give you the reason why your vg couldn't be activated. For example having lost 1 disk on a 2 disks vg means that you haven't met the quorum. This is only checked at activation time.
Regards.