Issue:
You are receiving this message when trying to start SYSVIEW:
"GSVX205E Nucleus load failed, reason 30 not authorized to create or update subsystem"
that is documented in the Security Enhancements document for 14.1.
You are researching some examples ACF2 control statements to create and permission the SAF resource but you cannot find any.
Environment:
CA Sysview Performance Management R14.1 - CA ACF2
Cause:
No ACF2 control statements to create and permission the SAF resource.
Resolution:
Here are the ACF2 commands you are looking for:
$KEY(SV) TYPE(SAF)
CREATE.SSID.- UID(........) SERVICE(READ) ALLOW
UID is the UID string of the user
It is a COMPILE. You can check if there is already a rule:
TSO ACF
SET RESOURCE(SAF)
LIST SV
If there is, you need to add in the one line:
CREATE.SSID.-UID(........) SERVICE(READ) ALLOW
If there is not, then you need to add both.