Introduction
During firmware upgrade or maintenance tasks, Hardware Sentry KM or Storage Analyzer KM can fetch some unexpected values, causing the generation of unnecessary events. To prevent these false alerts from being generated, it is recommended to pause the monitoring of the systems and/or endpoints before any maintenance or update activity. The monitoring of your systems and/or endpoints can be resumed when the maintenance activity is complete.
Pausing the monitoring of systems and/or endpoints
From the Monitoring Studio X Console
From the Monitoring Studio X console, select the system or endpoint to display its details and click Pause. Click Resume to continue the monitoring.
From BMC TrueSight Presentation or BMC Helix
To pause the monitoring of your systems and/or endpoints, you will have to run PSL commands on your PATROL Agents using the Agent Query Tool. The PSL commands will vary whether you wish to stop a system monitored by the Hardware Sentry KM or an endpoint monitored by the Storage Analyzer KM.
Hardware Sentry KM: PSL commands to run to pause the monitoring of a system
- Run
requires MS_HW_q;hostsInfo();
to obtain the ID of the monitored systems - Run
requires MS_HW_q;pause("/MS_HW_MAIN/SystemID");
to pause the monitoring of one system.SystemID
should be replaced by the ID previously obtained (Example:requires MS_HW_q;pause("/MS_HW_MAIN/pc-emc-2");
). - Run
requires MS_HW_q;resume("/MS_HW_MAIN/SystemID");
to resume the monitoring of your system (Example:requires MS_HW_q;resume("/MS_HW_MAIN/pc-emc-2");
).
Storage Analyzer KM: PSL commands to run to pause the monitoring of an endpoint
- Run
requires SKM_q;endpointsInfo();
to obtain the ID of the monitored endpoints - Run
requires SKM_kmshared; swPauseResume("SKM_ENDPOINT", "EndPointdeviceID", 1);
to pause the monitoring of one endpoint.EndPointdeviceID
should be replaced by the ID previously obtained. - Run
requires SKM_kmshared; swPauseResume("SKM_ENDPOINT", "EndPointdeviceID", 0);
to resume the monitoring of your endpoint.
Related Topics
- Reinitializing Sentry Software's KMs After a Firmware Upgrade, a KM upgrade, or Connectors Install
- Storage Analyzer KM and Storage All-in-One ETL: Verifying Prerequisites (Credentials and Connectivity)
- How to Monitor Dell EMC Unity Storage Systems with Storage Analyzer KM
- How to Monitor Hitachi E and G Series Storage Systems with Storage Analyzer KM
- How to Monitor Pure Storage Systems with Storage Analyzer KM