HP StorageWorks P9000 for Business Continuity Manager Software Installation Guide (T5253-96052, May 2011)

Table 29 Continuation Symbols
Continuation MethodContinuation Symbol
The hyphen is removed, and the parameter is continued in the leftmost
column of the next line, retaining any contiguous spaces.
Hyphen (-)
The plus sign is removed, and the parameter is continued on the next line,
removing any contiguous spaces.
Plus sign (+)
Coding example for continuing parameters that contain contiguous spaces:
SETINIT-
PREFIX('USER01.V1','NY')
If you continue to specify parameters by using a hyphen (-) as shown above, the command
will be interpreted as follows:
SETINIT PREFIX('USER01.V1','NY')
Coding example for continuing parameters, removing contiguous spaces:
SETINIT PREFIX('USER01.V1',+
'NY')
If you continue to specify parameters by using a plus sign (+) as shown above, the command
will be interpreted as follows:
SETINIT PREFIX('USER01.V1','NY')
Entering Comments
Enclose a comment in /* and */. No comment can be entered inside a parameter.
Example of a valid comment:
/* COMMENT */SETINIT PORT(24042) /* COMMENT */
Example of invalid comment:
If you specify a comment as follows, the text /* ERROR COMMENT */ will be interpreted as a
part of the parameter instead of being interpreted as a comment:
SETINIT PREFIX(7300, + /* ERROR COMMENT */
730F)
Notes During Creation of Initialization Parameters
Do not specify an empty member as an initialization parameter when you start Business Continuity
Manager agent. Although empty members do not result in an error, information cannot be returned
to P9000 Replication Manager.
Details on Initialization Parameters
This subsection explains details on initialization parameters.
Format
SETINIT
[
1
PORT(port-number)]
[
1
RECVWAITTIME(reception-wait-time)]
[
1
HOSTNAME('host-identification-name')]
[
1
PREFIX('prefix','local-site's-DAD-ID'[,'route-list-ID'[,
['local-site's-Non-Gen'ed-DAD-ID'][,'remote-site's-DAD-ID']]])]
[
1
DEVN(start-device-number,end-device-number)]
[
1
LOGLEVEL(output-level)]
[
1
AUDITLOG(SYSMLOG)]
Creating Initialization Parameters 67