The command for products that interoperate with the User Interface includes additional options. Before you start the service, if you have not already done so, you need to issue the command from the directory to register the product with the Broker.

sm_service install command for Configuration Manager

As a prerequisite, the Configuration Manager is already running.

/opt/InCharge/IP/smarts/bin/sm_service install --force  
--unmanaged 
--startmode=runonce 
--name=ic-ip-configuration-edaa 
"--description=VMware Smart Assurance IP Configuration Manager for EDAA" 
/opt/InCharge/IP/smarts/bin/sm_server 
--name=INCHARGE-CM
--config=icf-c 
--bootstrap=bootstrap.conf 
--port=0 
--edaa=ip/2.0 
--ignore-restore-errors 
--nodx 
--output

sm_service install command for IP Availability Manager

/opt/InCharge/IP/smarts/bin/sm_service install
--force
--name=ic-am-server
"--description= VMware Smart Assurance IP Availability Manager Server"
--startmode=runonce
/opt/InCharge/IP/smarts/bin/sm_server
--name=INCHARGE-AM
--config=icf
--bootstrap=bootstrap-am.conf
--port=0
--edaa=ip/2.0
--ignore-restore-errors
--output

sm_service install command for IP Performance Manager

/opt/InCharge/IP/smarts/bin/sm_service install
--force
--name=ic-pm-server
"--description= VMware Smart Assurance IP Performance Manager Server"
--startmode=runonce
/opt/InCharge/IP/smarts/bin/sm_server
--name=INCHARGE-PM
--config=icf
--bootstrap=bootstrap-pm.conf
--port=0
--edaa=ip/2.0
--ignore-restore-errors
--output

sm_service install command for IP Availability-Performance Manager

/opt/InCharge/IP/smarts/bin/sm_service install
--force
--name=ic-am-pm-server
"--description= VMware Smart Assurance IP Availability Manager and Performance Manager Server"
--startmode=runonce
/opt/InCharge/IP/smarts/bin/sm_server
--name=INCHARGE-AM-PM
--config=icf
--bootstrap=bootstrap-am-pm.conf
--port=0
--edaa=ip/2.0
--ignore-restore-errors
--output