Operating System - HP-UX
1851100 Members
1854 Online
104056 Solutions
New Discussion

Re: remove disks allocated

 
SOLVED
Go to solution
M.Thomas
Frequent Advisor

remove disks allocated

I just added 2 disks to /dev/vg07. the disks are /dev/rdsk/c5t1d6 and /dev/dsk/c6t1d5. now i want to remove those disks from the volume group..will this work

vgreduce /dev/vg07 /dev/dsk/c5t1d6 /dev/dsk/c6t1d5

remember i have just added to the VG07 and have not created any lvols or extended any filesystem.

Thanks

Thomas
3 REPLIES 3
Christian Tremblay
Trusted Contributor
Solution

Re: remove disks allocated

I don't see why it wouldn't.

Chris
Peter Godron
Honored Contributor

Re: remove disks allocated

Hi,
yes, this should work,as the system has not made any use of the disks as yet.
M.Thomas
Frequent Advisor

Re: remove disks allocated

THANKS