Salesforce

How to disable CPU and memory monitoring only

« Go Back

Information

 
TitleHow to disable CPU and memory monitoring only
URL Namehow-to-disable-cpu-and-memory-monitoring-only
Article Number000182994
EnvironmentProduct: OpenEdge
Version: 11.6.2
OS: All supported platforms
Question/Problem Description
How to disable CPU and memory monitoring only
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution

Feature to disable CPU and memory monitoring is added in version 11.7.
For version before 11.7 use the workaround below.

Workaround
proenv>cat disable_cpus.sh
for i in `$DLC/bin/fathom -user <username> -password <password> -restype system -reslist | grep CPU | awk '{print $2}'`
do
$DLC/bin/fathom -user admin -password progress -disable $i
done
proenv>./disable_cpus.sh

Note: The above script will disable all the CPUs and polling will be stopped. But OEM will still show the resource as online(PASSED) but poll count does not increase.
If you want to show the status of the resource as Disabled, then you have to change the polling interval, then we see the CPU resource status is disabled.

 
Notes
Keyword Phrase
Last Modified Date4/17/2017 3:15 PM

Powered by