Note:

A prerequisite for this step is that the Active and Standby IP Availability Managers and Active and Standby SAM are started.

Install the service for the Active MPLS Manager on an Active server (host A) with the --noregister option. Also, install the service for the Standby MPLS Manager on Standby server (host B) with the --noregister option.

  • For MPLS Topology Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-mpls-topology' \
                    '--description=EMC Smarts MPLS Topology Server' \
                    '<BASEDIR>/MPLS/smarts/bin/sm_server' \
                    '--name=INCHARGE-MPLS-TOPOLOGY' \
                    '--config=mpls-t' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1679'\
                    '--output'
                
  • For MPLS Monitoring Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-mpls-monitoring' \
                    '--description=EMC Smarts MPLS Monitoring Server' \
                    '<BASEDIR>/MPLS/smarts/bin/sm_server' \
                    '--name=INCHARGE-MPLS-MONITORING' \
                    '--config=mpls-m' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1680'\
                    '--output'
                
  • For MPLS Analysis Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-mpls-analysis' \
                    '--description=EMC Smarts MPLS Analysis Server' \
                    '<BASEDIR>/MPLS/smarts/bin/sm_server' \
                    '--name=INCHARGE-MPLS-ANALYSIS' \
                    '--config=mpls-a' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1681'\
                    '--output'