HP XP P9000 Smart Manager for Mainframe User Guide (TB589-96001, July 2013)
Operations to be performed in the next step
• Setting the operating environment for Smart Manager for Mainframe (setting environment variables
or system symbols)
Related topics
• Settings for using environment configuration commands, page 33
• Registering a user SVC using the IEASVCxx parmlib member, page 35
• Setting the operating environment for Smart Manager for Mainframe (setting environment variables
or system symbols), page 36
• Notes on when registering a user SVC if Business Continuity Manager is installed, page 54
• KTALCSVC, page 121
Registering a user SVC using the IEASVCxx parmlib member
Statically register a user SVC by defining a user SVC number in the IEASVCxx parmlib member.
1. Choose an unused number between 200 and 255 to be assigned for the user SVC.
2. Define the following SYMDEF statement (&YKSVCNO system symbol) in the IEASYMxx parmlib
member:
SYMDEF(&YKSVCNO='SVC-number')
For details, see the manual MVS Initialization and Tuning Reference.
3. To concatenate the load library for LPALIB HPQKLPAT to LPALST, perform either of the following:
• Define the load library for LPALIB HPQKLPAT in the LPALSTxx parmlib member. For details,
see the manual MVS Initialization and Tuning Reference.
• Use the SETPROG LPA command to dynamically concatenate the load library for LPALIB
HPQKLPAT to LPALST. For details, see the manual 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)
For details, see the manual MVS Initialization and Tuning Reference.
To enable registration, you must perform an IPL again with the CLPA parameter specified.
CAUTION:
User SVCs are shared between Smart Manager for Mainframe, and Business Continuity Manager.
Therefore, you must be careful when registering a user SVC if you install Smart Manager for Mainframe
for the first time in an environment where Business Continuity Manager is installed.
User Guide 35