![]() | Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1012592.1 : AIX varyonvg fails hdlm volumes, "no good copies of the descriptor area".
PreviouslyPublishedAs 217332
Applies to:Sun Storage 9910 SystemSun Storage 9960 System Sun Storage 9970 System Sun Storage 9985 System Sun Storage 9990 System IBM AIX on POWER Systems (64-bit) SymptomsOn AIX, when a dlmvaryonvg or varyonvg is attempted to a volume group built on devices presented by hdlm, the command fails with the following error message:0516-013 varyonvg: The volume group cannot be varied on because there are no good copies of the descriptor area. CauseWhen volume groups built on hdlm devices are varied on, if reservation level is set to 2 (default), the underlying hdisks are reserved using scsi3 persistent group reservations. The reservations should be removed on varyoffvg but may not have been removed due to a system problem. SolutionHere is an example using dlmvg1 which fails to varyon, showing the recovery steps.# dlmvaryonvg dlmvg1 determine what devices make up dlmvg1: # lspv | grep dlmvg1 The line above shows dlmvg1 is made up of the single device dlmfdrv1. To determine what hdisks make up dlmfdrv1: # dlnkmgr view -drv | grep dlmfdrv1 We see in the line above dlmfdrv1 is made up of two paths, one through hdisk3 the other hdisk5. To determine if either has a reservation on: # dlmpr -k From the output above we see reservations on hdisk3 and hdisk5. This is why we can't vary this vg online. Note the self Reservation key may be different from the Reservation Key if a reboot has taken place. To clear the reservations we use dlmpr -c hdiskN. dlmpr -c hdisk3 This should clear the reservations allowing the volume group to be varied online. Additional Information This applies to a single host environment. If another host has access to this volume group, it may have the volume group varied on line and the devices reserved. That would be a purely administrative issue. Applies to HDLM 5.1 and later. Attachments This solution has no attachment |
||||||||||||
|