AIX LVM QUORUM mysteries revealed

Technote (FAQ)


Question

Why can't I varyon a Volume Group when one or more physical volumes are not available?

Cause

Varyonvg requires 100% of its physical volumes be available and accessible in order to successfully vary on the Volume Group without using the force option.

Answer

A common misconception is that the QUORUM setting of an LVM Volume Group can affect one's ability to varyon a volume group, when, in fact, the Volume Group QUORUM setting (enabled or disabled) has no bearing on the varyon process. This misconception is further enhanced by the following varyonvg error message...

0516-052 varyonvg: Volume group cannot be varied on without a
       quorum. More physical volumes in the group must be active.


This message indicates a "quorum" of physical volumes must exist in order to varyon the Volume Group and is unrelated to the Volume Group's QUORUM setting.

The Volume Group QUORUM setting is a concept that applies only to currently varied on Volume Groups in order to force varyoff of the Volume Group should it lose more than 51% of it's disks. With QUORUM disabled on the Volume Group, loss of one or more disks will not cause the Volume Group to varyoff. If QUORUM is enabled on the Volume Group, LVM will force varyoff the Volume Group if less than 51% of it's disks are available and accessible. For a two disk Volume Group with QUORUM enabled, LVM will check the number of VGDAs on each disk and varyoff the Volume Group should it lose QUORUM (if it loses the disk with two active VGDA's).

The Volume Group's QUORUM setting has no meaning for a Volume Group which is currently varied off. Varyonvg does not look at how many VGDAs a disk has, it ONLY looks at the number of physical volumes which are available and accessible. Without the -f (force) flag, ALL physical volumes in a Volume Group must be available and accessible. If one or more physical volumes is unavailable, the Volume Group may be forced online with varyonvg -f.


Excerpts from the varyonvg man page...
(review the man page for current information)

"The varyonvg will fail to varyon the volume group if a majority of the physical volumes are not accessible (no Quorum). This condition is true even if the quorum checking is disabled. Disabling the quorum checking will only ensure that the volume group stays varied on even in the case of loss of quorum."

"If the volume group cannot be varied on due to a loss of the majority of physical volumes, a list of all physical volumes with their status is displayed. To varyon the volume group in this situation, you will need to use the force option."

"-f Allows a volume group to be made active that does not currently have a quorum of available disks. All disk that cannot be brought to an active state will be put in a removed state. At least one disk must be available for use in the volume group."

"The volume group will not varyon if there are any physical volumes in PV_MISSING state and the quorum checking is disabled. This condition is true even if there are a quorum of disks available. To varyon on in this situation either use the force option or set an environment variable MISSINGPV_VARYON to TRUE (set this value in /etc/environment if the volume group needs to be varied with missing disks at the boot time)."

 
Cross reference information
SegmentProductComponentPlatformVersionEdition
Operating Systems AIX family   AIX 5.2, 5.3, 6.1  
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
How to build a NIM Server on AIX 6.1 from the Scratch :: Part 1
Viewed 6237 times since Thu, Nov 29, 2018
AIX↑ AIX www links
Viewed 4623 times since Sat, Apr 20, 2019
Do you Know These 5 Use of V$session View ?
Viewed 160608 times since Thu, Jun 21, 2018
Finding password rules in AIX
Viewed 3493 times since Mon, May 28, 2018
0516-404 allocpThis system cannot fulfill the allocation
Viewed 10899 times since Thu, Sep 20, 2018
AIX Different Commands For Paging Space Administration swap file create
Viewed 8865 times since Thu, Aug 1, 2019
Convert to Scalable Volume Groups
Viewed 5738 times since Wed, May 30, 2018
A Unix Utility You Should Know About: lsof
Viewed 2845 times since Tue, Apr 16, 2019
How to install filesets/software in aix?
Viewed 7680 times since Mon, Jul 8, 2019
Mirroring session (TTY) on AIX using portmir
Viewed 10562 times since Thu, Feb 21, 2019