Hi <br><br>I am using Heartbeat(3.0.3) and pacemaker (1.0.9).<br><br>We are facing the following issue. Please find the details.<br><br>we had installed heartbeat and pacemaker,on the uinux BOX(CENT OS operation system).<br>
<br>we had created a ssh user and provided it to one of the developers.<br>please find the directory structure and the bash profile for that ssh user.<br><br>bash-3.2# cat .bash_profile<br># .bash_profile<br># User specific environment and startup programs<br>
PATH=$PATH:/usr/sbin<br>export PATH<br>bash-3.2#<br>but when one of the developer logs in to the box where heartbeat/pacemaker is<br>installed through ssh .<br>he is unable to execute crm configuration commands.<br>say for example. while we are executing the following crm configuration commands .<br>
we are unable to execute crm configuration commands and the system is hanging<br>while executing.<br><br>Please find the crm configuration command we are using and the snapshot of the bash prompt while executing<br><br>-bash-3.2$ crm configure primitive HttpdVIP ocf:heartbeat:IPaddr3 \<br>
        params ip=&quot;10.104.231.78&quot; eth_num=&quot;eth0:2&quot; vip_cleanup_file=&quot;/var/run/bigha.pid&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;120s&quot; \<br>        op stop interval=&quot;0&quot; timeout=&quot;120s&quot; \<br>
&gt;         params ip=&quot;10.104.231.78&quot; eth_num=&quot;eth0:2&quot; vip_cleanup_file=&quot;/var/run/bigha.pid&quot; \<br>        op monitor interval=&quot;30s&quot; &gt;         op start interval=&quot;0&quot; timeout=&quot;120s&quot; \<br>
&gt;         op stop interval=&quot;0&quot; timeout=&quot;120s&quot; \<br>&gt;         op monitor interval=&quot;30s&quot;<br><br> <br><br>can you please help me on this particular sceanrio.<br><br>