<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">We are attempting to st up the cluster such that a user will be logged into the least busy node via ssh.&nbsp; The configuration and crm_mon results are included here.&nbsp; Is it possible to set this up such that doing an ssh to the cluster IP will put the user on one node or the other?&nbsp; If so what are we missing?&nbsp; Thnaks<br><br>CONFIGURATION<br><br>node node1<br>node node2<br>primitive ClusterIP ocf:heartbeat:IPaddr2 \<br>&nbsp;&nbsp; &nbsp;params ip="10.1.18.100" cidr_netmask="32" clusterip_hash="sourceip" \<br>&nbsp;&nbsp; &nbsp;op monitor interval="30s"<br>primitive WebFS ocf:heartbeat:Filesystem \<br>&nbsp;&nbsp; &nbsp;params device="/dev/sde" directory="/data/SAN-VOL4" fstype="gfs2"<br>ms AlbertIp ClusterIP \<br>&nbsp;&nbsp; &nbsp;meta master-max="2" master-node-max="2" clone-max="2" clone-node-max="1" notify="true"<br>clone WedFSClone
 WebFS<br>property $id="cib-bootstrap-options" \<br>&nbsp;&nbsp; &nbsp;dc-version="1.1.6-4.fc16-89678d4947c5bd466e2f31acd58ea4e1edb854d5" \<br>&nbsp;&nbsp; &nbsp;cluster-infrastructure="cman" \<br>&nbsp;&nbsp; &nbsp;stonith-enabled="false" \<br>&nbsp;&nbsp; &nbsp;last-lrm-refresh="1323285086"<br><br>crm_mon Yields<br>============<br>Last updated: Wed Dec&nbsp; 7 13:48:42 2011<br>Last change: Wed Dec&nbsp; 7 13:48:06 2011 via cibadmin on node1<br>Stack: cman<br>Current DC: node2 - partition with quorum<br>Version: 1.1.6-4.fc16-89678d4947c5bd466e2f31acd58ea4e1edb854d5<br>2 Nodes configured, unknown expected votes<br>4 Resources configured.<br>============<br><br>Online: [ node1 node2 ]<br><br>&nbsp;Clone Set: WedFSClone [WebFS]<br>&nbsp;&nbsp;&nbsp;&nbsp; Started: [ node2 node1 ]<br>&nbsp;Master/Slave Set: AlbertIp [ClusterIP]<br>&nbsp;&nbsp;&nbsp;&nbsp; Slaves: [ node1 node2 ]<br><br><br><br></td></tr></table>