HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)
Syntax
raidcom add journal -journal_id <journal ID#> {-ldev_id <ldev#> …
[-cnt <count>] | -grp_opt <group option>
-device_grp_name <device group name> [<device name>]}
[-mp_blade_id <mp#> | -timer_type <timer type> ]
Options and parameters
DescriptionOption
Specifies the journal number (0-255).-journal_id <journal ID#>
Specifies the LDEV number (0-65279).-ldev_id <ldev#> …
Up to 64 LDEVs can be specified at a time. For example:
• -ldev_id 200
• -ldev_id 100-110
• -ldev_id 100 -cnt 10
Specifies the count (2-64).[-cnt <count> ]
If this option is omitted, "1" is used as the count.
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 the LDEVs belonging in the device group are operated.
Specifies the MP blade ID number (0-7).[-mp_blade_id <mp#> ]
If this option is omitted, the device automatically allocates an MP blade ID number. For
example:
• -mp_blade_id 2
Specifies the timer type: system, local, or None. For example:[-timer_type <timer type> ]
• -timer_type system
• -timer_type local
For details, see the Continuous Access Journal manual for the storage system.
Examples
Examples for Open:
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 add journal 153