To use the dmctl utility to initiate a full discovery, go to the BASEDIR/smarts/bin directory in the IP Manager installation area and invoke the following command on one line:

         dmctl -s <
            IP Manager
         
          instance name>
         -b <
         brokerName:port
         >
         invoke 
         
           ICF_TopologyManager::ICF-TopologyManager discoverAll
      

For example:

         dmctl -s INCHARGE-AM -b localhost:426 invoke 
         
           ICF_TopologyManager::ICF-TopologyManager discoverAll
      

When prompted for a username and password, specify an administration account; for example, admin and changeme.

To use the sm_tpmgr utility to initiate a full discovery, go to the BASEDIR/smarts/bin directory in the IP Manager installation area and invoke the following command:

         sm_tpmgr -s <
            IP Manager
         
          instance name>
         -b <
         brokerName:port
         > --discover-all
      

For example:

         sm_tpmgr -s INCHARGE-AM -b localhost:426 --discover-all