Operating System - HP-UX
1836458 Members
3108 Online
110101 Solutions
New Discussion

Re: How to change minor id for volume group

 
SOLVED
Go to solution
Arto Huuhilo
New Member

How to change minor id for volume group

I have HP-Cluster with two machines. After the cluster was created we added one local disk to the backup node of the cluster. Later I noticed that the new VG has the same minor id as the first VG of the one cluster package . So the cluster package does not run on the node anymore.

Is there a way to change the VG minor id for the local VG so that we don't lose any data?
1 REPLY 1
melvyn burnard
Honored Contributor
Solution

Re: How to change minor id for volume group

use vgexport/vgimport to remove/recreate the new and unique vg
vgexport
mkdir /dev/vg
mknod c 64 0x00000
vgimport /dev/vg

for more info do:
man vgexport
man vgimport
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!