Operating System - HP-UX
1748146 Members
3524 Online
108758 Solutions
New Discussion

Re: How to find whether a disk from a deactivated volume group belongs to another vg ?

 
arunthoray
Occasional Advisor

How to find whether a disk from a deactivated volume group belongs to another vg ?

 

 How to find whether a disk from a deactivated volume group belongs to another vg ?

1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: How to find whether a disk from a deactivated volume group belongs to another vg ?

Hi:

 

Read the VGID of the disk (if present) and compare to your other disks:

 

# xd -An -j8200 -N16 -tx /dev/rdsk/cXtYdZ|awk '{print $3,$4}

Of course, 'vgexport'ing a volume leaves the VGID intact.

 

Regards!

 

...JRF...