BladeSystem - General
1748157 Members
4054 Online
108758 Solutions
New Discussion юеВ

Re: A System Insight Manager (SIM)

 
chuckk281
Trusted Contributor

A System Insight Manager (SIM)

Paul had a SIM question from a customer:

 

*************

 

We are deploying 17 C7000 enclosures with 256 blades. They are configured to report to the customer SIM manager server and as we are in the process of building the environment they are generating a large number of alerts. This is not pleasing the customer as it potentially masks real alerts from production kit.

 

Is there a simple means of temporarily suspending the alerts while we complete the build. We have tried putting the blade into maintenance mode but this seems to have had no effect

 

*************

 

Help for Paul:

 

****************

 

From David:

ShouldnтАЩt putting the server in maintenance mode block any alerts from the blade?

 

From Tushar:

From HP SIM side:

 

1)      Monitoring can be suspended for the server which are being shifted to maintenance mode.

2)      AEH task can be created to clear the incoming events (traps / indications) for the specific nodes, when done the same can be deleted.

 

To Suspend and Resume Monitoring:

 

From SIM тАЬtools and linksтАЭ page select the option тАЬSuspend and Resume MonitoringтАЭ

 

Or Use the following script from the command line:

 

suspend.xml : Use monitoring= тАЬsuspendтАЭ ; to resume use monitoring= тАЬresumeтАЭ

 

<?xml version="1.0" encoding="windows-1252"?>
    <node-list>
      <node  name="host" host-name="host" monitoring="resume/suspend">
    <managementpath-list />
      </node>
   </node-list>

 

 

  • mxnode -mf suspend.xml

***********

 

Reply back from Paul:

 

***************

 

Thanks to everyone for the responses. This seems to have been resoled now. The customer technical rep was only suspending the enclosure тАУ not all of the blades.

 

 

 

3 REPLIES 3
tobro-home
Advisor
tobro-home
Advisor

Re: A System Insight Manager (SIM)

if you are using HP SIM 6.2 ...there is a patch that you have to download.....I had a similar issue.
I made a tool that to suspend server whenever I needed on the fly. but you need admin rights to HP sim ....I posted a how , docs, and a video on how o use the tool. here are some links


http://www.screencast.com/t/vfBeBXiZ
http://h30499.www3.hp.com/t5/ITRC-HP-SIM-tools-and-scripts/Suspend-Resume-tool-for-HP-SIM/m-p/5716093

http://h30499.www3.hp.com/t5/ITRC-HP-SIM-tools-and-scripts/pause-monitoring-tool/m-p/5716081#M646

http://h30499.www3.hp.com/t5/ITRC-HP-SIM-tools-and-scripts/HP-SIM-Suspend-resume-monitoring-for-blackout/m-p/5711039#M645

tobro-home
Advisor

Re: A System Insight Manager (SIM)