HP XP P9000 for Business Continuity Manager Software Installation Guide
Table 28 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 the Business
Continuity Manager agent. Although empty members do not result in an error, information cannot
be returned to XP P9000 Replication Manager.
Details of initialization parameters
This subsection explains details of initialization parameters.
Format
SETINIT
[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[,{route-label|*}]'[,['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(SYSLOG)]
Creating initialization parameters 63