HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)
Options and parameters
DescriptionOption
Specifies the journal number (0-255).-journal_id <journal ID#>
The data overflow watch timer (0-600) (second).-data_overflow_watch <time(sec)>
Specifies the watch time for the journal data area being full.
If 0 is specified, the setting of the data overflow watch timer is changed and
the inflow control for journals is set to disabled.
The watch for the path blockage (1-60) (minute).-path_blocked_watch <time(min)>
Use Remote Web Console to set the value with more than 60 minutes.
If 0 is specified, the time of the watch for the path blockage does not change,
and the watch for the path blockage is invalid.
Specifies whether to use the cache mode.-cache_mode (y | n}
• y: Cache mode enabled (E)
• n: Cache mode disabled (D)
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.
Specifies the MP blade ID (0-7).-mp_blade_id <mp#>
Changing MP blade ID should be executed during off-peak hours of I/O
loading. Do not change the MP blade ID during initial copying of Continuous
Access Journal (on-peak hours of I/O loading).
To change the MP blade ID again for the same journal, wait for more than
30 minutes after changing the MP blade ID. For example:
• -mp_blade_id 2
Specifies the Mirror ID.[-mirror_id <mu#>]
If the setting is omitted, "0" is used.
Examples
Changing the data overflow watch time for journal "6" to 15 seconds.
# raidcom modify journal -journal_id 6 -data_overflow_watch 15
Changing the settings for journal 6: data overflow watch time to 15 seconds, and timer type to
the system clock of the mainframe host .
# raidcom modify journal -journal_id 6 -data_overflow_watch 15
-timer_type system
Changing the the MP blade ID for journal "6" to 2.
# raidcom modify journal -journal_id 6 -mp_blade_id 2
Changing the setting for journal "6" to store journal data in the secondary journal to the cache.
# raidcom modify journal -journal_id 6 -cache_mode y
Changing the path block monitoring time of mirror ID 1 for journal "6" to 59 minutes.
# raidcom modify journal -journal_id 6 -path_blocked_watch 59
-mirror_id 1
raidcom modify journal 157