Operating System - HP-UX
1826231 Members
2601 Online
109692 Solutions
New Discussion

Re: Not able to activate vg

 
Rupesh_13
New Member

Not able to activate vg

I am not able to activate VG. vgchange -a y vg_swap gives followsing error
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c80t13d0":
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c80t13d0":
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 "vg_swap":
Quorum not present, or some physical volume(s) are missing.


In ioscan I am able to see the disk and diskinfo is showing the information about the disk.

Urgent help on this required.

Thanks in advance.

Rupesh
7 REPLIES 7
Muthukumar_5
Honored Contributor

Re: Not able to activate vg

Follow this:

http://docs.hp.com/en/B2355-90698/ch05s07.html

hth
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Not able to activate vg

Can you check #dmesg and syslog for more details ?

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=18143
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=84828

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Mugilvannan
Valued Contributor

Re: Not able to activate vg

See http://forums1.itrc.hp.com/service/ forums/questionanswer.do?threadId=736659

&

http://forums1.itrc.hp.com/service/ forums/questionanswer.do?threadId=960557
If U need a helping hand, U will find one at the end of your arm
Devender Khatana
Honored Contributor

Re: Not able to activate vg

Hi,

This error means that one of the disk belonging to this VG is missing or has been moved.

What is the output of

#strings /etc/lvmtab

Also try to activating the VG without quorum check

#vgchange -a y -q n /dev/vg_swap

HTH,
Devender
Impossible itself mentions "I m possible"
Rita C Workman
Honored Contributor

Re: Not able to activate vg

The first thing I do when I see something like this is to check if the disk reflects the correct vgid info.

Get the c-t-d- number of one disk that you still show as part of the vg and run:

echo "0x2008?4D" | adb /dev/dsk/

Take a look at the fifth (last) column and note it's value.
Now run the same command using the problem disk and see what value it says...
If it's different, can you identify what vg it goes to ?
Then I'd have a couple other questions, cause this error may simply be one side of a two sided issue....:

Do you use BCV's ??
What was the last VG you set up, or change to any VG you did ?? Is everything still working properly there ? Have your cross checked to ensure you didn't erroneously use that disk on something new ??

Once you know exactly where your at, maybe we can help get you back where you belong.

Rita
baiju_3
Esteemed Contributor

Re: Not able to activate vg

Hi Rita ,

What does the columns represent ?

echo "0x2008?4D" | adb /dev/dsk/c2t6d0
2008: 632309393 1112792185 632309393 1112709082


Thx,
bl.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Rupesh_13
New Member

Re: Not able to activate vg

One of the disk of the vg was failed.

I replaced it and now the system is ok.

Thanks for the help and suggestions

Warm regards

Rupesh