This article explains how one could enable and disable protocol based discovery on the AMPM domain towards the respective NPM domain managers.
Smarts 10.1.X
<Base_IP_Dir>/smarts/bin/dmctl -s <server name> invoke ICF_TopologyManager::ICF-TopologyManager findParameter DisableProtocolDiscovery
<Base_IP_Dir>/smarts/bin/dmctl -s <server name> invoke ICF_TopologyManager::ICF-TopologyManager insertParameter DisableProtocolDiscovery TRUE
<Base_IP_Dir>/smarts/bin/dmctl -s <server name> invoke ICF_TopologyManager::ICF-TopologyManager insertParameter DisableProtocolDiscovery FALSE
Note: Using a dmctl command means you do not have to restart the domain.
To make these changes permanent (retain settings post restart of AMPM domain):
<Base_IP_Dir>/smarts/bin/sm_edit conf/discovery/tpmgr-param.confThe following is the default:
#Enable/Disable protocol (pm) related discovery.
DisableProtocolDiscovery TRUE