In this topic, you can find information about commands to start domain managers in service way in EDAA mode.
You need to run the following commands for the respective domain managers to start the services in EDAA mode.
IP:
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-am-pm-server' \ '--description=IP Availability & Performance Manager' \ '/opt/InCharge/IP/smarts/bin/sm_server' \ '-n' \ 'INCHARGE-AM-PM' \ '--config=icf' \ '--bootstrap=bootstrap-am-pm.conf' \ '--edaa=ip/2.0' \ '--ignore-restore-errors' \ '--output'
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-am-server' \ '--description=IP Availability & Performance Manager' \ '/opt/InCharge/IP/smarts/bin/sm_server' \ '-n' \ 'INCHARGE-AM' \ '--config=icf' \ '--bootstrap=bootstrap-am.conf' \ '--edaa=ip/2.0' \ '--ignore-restore-errors' \ '--output'
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-ip-configuration-edaa' \ '--description=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'
SAM:
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-sam-pres-server' \ '--description=Service Assurance Manager Server (notification cache publishing)' \ '/opt/InCharge/SAM/smarts/bin/sm_server' \ '-n' \ 'INCHARGE-SA-PRES' \ '--config=ics' \ '--edaa=sam-presentation/2.0' \ '--bootstrap=bootstrap-amqp.conf' \ '--ignore-restore-errors' \ '--output'
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-sam-server' \ '--description=Service Assurance Manager Server' \ '/opt/InCharge/SAM/smarts/bin/sm_server' \ '-n' \ 'INCHARGE-SA' \ '--config=ics' \ '--edaa=sam-presentation/2.0' \ '--ignore-restore-errors' \ '--output'
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-icoi-server' \ '--description=SAM Adapter Platform Server' \ '/opt/InCharge/SAM/smarts/bin/sm_server' \ '-n' \ 'INCHARGE-OI' \ '--config=icoi' \ '--edaa=oi/2.0' \ '--ignore-restore-errors' \ '--output'
ESM:
sm_service install --force --unmanaged --startmode=runonce \ '--name=ic-esm-server' \ '--description=ESM Server' \ '/opt/InCharge/ESM/smarts/bin/sm_server' \ '-n' \ 'INCHARGE-ESM' \ '--config=esm' \ '--edaa=esm/2.0' \ '--ignore-restore-errors' \ '--output'