HP P9000 RAID Manager Reference Guide (T1610-96037, October 2011)
1: The volume attribute is SMPL.
2: The volume attribute is P-VOL.
3: The volume attribute is S-VOL. When displaying groups, 1/2/3 = normal termination for all
pairs.
Abnormal termination (other than 0 to 127): See the execution log files for error details.
Examples
The following examples are of the pairdisplay command and its output.
Example 1 Continuous Access Synchronous pairdisplay command example
# pairdisplay -g oradb -fcx
Group Pair Vol(L/R) (P,T#,L#), Seq#, LDEV#..P/S, Status, Fence, Copy%, P-LDEV# M
oradb oradb1(L) (CL1-B, 1,0) 1234 64..P-VOL PAIR Never, 75 C8 -
oradb oradb1(R) (CL1-A, 1,0) 5678 C8..S-VOL PAIR Never, ---- 64 -
Example 2 Business Copy/Snapshot pairdisplay command example
# pairdisplay -g oradb
Group Pair Vol(L/R) (Port#,TID,LU-M), Seq#, LDEV#..P/S, Status, Fence, Seq#, P-LDEV# M
oradb oradb1(L) (CL1-A, 1,0) 30053 18..P-VOL PAIR Never, 30053 19 -
oradb oradb1(R) (CL1-D, 1,0) 30053 19..S-VOL PAIR Never, ---- 18 -
Example 3 pairdisplay -m examples
Display example for -m cas:
# pairdisplay -g oradb -m cas
Group PairVol(L/R) (Port#,TID,LU-M), Seq#, LDEV#..P/S, Status, Seq#, P-LDEV# M
oradb oradev1(L) (CL1-D , 3, 0-0) 30052 266....SMPL ----, ----- ---- -
oradb oradev1(L) (CL1-D , 3, 0) 30052 266....P-VOL COPY, 30053 268 -
oradb1 oradev11(R) (CL1-D , 3, 2-0) 30053 268....P-VOL COPY, 30053 270 -
oradb2 oradev21(R) (CL1-D , 3, 2-1) 30053 268....P-VOL PSUS, 30053 272 W
oradb oradev1(R) (CL1-D , 3, 2) 30053 268....S-VOL COPY, ----- 266 -
Display examples for -m all:
# pairdisplay -g oradb -m all
Group PairVol(L/R) (Port#,TID,LU-M), Seq#, LDEV#..P/S, Status, Seq#, P-LDEV# M
oradb oradev1(L) (CL1-D , 3, 0-0) 30052 266....SMPL ----, ---- ---- -
----- -----(L) (CL1-D , 3, 0-1) 30052 266....SMPL ----, ---- ---- -
----- -----(L) (CL1-D , 3, 0-2) 30052 266....SMPL ----, ---- ---- -
oradb oradev1(L) (CL1-D , 3, 0) 30052 266....P-VOL PAIR, 30053 268 -
oradb1 oradev11(R) (CL1-D , 3, 2-0) 30053 268....P-VOL COPY, 30053 270 -
oradb2 oradev21(R) (CL1-D , 3, 2-1) 30053 268....P-VOL PSUS, 30053 272 W
----- -----(R) (CL1-D , 3, 2-1) 30053 268....SMPL ----, ----- ---- -
oradb oradev1(R) (CL1-D , 3, 2) 30053 268....S-VOL COPY, ----- 266 -
# pairdisplay -d /dev/rdsk/c0t3d0 -l -m all
Group PairVol(L/R) (Port#,TID,LU-M), Seq#, LDEV#..P/S, Status, Seq#, P-LDEV# M
oradb oradev1(L) (CL1-D , 3, 0-0) 30052 266....SMPL ----, ---- ---- -
----- -----(L) (CL1-D , 3, 0-1) 30052 266....SMPL ----, ---- ---- -
----- -----(L) (CL1-D , 3, 0-2) 30052 266....SMPL ----, ---- ---- -
oradb oradev1(L) (CL1-D , 3, 0) 30052 266....P-VOL PAIR, 30053 268 -
Output of the pairdisplay command:
Group = Group name (dev_group) as described in the configuration definition file.
Pair Vol(L/R) = Paired volume name (dev_name) as described in the configuration definition file.
(L) = local host; (R) = remote host
(P,T#,L#) (Continuous Access Synchronous) = Port, TID, and LUN as described in the configuration
definition file.
pairdisplay 55