HP XP P9000 for Business Continuity Manager Software Installation Guide
Create a dataset to hold the initialization parameters by specifying the following attributes:
• LRECL: 80
• BLKSIZE: Multiple of 80
• RECFM: Fixed-length or blocked fixed-length record
• DSORG: Sequential or partitioned dataset
How to use the SETINIT command
This subsection explains the format of the SETINIT command, that sets the initialization parameters.
For details about the symbols and syntax elements used in command explanations, see “Command
format” (page 109).
0
SETINIT[
1
parameter]...
Specify a SETINIT command and parameters in columns 1 through 71. Any information specified
in a column after column 72 is ignored.
You can specify more than one SETINIT command. You can specify different parameters for one
SETINIT command, but cannot specify the same parameter more than once. If you specify the
same parameters more than once for one SETINIT command, the last specified parameter is
applied.
To specify the same parameter more than once, use a separate SETINIT command. If a parameter
that cannot be specified more than once in separate SETINIT commands is specified in that way,
the last specified parameter is applied.
For details about the specifiable parameters and whether they can be specified more than once
by using separate SETINIT commands, see “Details of initialization parameters” (page 63).
Example of specifying the same parameter more than once for one SETINIT command:
If you specify the same parameter more than once for one SETINIT command, the last specified
parameter is applied. Do not specify parameters as shown in this example.
In the following example, only DEVN(7500,750F) is applied, and DEVN(7300,730F) and
DEVN(7400,740F) become invalid:
SETINIT DEVN(7300,730F) DEVN(7400,740F) DEVN(7500,750F)
Example of specifying the same parameter more than once for separate commands:
• If the parameter can be specified more than once for separate commands:
All the specified parameters are applied.
If you specify parameters as follows, DEVN(7300,730F), DEVN(7400,740F), and
DEVN(7500,750F) are applied:
SETINIT DEVN(7300,730F)
SETINIT DEVN(7400,740F)
SETINIT DEVN(7500,750F)
• If the parameter cannot be specified more than once for separate commands:
The last specified parameter is applied.
If you specify parameters as follows, RECVWAITTIME(180) is applied:
SETINIT RECVWAITTIME(65535)
SETINIT RECVWAITTIME(180)
Continuing to the next line
To continue a parameter onto the next line, enter a continuation symbol at the end of the line.
Table 28 (page 63) shows the continuation symbols.
62 Setting up the environment when linking with XP P9000 Replication Manager