Operating System - HP-UX
1823144 Members
3592 Online
109647 Solutions
New Discussion юеВ

Re: reduce a disk of one volume group

 
SOLVED
Go to solution
Jose Ramirez_6
Advisor

reduce a disk of one volume group

Hi.

I have two disk in the a vg with mirror disk and service guard.

2 days ago uninstall service guard.

Now the vg is inactived and one disk is missing.

The problem is that cann??t activate vg with command vgchange -a y -q n vg05 for do vgreduce -f vg05


thank you for your help
JRM.
jose ramirez
3 REPLIES 3
Jeff Schussele
Honored Contributor

Re: reduce a disk of one volume group

Hi JRM,

You may need to make the VG cluster-unaware now that you've removed MC/SG:

vgchange -c n vg05

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jose Ramirez_6
Advisor

Re: reduce a disk of one volume group

hi Jeff.

I do the command vgchange -c n vg05 and the system reply.

sdmadr3# vgchange -c n vg05
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk
/c5t8d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Could not attach to volume group "vg05" all of
its physical volumes.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t8d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.


Thank you for help me.

JRM.

jose ramirez
Robert-Jan Goossens
Honored Contributor
Solution

Re: reduce a disk of one volume group

Hi JRM

If you want to remove the whole volume group (vg05) you can use

# vgexport vg05

Robert-Jan.