Operating System - HP-UX
1833998 Members
4038 Online
110063 Solutions
New Discussion

Vgdisplay when volum is not activated

 
SOLVED
Go to solution
Dany De Bontridder
Occasional Advisor

Vgdisplay when volum is not activated

I have a system with service/guard, and LVM.

On the node where the volum group is not activated I would like to display his configuration.

How can I do this ?

Thanks in advance,

D.
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: Vgdisplay when volum is not activated

Hi,

normally not, because the vg is not activated.
But you can activate it in read-only mode.

But why not using the other system to get this information?

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!   
Calandrello
Trusted Contributor

Re: Vgdisplay when volum is not activated

Dany

verify if the VG this asset executes the command vgdisplay /dev/vgxxx to activate the VG in node executes vgchange - the y /dev/vgxxxx script this certainty?
IT_2007
Honored Contributor

Re: Vgdisplay when volum is not activated

you can activate in read only mode and then do vdisplay

vgchange -a r /dev/vgXX
vgdisplay -v /dev/vgXX
Dany De Bontridder
Occasional Advisor

Re: Vgdisplay when volum is not activated

It works thank you very much :-)