Operating System - HP-UX
1833016 Members
3046 Online
110048 Solutions
New Discussion

problem while activating volume in cluster

 
gab_in
Regular Advisor

problem while activating volume in cluster

Hi,

I am getting the below error message in one of the node of a two node serviceguard cluster. Can u please help to resolve this issue?

# vgchange -a y /dev/vg06
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t0d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t0d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "/dev/vg06":
Quorum not present, or some physical volume(s) are missing

Thanks in advance
Gab
7 REPLIES 7
Prashanth Waugh
Esteemed Contributor

Re: problem while activating volume in cluster

Hi Gab,

normally vg is activated in exclusive mode.

#vgchange -a e vgname

Regards
Prashant
For success, attitude is equally as important as ability
Prashanth Waugh
Esteemed Contributor

Re: problem while activating volume in cluster

Hi ,

check
ioscan -fnC disk |grep "c0t0d0"

Regards
Prashant
For success, attitude is equally as important as ability
Prashanth Waugh
Esteemed Contributor

Re: problem while activating volume in cluster

Hi ,
Quorum not present, or some physical volume(s) are missing

from ur output it seems that its not meeting the quorum condition.

check #vgdisplay -v /dev/vg06
If its not meeting the quorum it will not activate. for meeting the quorum the no of pv in that vg must be present more than 52%

Regards
Prashant
For success, attitude is equally as important as ability
Torsten.
Acclaimed Contributor

Re: problem while activating volume in cluster

52% ???

>50% is ok.

If this is a package, I would assume this command

# vgchange -q n -a e /dev/vg06

Question is, where is c0t0d0 gone?

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!   
Prashanth Waugh
Esteemed Contributor

Re: problem while activating volume in cluster

Hi Torsten.

it should be 50%


Reagrds
Prashant
For success, attitude is equally as important as ability
Ganesan R
Honored Contributor

Re: problem while activating volume in cluster

Hi,

It looks some pv's are missing from that vg.

Check the status of all pv's belongs to that vg and rectify if some are missing.

Thanks
Best wishes,

Ganesh.
Suraj K Sankari
Honored Contributor

Re: problem while activating volume in cluster

Hi,

For missing PV please check the syslog.log file is there any hardware failure is there or not.

Suraj