I see with vgcfgrestore you only specify one physical disk to recover a volume group to, ie :
vgcfgrestore -n /dev/vg01 /dev/rdsk/c3t2d0
This is fine if there's only one disk attached to the volume group, but what would you do if your volume group consisted of more than one disk, say c3t2do and c3t3do? I can't find any information in the man pages as how this should be done, so is quite confusing. If I do a listing of the backup file in /etc/lvmconf all the disk info is in there, but when you need to restore you must specify a disk. If the config stayed the same to you only specify the first disk in the sequence or do I somehow need to specify all disks involved?
Can anyone please shed some light on how I can do this?
Thank you
George
vgcfgrestore -n /dev/vg01 /dev/rdsk/c3t2d0
This is fine if there's only one disk attached to the volume group, but what would you do if your volume group consisted of more than one disk, say c3t2do and c3t3do? I can't find any information in the man pages as how this should be done, so is quite confusing. If I do a listing of the backup file in /etc/lvmconf all the disk info is in there, but when you need to restore you must specify a disk. If the config stayed the same to you only specify the first disk in the sequence or do I somehow need to specify all disks involved?
Can anyone please shed some light on how I can do this?
Thank you
George