Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing a volume group

Status
Not open for further replies.

Consty

Technical User
May 1, 2003
44
CM
Hi,
My system disk crashed and I don't have a valid system
backup.
I would like to get information from a user volume group made of 3 disks. As I didn't have time to export it, how
can I get get information from it if I rebuilt the system
disk.
Thanks in advance
Regards
 
You will need to do the following:

mkdir /dev/vgname

mknod /dev/vgname/group c 0x010000 or whatever minor number is next

vgimport -v -s /dev/vgname

vgchange -a y /dev/vgname

vgcfgbackup /dev/vgname

Then mount the filesystems
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top