Install the service for the Active VoIP Availability Manager on an Active server (host A) and install the service for the Standby VoIP Availability Manager on the Standby server (host B). Ensure that the services for both VoIP Availability Managers use fixed ports (--port option) and the no register mode (--noregister). Run the following command from VoIP Availability Manager installation directory:

Example:

         ./sm_service install --force  --unmanaged  --startmode=runonce \
          '--name=ic-voip-server' \
          '--description=EMC Smarts VoIP Availability Manager' \
         '--env=SM_JAVA_ENABLED=YES'\
          '<BASEDIR>/VoIP/smarts/bin/sm_server' \
          '--noregister'\
          '--name=VoIP-AM' \
          '--config=voip' \
          '--subscribe=default' \
         '--output' \
          '--port=2700'\
          '--ignore-restore-errors'
      

The VMware Smart Assurance System Administration Guide provides complete information about the sm_service command options.