Operating System - HP-UX
1834385 Members
2070 Online
110066 Solutions
New Discussion

Error when importing Continuous Access LUNs

 
SOLVED
Go to solution
aena
Frequent Advisor

Error when importing Continuous Access LUNs

Environment is:
2 XP1024 disk arrays
2 rp4440 servers connected to each array via Brocade 48000
1 pair of disks copied with Continuous Access

After spliting (PSUS) the pair, the remote server can activate vg, but can not vgchgid disks or fsck lv's. Error when vgchgid:
vgchgid: write to physical volume "" failed
Fsck simply never ends after the message of applying log.

I seems that the remote system can not write on its disks.

pairdisplay looks fine:
as12:root>pairdisplay -g vgpru03 -fxc
Group PairVol(L/R) (Port#,TID, LU),Seq#,LDEV#.P/S,Status,Fence, %,P-LDEV# M
vgpru03 P0883S0137(L) (CL1-D , 3, 4)10527 883.P-VOL PSUS ASYNC , 99 137
-
vgpru03 P0883S0137(R) (CL7-C , 5, 0)60189 137.S-VOL SSUS ASYNC , 100 883
-
3 REPLIES 3
melvyn burnard
Honored Contributor
Solution

Re: Error when importing Continuous Access LUNs

How did you split them? did you give them the write option?
Looks to me as though a split has been done and the Svol side left in read-only mode

try:
pairsplit -g -rw
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
aena
Frequent Advisor

Re: Error when importing Continuous Access LUNs

That is right, but the option needed was "-R", not "-rw".

Thanks for your help
aena
Frequent Advisor

Re: Error when importing Continuous Access LUNs

Solved