As another 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 IsTopoSyncEnabled attribute value of the TopoSplit_Manager object:

         dmctl -s <TSM name> get TopoSplit_Manager::TopoSplit-Manager::
         
         IsTopoSyncEnabled
      

The default value for IsTopoSyncEnabled is FALSE.

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

         dmctl -s <TSM name> get TopoSplit_Manager::TopoSplit-Manager | more