Listing Smarts IP Polling Group devices using dmctl
To list the Configuration polling group devices in the Smarts IP domain, use the following command:
Ouput list to a file./dmctl s <IP Domain Name> getI Configuration
Example
./dmctl -s INCHARGE-AM-PM get Configuration::CFG-Polling Groups/Routers"::Configures | tr ' ' '\n'[The above command outputs the list on screen]
./dmctl -s <Domain Name> get Configuration::CFG-Polling Groups/<Name of Group>"::Configures | tr ' ' '\n' ><outputfilename>.txt
Example
./dmctl -s INCHARGE-AM-PM get Configuration::"CFG-Polling Groups/Switches"::Configures | tr ' ' '\n' >outswitch.txt[The above command creates a file with the list of devices in a file called outswitch.txt]