As an example of using the dmctl command to view an object’s attribute value, enter the following dmctl command from the TSM_BASEDIR/smarts/bin directory of the Topology Split Manager to view the numberProbeThreads attribute value of the ICF_TopologyManager object:

         dmctl -s <TSM name> get ICF_TopologyManager::ICF-TopologyManager::
         
         numberProbeThreads
      

The default value for numberProbeThreads is 10.

To view all attribute values of the ICF_TopologyManager object in one invocation, enter the following dmctl command:

         dmctl -s <TSM name> get ICF_TopologyManager::ICF-TopologyManager | more