HP XP7 RAID Manager Reference Guide (T1610-96064)

Creating a journal #1 of LDEVs: 265, 266, 267, and 278.
# raidcom add journal -journal_id 1 -ldev_id 265 266 267 268
Creating a journal #1 with an LDEV belonging to the device group: grp1.
# raidcom add journal -journal_id 1 -grp_opt ldev -device_grp_name grp1
Example for mainframe:
Creating a journal #1 with LDEVs: 265, 266, 267, and 278. As a timer type, the system clock of
the mainframe host is used. (When LDEV is added to the journal of M/F, it is required to specify
the system clock of the mainframe host to the timer type.)
# raidcom add journal -journal_id 1 -ldev_id 265 266 267 268
-timer_type system
raidcom delete journal
Deletes a journal from the specified journal.
A device group can also be specified instead of an LDEV. If the LDEV and device group are not
specified, journal is deleted.
This command is executed asynchronously with the command input. Check the completion of this
process on the raidcom get command_status command.
Syntax
raidcom delete journal -journal_id <journal ID#> [-ldev_id <ldev#>
| -grp_opt <group option>
-device_grp_name <device group name> [<device name>]]
Options and parameters
DescriptionOption
Specifies the journal number (0-255).-journal <journal ID#>
Specifies the LDEV number (0-65279). If the both LDEV and device group are not
specified, journal is deleted. For example:
-ldev_id 200
[-ldev_id <ldev#> ]
Specifies the device information extracted from the LDEV belonging to the device
group.Specify "ldev" (fixed). The information of LDEV belonging to the device group is
used.
-grp_opt <group option>
Specifies the name of device group (maximum 32 characters) to be operated.-device_grp_name <device
group name> [<device
name>]
To operate an LDEV in the device group, specify the device name of LDEV (maximum
32 characters) within the device group.
If the device name is omitted, all of the LDEVs belonging in the device group are
operated. If the both LDEV and device group are not specified, journal is deleted.
Examples
Deleting the specified Journal.
# raidcom delete journal -journal_id 6
Deleting the specified LDEV from the Journal.
# raidcom delete journal -journal_id 6 -ldev_id 265
Deleting the LDEV belonging to the device group: grp1 from the Journal.
# raidcom delete journal -journal_id 6 -grp_opt ldev
-device_grp_name grp1
156 Configuration setting commands