From the TSM_BASEDIR/smarts/bin directory in the IP Manager installation area, a user manually installs the Topology Split Manager as a service after the installation. Here is the Topology Split Manager service command.

UNIX:

/opt/InCharge/TSM/IP/smarts/bin/sm_service install 
 --force 
 --name=ic-tsm 
 --startmode=runonce 
 --description=”VMware Smart Assurance Topology Split Manager” 
 /opt/InCharge/TSM/IP/smarts/bin/sm_server 
 --name=INCHARGE-TSM 
 --config=icf 
 –-bootstrap=bootstrap-tsm.conf 
 --port=0 
 --ignore-restore-errors 
 --noreconfigure 
 --output

To install the service, invoke the service command on one line.