HA functionality becomes disabled if network is not available upon start of vsmserver service. This is generally bad design and needs to be changed so that the state can change over process life. A network service which also communicates with other network services should handle connections more gracefully then just disable functionality upon start. This is reproducible on a RHEL 7 with the following log: 2014-10-16 08:59:44 WARNING vsmserver.HA: Failed to find IP of this host with connect() method, trying fallback 2014-10-16 08:59:44 ERROR vsmserver.HA: 0 matches when comparing hostnames from /vsmserver/HA/nodes with result of gethostname() - should be exactly one match 2014-10-16 08:59:44 ERROR vsmserver.HA: Can't determine address of other node safely. 2014-10-16 08:59:44 ERROR vsmserver.HA: STARTING WITH HA DISABLED! 2014-10-16 09:11:48 INFO vsmserver: Got SIGTERM, signaling process to quit