Hi All<br><br>I had installed pacemaker,heartbeat on my unix machine, I had created an SSH user who can access my unix machine remotely.<br>I had given permissions for that user by editing <b>sudoers </b>file so that he can perform all the opertaions related to <b>crm</b><br>
<br>The configuration i used is as follows in sudoers file.<br><username> ALL=NOPASSWD:/usr/sbin<br><br>since the commands like crm_mon.crm_verify, cibadmin resides in the /usr/sbin directory.<br><br>but when my ssh user is executing the following opertation<br>
<b>-Bash-3.2#sudo /usr/sbin/crm configure show</b><br><b>-Bash-3.2#sudo /usr/sbin/crm resource stop</b><br><br>This is the following error poping out<br><b>sudo /usr/sbin/crm configure show<br>cibadmin not available, check your installation</b><br>
<br>Please provide me the solution to come over this type of situations.<br><br><br>Regards<br>Rakesh<br><br><br><br>