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

Example:

         ./sm_service install --force  --unmanaged  --startmode=runonce \
         '--name=ic-esm-server' \
         '--description=EMC Smarts Server Manager (ESM)' \
         '<BASEDIR>/ESM/smarts/bin/sm_server' \
         '--noregister'\
         '--name=INCHARGE-ESM' \
         '--config=esm' \
         '--edaa=esm/2.0’ \ 
         '--subscribe=default' \
         '--output' \
         '--port=2640'\
         '--ignore-restore-errors'