1829403 Members
1028 Online
109991 Solutions
New Discussion

Problem with Mirror

 
SOLVED
Go to solution
Jose_129
Regular Advisor

Problem with Mirror

I need replace the fail disk with mirror, but display:

# vgcfgrestore -n /dev/vg00 /dev/dsk/c1t2d0
vgcfgrestore: Couldn't query physical volume "/dev/dsk/c1t2d0":
The specified path does not correspond to physical volume attached to
this volume group
Configuration info for Physical Volume "/dev/dsk/c1t2d0" not found
in "/etc/lvmconf/vg00.conf" :
Character-special file for PV not supplied on command line, OR
PV did not belong to Volume Group /dev/vg00 when configuration file was created
Change password in way single user, beginning in multiuser way console
4 REPLIES 4
Devender Khatana
Honored Contributor
Solution

Re: Problem with Mirror

Hi,

Try

vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t2d0
(Notice the rdsk in place of dsk)

If not resolved post the output of "strings /etc/lvmtab" & "vgdisplay -v vg00".

HTH,
Devender
Impossible itself mentions "I m possible"
Eknath
Trusted Contributor

Re: Problem with Mirror

Hi,

Please find steps attached for replacing mirrored PV

Cheers!!!
eknath
Mahesh Kumar Malik
Honored Contributor

Re: Problem with Mirror

Hi Jose

Please use following syntax

#vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t2d0

Regards
Mahesh
Torsten.
Acclaimed Contributor

Re: Problem with Mirror

Jose,

have a look at this interesting thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=117946

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!