This article explains the usage of dmctl utility to change a Smarts Polling Group -> PollingInterval setting to a value greater than 3600
Smarts cannot create a Polling Group with PollingInterval setting greater than 3600 seconds
All Supported Smarts Releases
To change the Smarts IP PollingInterval to a value greater than 3600 using dmctl, do the following:
1. Attach to the domain that you would like to change the PollingInterval for using dmctl.
2. Run the following command to generate a list of all the Polling Settings for all the different Polling Groups:getInstances Connectivity_Polling_Setting3. Isolate the group that you would like to change the PollingInterval setting as follows (where [Polling Group] is the group to which the device belongs):
SET-CFG-Polling Groups/[PollingGroup]/Connectivity_Polling_Setting4. Use this [PollingGroup] in the following put command (all on one line) to configure a value greater than 3600 for the PollingInterval (4000 in the following example):
put Connectivity_Polling_Setting::"SET-CFG-Polling Groups/[PollingGroup]/Connectivity_Polling_Setting"::PollingInterval 40005. Check the new value of the PollingInterval using the following get command (all on one line):
get Connectivity_Polling_Setting::"SET-CFG-Polling Groups/[PollingGroup]/Connectivity_Polling_Setting"::PollingInterval