HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

Examples
Adding a combination of the P-VOL (LDEV number 10:10), the S-VOL (LDEV number 20:20), and
the Pool (SnapPool00) to the snapshot group (db1).
# raidcom add snapshot -ldev_id 0x1010 0x2020 -pool SnapPool00 -snapshotgroup db1
raidcom delete snapshot
Deletes the snapshot data and the snapshot group. The relevant snapshot data of the LDEV is
deleted from the snapshot group by specifying LDEV number. When no snapshot data left in the
snapshot group, the snapshot group is deleted.
Syntax
raidcom delete snapshot {-snapshotgroup <name> | -ldev_id <ldev#>
{-mirror_id <mu#> |-snapshotgroup <name>}}
Options and parameters
DescriptionOption
Specifies the snapshot group in which the target data to be deleted is included.-snapshotgroup
<name>
If the snapshot group is specified as the target, all the snapshot data and the snapshot group
are deleted.
Specifies the LDEV number of P-VOL or S-VOL for the snapshot data to be deleted.-ldev_id <ldev#>
When P-VOL is specified, specify the snapshot data by specifying the MU number or the
snapshot group (Specifying the MU number or the snapshot group is mandatory.).
When you specify the S-VOL, do not specify a MU number or a Snapshot group. If you specify
the MU number or the Snapshot group, the P-VOL of specified LDEV number becomes the
subject of deletion.
Specifies the Mirror ID of the snapshot data to be deleted.-mirror_id <mu#>
Specifies the snapshot group to be deleted.-snapshotgroup
<name>
The smallest number of MU in the snapshot group becomes the subject to be deleted.
Examples
Deleting the snapshot data of the snapshot group (db1).
# raidcom delete snapshot -snapshotgroup db1
Deleting the snapshot data of the P-VOL (LDEV number 10:10) and the Mirror ID (10).
# raidcom delete snapshot -ldev_id 0x1010 mirror_id 10
Deleting the snapshot data of the LDEV number 10:10 that is included in the snapshot group (db1).
# raidcom delete snapshot -ldev_id 0x1010 -snapshotgroup db1
# raidcom delete snapshot -snapshotgroup db1 -ldev_id 0x1010
Deleting the snapshot data of the S-VOL (LDEV number 20:10).
# raidcom delete snapshot -ldev_id 0x2010
raidcom modify snapshot
Operate the specified snapshot group.
Syntax
raidcom modify snapshot -ldev_id <ldev#> {-snapshotgroup <name>
| -mirror_id <mu#>} -snapshot_data <op>
raidcom modify snapshot -snapshotgroup <name> -snapshot_data <op>
raidcom modify snapshot -ldev_id <ldev#> -snapshot_data <op>
raidcom delete snapshot 215