Note: This example is provided as a guideline. For detailed information about using these commands, see the CA Top Secret for z/OS Command Functions Guide.
You want to configure PassTicket for the DB2TOOLS application. DB2TOOLS is the application name (appl_name) that is used in this example.
Follow these steps:
Note: If the PTKTDATA class and ownership for the PassTicket resource IRRPTAUTH have been defined, skip Step 1 and Step 2.
TSS ADDTO(RDT) RESCLASS(PTKTDATA) RESCODE(n) ACLST(ALL,NONE,READ,UPDATE) MAXLEN(37) MAXOWN(9)
TSS ADDTO(department) PTKTDATA(IRRPTAUTH)
Identifies a preexisting department.
TSS ADDTO(department) APPLICATION(DB2TOOLS)
The application is defined to this department. This ownership lets a department administrator (or higher) define permissions for generating and validating PassTicket.
TSS ADDTO(NDT) PSTKAPPL(DB2TOOLS) SESSKEY(session_key) SIGNMULTI
Defines a session (encryption) key using 16 hexadecimal digits (creating an 8-byte or 64-bit key). Use a site-specific key value. Keep the value secret.
Example: 0123456789ABCDEF
The CA Insight DPM session key is defined. The same PassTicket can be reused multiple times.
TSS PERMIT(wilyzos_user_id) PTKTDATA(IRRPTAUTH.DB2TOOLS.) ACCESS(READ,UPDATE)
This step gives CA Cross-Enterprise APM permission to use the session key value to generate PassTicket.
TSS PERMIT(wilyzos_user_id) APPLICATION(DB2TOOLS)
TSS PERMIT(useridn) APPLICATION(DB2TOOLS)
Specifies the user ID of the user requesting access to CA Cross-Enterprise APM.
This step gives specific users access to DB2 performance data, including the ability to validate PassTickets that are generated using the session key value.
The WILYZOS job can generate PassTicket for the specified user IDs.
|
Copyright © 2014 CA.
All rights reserved.
|
|