HP XP7 RAID Manager Reference Guide (T1610-96064)
DescriptionOption
• PFUL: Indicates that the Fast Snap or Snapshot pool exceeds the threshold in the PAIR status.
• PFUS: Indicates that the Fast Snap or Snapshot pool exceeds the threshold in the PSUS
status.
• RCPY: Shows that the copying is in progress by resynchronization.
If the snapshot group or the snapshot data is in the specified state, the operation ends normally.
When it is not in the specified status, the operation is placed in wait status for the time (seconds)
set by the <time> if "-time" is specified. If "-time" is not specified, the operation soon ends
abnormally.
Check if the snapshot group or the snapshot data is not in the state as shown in <string>. The
following strings are specified in the <string>.
[-check_status_not
<string> [-time
<time>]]
• COPY: Copy status.
• PAIR: Pair status.
• PSUS: Suspend status.
• PSUE: Suspend failure status.
• PFUL: Indicates that the Fast Snap or Snapshot pool exceeds the threshold in the PAIR status.
• PFUS: Indicates that the Fast Snap or Snapshot pool exceeds the threshold in the PSUS
status.
• RCPY: Shows that the copying is in progress by resynchronization.
If the snapshot group or the snapshot data is not in the specified state, the operation ends
normally.
When it is in the specified status, the operation is placed in wait status for the time (seconds)
set by the <time> if "-time" is specified. If "-time" is not specified, the operation soon ends
abnormally.
Examples
Displaying the list of snapshot groups.
# raidcom get snapshot
SnapShot_name P/S STAT Serial# LDEV# MU# P-LDEV# PID % MODE SPLT-TIME
snap1 - - 63528 - - - - - ---- -
snap2 - - 63528 - - - - - ---- -
snap3 - - 63528 - - - - - ---- -
Displaying the snapshot data related to the specific P-VOL (LDEV number: 14536).
# raidcom get snapshot -ldev_id 14536
SnapShot_name P/S STAT Serial# LDEV# MU# P-LDEV# PID % MODE SPLT-TIME
snap1 P-VOL PAIR 63528 14536 1010 - 2 100 ---- -
snap2 P-VOL PAIR 63528 14536 1011 13000 2 100 G--- -
snap3 P-VOL PAIR 63528 14536 1012 - 2 100 ---- -
Displaying the snapshot data related to the specific S-VOL (LDEV number: 13000).
# raidcom get snapshot -ldev_id 13000
SnapShot_name P/S STAT Serial# LDEV# MU# P-LDEV# PID % MODE SPLT-TIME
snap2 S-VOL PAIR 63528 13000 1011 14536 2 100 G--- -
Displaying the snapshot data included in the specific snapshot group.
# raidcom get snapshot -snapshotgroup snap2
SnapShot_name P/S STAT Serial# LDEV# MU# P-LDEV# PID % MODE SPLT-TIME
snap2 P-VOL PAIR 63528 14536 1011 13000 2 100 G--- -
snap2 P-VOL PAIR 63528 14537 1011 13001 2 100 G--- -
snap2 P-VOL PAIR 63528 14538 1011 13002 2 100 G--- -
Description of each column in output example:
SnapShot_name: Displays the name of snapshot group defined in the device.
raidcom get snapshot 221