To configure IP Availability Manager to discover the topology collection sets for MPLS Manager, Multicast Manager, Network Protocol Manager, and VoIP Availability Manager:
-
Go to the BASEDIR/smarts/bin directory in the IP Manager installation area and issue the following command to open the tpmgr-param.conf file:
sm_edit conf/discovery/tpmgr-param.conf
-
Set the following four parameters to FALSE:
DisableMPLSDiscovery FALSE DisableMulticastDiscovery FALSE DisableProtocolDiscovery FALSE DisableVOIPDiscovery FALSE
-
Save and close the file.
The modified version of the tpmgr-param.conf file is saved to the BASEDIR/smarts/local/conf/discovery directory.
-
Issue the following command from BASEDIR/smarts/bin to make your changes take effect:
sm_tpmgr -s <IP Manager instance name> --load-conf=tpmgr-param.conf
Or, as an alternative to the preceding procedure, use the dmctl utility to temporarily set these parameters to FALSE:
Go to the BASEDIR/smarts/bin directory in the IP Manager installation area and issue the following commands:
dmctl –s <IP Manager instance name> invoke ICF_TopologyManager::ICF-TopologyManager insertParameter DisableMPLSDiscovery FALSE dmctl –s <IP Manager instance name> invoke ICF_TopologyManager::ICF-TopologyManager insertParameter DisableMulticastDiscovery FALSE dmctl –s <IP Manager instance name> invoke ICF_TopologyManager::ICF-TopologyManager insertParameter DisableProtocolDiscovery FALSE