Command usage and syntax to grant and revoke access to start and stop the CA services to a non-root user, via unisrvcntr.
Autosys 12.x
System Agent 12.x
In order to add/grant users access to use the unisrvcntr command to start and stop the CA Services, follow these steps:
unisrvcntr useradd --name=<OS_USER> <service name or all>
unisrvcntr useradd --name=<OS_USER> CA-cci CA-wcc
In order to remove access to use the unisrvcntr command to start and stop the CA Services, follow these steps:
unisrvcntr userdel --name=<OS_USER> <service name or all>
unisrvcntr userdel --name=<OS_USER> CA-cci CA-wcc
In order to completely remove user access to use the unisrvcntr command to start and stop the CA Services, follow these steps:
unisrvcntr userdel --name=<OS_USER>
unisrvcntr userdel --name=<OS_USER>
In order to get a list of user and their assigned permissions to use the unisrvcntr command, follow these steps: