HP P9000 Command View Advanced Edition Software Mainframe Agent Installation and Configuration Guide
Setting the dataset security
When a P9000 mainframe agent is linked to Replication Manager software, the P9000 mainframe
agent job references the P9000 mainframe agent's configuration files. Therefore, be sure to grant the
P9000 mainframe agent job READ permission for the configuration files that are accessed by the
P9000 mainframe agent job.
The configuration files to which READ permission is to be granted are the following datasets, which
have their prefixes specified by the YKP2A command:
• Disk configuration definition file
• Copy group definition file
• Command device definition file
Setting up the Resource Access Control Facility (RACF) when linking with
Replication Manager software
To enable P9000 mainframe agent communications, set an environment for the security program
(RACF).
To enable use of UNIX services, use the RACF command from TSO/E to define the management user
and management group IDs held by the OMVS segment in the RACF STARTED class of the P9000
mainframe agent cataloged procedure for startup. The following is an example of using the TSO/E
command with the STARTED class:
Example of setting using the TSO/E command:
->SETROPTS GENERIC(STARTED)
->RDEFINE STARTED YKAGENTD.* STDATA(USER(user-ID) GROUP(group-ID)
TRUSTED(YES))
->SETROPTS RACLIST(STARTED) REFRESH
To start the P9000 mainframe agent, you need to define one of the following profiles in the RACF
FACILITY class, and then grant the view permission for the defined profile to the administrator user
ID:
In addition, before the YKP2A command is executed, grant view permissions for one of the following
profiles to the user ID of the user who intends to execute the command:
• STGADMIN.YKA.BCM.YKQUERY profile
• STGADMIN.YKA.BCM.COMMANDS profile
Before executing the YKP2A command, grant the view permission for one of these profiles to a user
who can execute the command. For details about granting the view permission, see the Security Server
RACF Security Administrator's Guide. For details on the YKP2A command, see “YKP2A
command” on page 57.
Following is an example of using the TSO/E command with the FACILITY class:
Setting up P9000 mainframe agent28