Post
by Leila » 07 Apr 2009 5:05
Hello Marco,
if the userid is supposed to have access to the IOA Online Facility (ISPF)
then it needs the following access:
READ on FACILITY $$IOAONLINE.<env>
UPDATE on IOA LOG data set
UPDATE on IOA PROF data set
READ on all other IOA data sets
To look at the Active Jobs File ("panel 3") then you need
READ on FACILITY $$CTMPNL3.<environment>
READ on CTM CKP data set
Then for any other action you want to do (add condition etc.) there is yet other access to be given. You need to think about a policy and what types of users you have, f.ex. read-only users, operators, admins, and what actions in Control-M they would need access to.
Then for each type create a RACF group and give that group the access.
Individual users are then connected to the group. This way when people come and go or move to other teams the access is easily granted, changed or removed.
Another thing to be aware of is the different security modes. Basic Definition Mode, Extended Definition Mode and Conditional Definition Mode.
Basic Mode is like all or nothing (once you have access to it at all, you can do everything) and Extended is more granular where you can allow or deny certain things.
Conditional means you can use both, and choose what you need on a per user basis. Then you need a FACILITY $$IOAEDM.qname or $$CTxEDM.qname profile. If a user has READ access to that, Extended Mode applies.
Best regards
Leila