HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)
Options and parameters
DescriptionOption
Specifies the display keyword. Specify opt as <keyword>.[-key <keyword> ]
Examples
Displaying journal information.
# raidcom get journal
JID MU CTG JNLS AP U(%) Q-Marker Q-CNT D-SZ(BLK) Seq# Num LDEV#
001 0 1 PJNN 4 21 43216fde 30 512345 62500 4 265
002 1 2 PJNF 4 95 3459fd43 52000 512345 62500 3 270
002 2 2 SJNS 4 95 3459fd43 52000 512345 62500 3 270
003 0 3 PJSN 4 0 - - 512345 62500 1 275
004 0 4 PJSF 4 45 1234f432 78 512345 62500 1 276
005 0 5 PJSE 0 0 - - 512345 62500 1 277
Displaying Timer related information of the journal.
# raidcom get journalt
JID MU CTG JNLS AP U(%) Q-Marker Q-CNT D-SZ(BLK) Seq# DOW PBW APW
001 0 1 PJNN 4 21 43216fde 30 512345 63528 20 300 40
002 1 2 PJNF 4 95 3459fd43 52000 512345 63528 20 300 40
003 0 3 PJSN 4 0 - - 512345 63528 20 300 40
Displaying option information of the journal.
# raidcom get journal -key opt
JID MU CTG JNLS TYPE TTYPE MODE IF DOW(S) PBW(M) CR CS(bps) DM MP# Seq#
001 0 1 PJNN OPEN - HDD E 30 5 M 256 Y 2 64034
002 1 2 PJNF M/F system CACHE D 30 5 H 256 Y 2 64034
Description of each column in output example:
JID: Journal number.
MU: Mirror ID on Continuous Access Journal.
CTG: Consistency group number.
JNLS: Status in the journal:
• SMPL: a journal volume that does not have a pair, or is being deleted.
• P(S)JNN: "P(S)vol Journal Normal Normal".
• P(S)JNS: "P(S)vol Journal Normal Suspend" created with -nocsus option.
• P(S)JSN: "P(S)vol Journal Suspend Normal".
• PJNF: "P(S)vol Journal Normal Full".
• P(S)JSF: "P(S)vol Journal Suspend Full".
• P(S)JSE: "P(S)vol Journal Suspend Error" including link failure.
• P(S)JES: "P(S)vol Journal Error Suspend" created with -nocsus option.
AP: Number of active link paths of Continuous Access Journal.
U(%): Usage rate of journal volumes assuming the entire relevant volume is 100%.
Q-Marker: The PVOL journal volume shows the newest sequential number (Q-marker) at the time
of receiving WRITE data. The SVOL journal volume shows the newest sequential number (Q-marker)
written to the cache.
Q-CNT: Number of Q-markers remaining in the PVOL journal volume.
D-SZ(BLK): Capacity of the data block size of the journal volume in units of 512 bytes.
Seq#: Serial number.
raidcom get journal 155