How to view and change Smarts IP Polling and Thresholds values via command line.
SMARTS - 10.1.x
The following sections of this Fix statement provide examples that show how to manually view and change Smarts IP Polling and Thresholds values.
IMPORTANT! If you change any polling and threshold setting, you must run the Smarts reconfigure command to apply the change in your environment.
<BASEDIR>/IP/smarts/bin/dmctl -s <AMPM domain> getI ICF_Configuration
<BASEDIR>/IP/smarts/bin/dmctl -s <AMPM domain> get ICF_Configuration::\"CFG-Polling Groups/Routers\"::ComposedOf
<BASEDIR>/IP/smarts/bin/dmctl -s INCHARGE-AM-PM get System_EnvironmentPolling_Setting::\"SET-CFG-Polling Groups/Routers/System_EnvironmentPolling_Setting\"
Properties of System_EnvironmentPolling_Setting::SET-CFG-Polling Groups/Routers/System_EnvironmentPolling_Setting:
AnalysisMode = ENABLED
CreationClassName = System_EnvironmentPolling_Setting
Description =
DisplayName = Environment Polling
InstrumentationClass =
IsEnabled = TRUE
Name = SET-CFG-Polling Groups/Routers/System_EnvironmentPolling_Setting
PartOf = { Configuration::CFG-Polling Groups/Routers }
PollingInterval = 240
Retries = 3
RuleSet = health/env-setting.asl
ServiceName =
SettingAppliedBy =
SettingFeature =
SettingKey = System_EnvironmentPolling_Setting
TargetClass = ICIM_UnitaryComputerSystem
Timeout = 700
Type = POLLING
<BASEDIR>/IP/smarts/bin/dmctl -s INCHARGE-AM-PM get Processor_Performance_Setting::\"SET-CFG-System Resource Groups/Routers/Processor_Performance_Setting\"
Properties of Processor_Performance_Setting::SET-CFG-System Resource Groups/Routers/Processor_Performance_Setting:
BackplaneUtilizationThreshold = 80
CreationClassName = Processor_Performance_Setting
Description =
DisplayName = Processor and Memory
FreeMemoryThreshold = 15
IsEnabled = TRUE
MemoryBufferMissThreshold = 10
MemoryBufferUtilizationThreshold = 90
MemoryFragmentationThreshold = 5
Name = SET-CFG-System Resource Groups/Routers/Processor_Performance_Setting
PartOf = { Configuration::CFG-System Resource Groups/Routers }
ProcessorUtilizationThreshold = 90
ServiceName =
SettingFeature =
SettingKey = Processor_Performance_Setting
TargetClass = ICIM_UnitaryComputerSystem
Type = THRESHOLD
<BASEDIR>/IP/smarts/bin/dmctl -s INCHARGE-AM-PM put Processor_Performance_Setting::\"SET-CFG-System Resource Groups/Routers/Processor_Performance_Setting\"::FreeMemoryThreshold 30
./dmctl -s <domain> getI ICF_Configuration
./dmctl -s <domain> get ICF_Configuration::\"CFG-Interface Groups/<Name of Interface group>\"::ComposedOf
./dmctl -s <domain> get <output of above ComposedOf>::\"SET-CFG-Interface Groups/<Name of Interface group>/<output of above ComposedOf>\"::<Threshold>
./dmctl -s <domain> put <output of above ComposedOf>::\"SET-CFG-Interface Groups/<Name of interface group>/<output of above ComposedOf\"::<Threshold to change> <value>
NOTE: After running the command above to change the value you will then need to reconfigure the domain for the changes to take place.