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 Network Protocol Manager on an Active server (host A) with the --noregister option. Also, install the service for the Standby Network Protocol Manager on Standby server (host B) with the --noregister option.

  • For NPM BGP Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-npm-bgp-server' \
                    '--description=EMC Smarts NPM for BGP Server' \
                    '<BASEDIR>/MPLS/smarts/bin/sm_server' \
                    '--name=INCHARGE-BGP' \
                    '--config=bgp' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1679'\
                    '--output'
                
  • For NPM EIGRP Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-npm-eigrp-server' \
                    '--description=EMC Smarts NPM for EIGRP Server' \
                    '<BASEDIR>/NPM/smarts/bin/sm_server' \
                    '--name=INCHARGE-EIGRP' \
                    '--config=eigrp' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1681'\
                    '--output'
                
  • For NPM IS-IS Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-npm-isis-server' \
                    '--description=EMC Smarts NPM for ISIS Server' \
                    '<BASEDIR>/NPM/smarts/bin/sm_server' \
                    '--name=INCHARGE-ISIS' \
                    '--config=isis' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1681'\
                    '--output'
                
  • For NPM OSPF Server example:

                   ./sm_service install --force  --unmanaged  --startmode=runonce \
                    '--name=ic-npm-ospf-server' \
                    '--description=EMC Smarts OSPF Server' \
                    '<BASEDIR>/NPM/smarts/bin/sm_server' \
                    '--name=INCHARGE-OSPF' \
                    '--config=ospf' \
                    '--ignore-restore-errors' \
                    '--noregister'\
                    '--port=1680'\
                    '--output'