Application Performance Analyzer for z/OS, Version 11.1, Customization Guide

Define the PAGENT authorization

Note:
If the Policy Agent started task is already defined to RACF and a RACF user ID with z/SO UNIX superuser authority (UID=0) is associated with it, this task is bypassed.

The following example JCL defines the PAGENT started task to RACF and associates a RACF user ID to it. The RACF user ID must have z/OS UNIX superuser authority (UID-0).

//* RACF commands to define the PAGENT started task
//*
//DAEMONS EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
SETROPTS CLASSACT(STARTED)
SETROPTS RACLIST(STARTED)
SETROPTS GENERIC(STARTED)
RDEFINE STARTED PAGENT.*
SETROPTS RACLIST(STARTED) REFRESH
SETROPTS GENERIC(STARTED) REFRESH
/*
//* RACF command to define a user ID for the PAGENT started tasks
//*
/PAUSER EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
ADDUSER PAGENTU DFLTGRP(OMVSGRP) OMVS(UID(0) HOME('/'))
/*
//* RACF command to associate user ID with PAGENT started task
//*
//ASCPAUSR EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RALTER STARTED PAGENT.*  STDATA(USER(PAGENTU))



Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]