<div dir="ltr">I am trying to run the IPaddr resource agent on an active/passive cluster on Illumos nodes (pacemaker, corosync, crm... built from updated sources).<br clear="all"><div><br></div><div>By reading the example from Saso here <a href="http://zfs-create.blogspot.ch/2013/06/building-zfs-storage-appliance-part-1.html">http://zfs-create.blogspot.ch/2013/06/building-zfs-storage-appliance-part-1.html</a>, this would seem straightforward and this makes me think that I am doing something wrong :)!</div><div><br></div><div>I patched the IPaddr script to use /usr/bin/gnu/sh and to avoid finding a free interface with \" grep "^$NIC:[0-9]" \" as that is just not the case, but now I am stuck at trying to configure the ip address.</div><div><br></div><div>This, in the script, is done with ifconfig (something like </div><div><br></div><div>    ifconfig e1000g2 inet 10.0.100.4 && ifconfig e1000g2 netmask 255.255.255.0 && ifconfig e1000g2 up</div><div><br></div><div>).</div><div><br></div><div>However, the script is run by the hacluster user, which cannot write network configuration settings.</div><div><br></div><div>To solve this problem, I am now looking at profiles, roles and authorizations, which seems to be a very "user friendly" way to handle permissions in Solaris.</div><div><br></div><div>My question is: there is no mention of this in Saso's post, or other discussions (even thought old ones) that I've come across today; am I missing something obvious, or this is just the way it has to be?</div><div><br></div><div>This is how I configure the IPaddr prmitive:</div><div><br></div><div># ipadm create-if e1000g2</div><div># crm configure primitive frontend_IP ocf:heartbeat:IPaddr params ip="10.0.100.4" cidr_netmask="255.255.255.0" nic="e1000g2"<br></div><div><br></div><div>Many thanks,</div><div>Vincenzo.</div><div><br></div>-- <br><div dir="ltr"><div>Vincenzo Pii<br></div>Researcher, InIT Cloud Computing Lab<br>Zurich University of Applied Sciences (ZHAW)<br><a href="http://blog.zhaw.ch/icclab" style="color:rgb(17,85,204)" target="_blank">blog.zhaw.ch/icclab</a><br></div></div>