HP XP P9000 for Business Continuity Manager Software Installation Guide

3. Link the HPQYLPAT library to LPALST, using one of the following methods:
Define the HPQYLPAT library in the LPALSTxx parmlib member. For details, refer to the
MVS Initialization and Tuning Reference.
Use the SETPROG LPA command to update dynamically. For details, refer to the MVS
System Commands.
4. Define the following SVCPARM statement in the IEASVCxx parmlib member.
SVCPARM SVC-number,REPLACE,TYPE(3),EPNAME(JYUASVC),APF(NO),NPRMPT(NO),AR(NO)
5. Perform re-IPL with the CLPA parameter specified.
NOTE: If you perform a new installation of Business Continuity Manager in an environment in
which Tiered Storage Manager for Mainframe is installed, you need to be careful when registering
a user SVC. For details, see (page 46).
Using the YKALCSVC command to register
To register a user SVC, execute the YKALCSVC command when the system starts or before you
use Business Continuity Manager.
YKALCSVC command format
The following shows the formats of the YKALCSVC commands. For details about command formats,
see “Command format” (page 109).
, Format
START YKALCSVC[,PARM='{SVC-number | DELETE}']
Function
Registers or deletes a user SVC.
Parameters
SVC-number <numeric characters> ~ ((200 to 255))
Specifies a SVC number to assign to a user SVC.
DELETE
Specified to delete a user SVC.
If you omit the optional PARM= part of the command, an unused SVC number between 200
and 255 is assigned.
Table 15 YKALCSVC command return codes list
MeaningReturn code
The command ended normally.0
The SVC number is already registered.4
Registration or deletion of the SVC number failed.16
Processing stopped due to an error (the specified value or execution environment is
invalid).
20
Example of specifying the SVC number
Execute the following command to specify the SVC number:
START YKALCSVC,PARM='SVC-number'
An error is returned if another user SVC is already assigned to the SVC number specified here.
By omitting the PARM parameter, an unused SVC number between 200 and 255 is assigned.
START YKALCSVC
To delete a user SVC, specify DELETE as the parameter and execute YKALCSVC command.
30 Installing Business Continuity Manager