Operating System - HP-UX
1834163 Members
2491 Online
110064 Solutions
New Discussion

volume group not activated

 
SOLVED
Go to solution
Arnold_14
Advisor

volume group not activated

Hi,

A little bit history, last night the SAN admin decided to un-install EMC PowerPath software because it was giving us problems. After he rebooted the box, the volume groups were all gone!! This morning I tried to mount filesystems manually, and it said "Volume Group not activated"

Some outputs

# vgchange -a y /dev/skyplan1
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c17t0d0":
I/O error
vgchange: Warning: couldn't query physical volume "/dev/dsk/c17t0d0":
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/skyplan1":
Quorum not present, or some physical volume(s) are missing.

# vgdisplay -v /dev/skyplan1
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/skyplan1".

Help.
Thanks so much
Arnold
8 REPLIES 8
Hazem Mahmoud_3
Respected Contributor
Solution

Re: volume group not activated

Check this out, similar problem as yours and it looks like his problem was solved in this thread:

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

-Hazem
KapilRaj
Honored Contributor

Re: volume group not activated

Can you confirm all the disks are present by ioscan -fnC disk

Regds,

Kaps
Nothing is impossible
Arnold_14
Advisor

Re: volume group not activated

I got the VG back :)

I did vgscan -v, I had some missing controllers.

Then, vgchange -a y

Then, lvlnboot -R

Then, mountall

Everything is back !!
Fabio Ettore
Honored Contributor

Re: volume group not activated

Hi Arnold,

it sounds like an LVM configuration problem.

# vgcfgrestore /dev/vg01

HTH.

Best regards,
Ettore
WISH? IMPROVEMENT!
Fabio Ettore
Honored Contributor

Re: volume group not activated

Ok, I am writing when you posted.

Best regards,
Ettore
WISH? IMPROVEMENT!
Todd McDaniel_1
Honored Contributor

Re: volume group not activated

First, shoot your EMC tech...

Second, try to do ioscan/insf -e... possibly vgscan might work first.

Next, try to vgimport or vgcfgrestore your disk information.
Unix, the other white meat.
Todd McDaniel_1
Honored Contributor

Re: volume group not activated

one more thing... Make sure you have PVlinks activated so if your h/w path fails... you will have a fail over path...


also, know this that your thruput i/o will suffer greatly w/o Powerpath... so expect worse I/o from now on.


no points here. plz
Unix, the other white meat.
Kang Sun_1
New Member

Re: volume group not activated

My question is a little different. When I do 'lvlnboot -v", I got
....
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/data".

The volume group /dev/data does not exist from SAM. It must be left over from previous configuration. The question is how to clean it up! Should I simply delete /dev/data or I need to do something else.

-- Kang