Showing posts with label steps. Show all posts
Showing posts with label steps. Show all posts

Saturday, 25 April 2015

HP latest Management Pack for Blade Systems and Proliant Servers - Step by Step Installation steps

HP latest Management Pack for Blade Systems and Proliant Servers - Step by Step Installation steps:

  • HP has released the latest MP for monitoring the Blade and Proliant server
  • Following are the list of MP:
  • HP BladeSystem Management Pack (v 2.1)
  • HP ProLiant Agentless Management Pack (v 3.1)
  • HP ProLiant Linux Management Pack (v 3.1)
  • HP ProLiant PRO Management Pack (v 2.1)
  • HP ProLiant Server Management Pack (v 2.2)
  • HP ProLiant VMware Management Pack (v 3.1) 
  • You can download it from the here --> Click here

Following are the Components that are important in this MP:
  • HP management packs
  • HP Device Monitor Console (DMC)
  • HP Device Monitor Service(DMS)
  • HP Custom Data Manager(CDM)

HP management Packs:
              I suggest you install the HP Blade System Management Pack and the HP Proliant Server Management Pack. These should be enought to monitor all the Servers. Other are just some additional addon.

HP Device Monitor Console (DMC):
The HP Device Monitor Console (DMC) provides the user interface for connecting to the HP Device
Monitor Service (DMS) to add or remove devices supported by management packs that use the 
DMS. 

So you need to Install DMC first. You can install on any management server.
If you are already having older version called as HP enterprise manager, then Device Console replaces it.Just install the new DMC and it will automatically upgrade.

Then install the Above MP and everything will be discovered and start working.





Tuesday, 20 January 2015

SCOM Agent is not installed but still showing in Pending State in SCOM 2012 r2-Resolved

SCOM Agent is not installed but still showing in Pending State in SCOM 2012 r2-steps to resolve


  • We recently had a issue where there is no SCOM agent on the server.But When we try to Install SCOM agent from Console its says there is already agent pending to be managed and doesn't allow to install.
  • Then when we check the pending agent state it shows up there ,but if i go and check the server there is no SCOM agent.
  • So we where puzzled how its coming in pending management. Then we reject in pending management it goes from there.But if i try to install agent again it comes in pending management.
  • So its stuck in pending management,So this time i rejected it and its gone from there.
  • Then i Ran the Command shell command
               GET-SCOMPendingManagement | where {$_.AgentName -eq "FQDNServername"

  • And the server was showing pending in command shell but not in console.
  • To fix it you need to login to Operations Manager database server and run the below store procedue on query window on the operations manager database
               p_AgentPendingActionDeletebyAgentName 'FQDNServername'