Powershell script to find the basic health and status of the HP Enclosure

Pls check my other blog about powershell on HP Enclosure and here by using the below script we can get status of the Enclosure (OnboardAdministrator, PowerSubsystem, CoolingSubsystem running on multilpe HP Enclosure ).

We need HP powershell cmdlet to run the script and download it from the below link .

http://www8.hp.com/us/en/products/server-software/product-detail.html?oid=5440657#!tab=features

Install the HPOACmdlets-x64.msi and look for the pdf for the installation steps.

Get-Help *hp* – It will show all the commands related to the HP

hod

Get-Help *hpoa* – It will show all the commands related to the HP-onboard administrator.

We need Get-HPOAEnclosureStatus cmdlet  to get the basic health and status of the enclosure subsystem. A list of connection objects must be provided as a parameter.

Download the script from the below location.

Git-Hub or Dropbox

Advertisement
This entry was posted in HP, Powershell and tagged , , , , . Bookmark the permalink.

4 Responses to Powershell script to find the basic health and status of the HP Enclosure

  1. Pingback: Powershell script to find the ilo firmware of the blades running on HP Enclosure. | Techbrainblog

  2. Pingback: Powershell Script to update the ilo firmware from the list of IPs. | Techbrainblog

  3. Pingback: Powershell script to update the Onboard Administrator firmware. | Techbrainblog

  4. Anil says:

    Hi, Is there any powershell sacript available to monitor FAN speed and temperature with email notification ? Please share.

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s