Execution of crsctl failing when executing from non-oracle non-root user
We have 2 node Oracle cluster which we have installed to host our Siebel Application. We have defined cluster resources in Oracle CRS for our application. These resources are managed using the commands crsctl start/stop/stat res as any other cluster resource would be. We are able to manage these resources as root and oracle user perfectly fine. But we need to grant access to manage these to our Siebel Administrator. We have set up the following :
1. Listed siebel user in the /etc/sudoers file to be able to execute the $GRID_HOME/bin/crsctl command
siebel ALL=NOPASSWD: /u01/grid/11.2.0.2/bin/crsctl