1843992 Members
1680 Online
110226 Solutions
New Discussion

vgimport errors:

 
Jimmy N
Occasional Contributor

vgimport errors:

Hello,

when I try to vgimport, i get the following: How do i fix it?

Beginning the import process on Volume Group "/dev/vg_ops_prod1".
Couldn't access the list of physical volumes for volume group "/dev/vg_ops_prod1".
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: vgimport errors:

Hi Jimmy:

First, follow my suggestion in your companion post and attempt to rectify your 'vgscan' errors:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x73a2d1e5762fd5118fef0090279cd0f9,00.html

...JRF...
Piotr Bronisz
Occasional Advisor

Re: vgimport errors:

Hi,
You should enter:
mkdir /dev/vg_ops_prod1
mknod /dev/vg_ops_prod1/group c 64 0x0Y0000
where Y - unique number; check ll /dev/*/group
vgimport /dev/vg_ops_prod1 /dev/dsk/firstdisk ... /dev/dsk/lastdisk
You have to enter ALL disk in the group
Piotr
Ajitkumar Rane
Trusted Contributor

Re: vgimport errors:

See the syntax of vgimport command in 3rd step of Piotrs reply. you need to specify all the disks device files which originally belonged to this whole VG.

Good luck.
Amidsts difficulties lie opportunities