1833433 Members
3023 Online
110052 Solutions
New Discussion

checklist hp-ux

 
SOLVED
Go to solution
kacou
Regular Advisor

checklist hp-ux

Hi,
after vgdisplay command i have this result.
is it a very critical error?
--------------------------------------
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vgccb
9 REPLIES 9
OFC_EDM
Respected Contributor
Solution

Re: checklist hp-ux

Do a man on vgchange.

I believe it's vgchange -a y to activate the volume group.

But for exact syntax refer to the man page.
The Devil is in the detail.
SUDHAKAR_18
Trusted Contributor

Re: checklist hp-ux

Hi,

Your vg is not activated.

vgchange -a y vgccb

regards,
SHR
Torsten.
Acclaimed Contributor

Re: checklist hp-ux

There are 2 possible reasons (or maybe more).

1) vg is part of a cluster and is opened on another node - try "cmviewcl" or " cmviewcl -v"

2) the VG is de-activated for any reason - try to activate it.

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!   
kacou
Regular Advisor

Re: checklist hp-ux

can i activate it now if there are many data on this disk (/dev/vgccb)?
Torsten.
Acclaimed Contributor

Re: checklist hp-ux

> can i activate it now if there are many data on this disk


I guess you want to activate it *because* of the data on that disk ... ;-)

Try

# vgchange -a y vgccb

and post the results.
If there is anything wrong (part of cluster or a missing disk in this vg) the result will tell you.

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!   
Jeeshan
Honored Contributor

Re: checklist hp-ux

Hi

Sure, if you do not activate it you didn't get the file system online.

vgchange -a y /dev/vgccb
a warrior never quits
Prashanth Waugh
Esteemed Contributor

Re: checklist hp-ux

Hi ,

You should activate the VG in exclsive mode (in cluster scenario) . so Only one server read/write in to it

Vgchange -a -e
For success, attitude is equally as important as ability
vjta
Regular Advisor

Re: checklist hp-ux

Hi!

u have to activte vol group just by
vgchange -a y
vgchange -a e # activate in xlusive mode
vgchange -a s # activate in shared mode

also go thru man vgchange


regards
vjta
Vijeta Bhedi
Craig A. Sharp
Super Advisor

Re: checklist hp-ux

Its no problem. Just go ahead and activate the vg.

vgchange -a y vgccb

Activating the volume group will have no effect on any currently running vg's.