Powered by System Center
SCVMM 2012 – Adding HP iLO as an OOB provider
In the previous post I went into some detail about Out of Band Management (OOB) options in SCVMM 2012 and how bare metal servers can be discovered via an IP range via an OOB provider. After installation of SCVMM 2012 you’ll discover that HP iLO is not a standard option. However a custom OOB provider for HP iLO is offered and can be configured via the following procedure.
First of all we have to download the HP Lights Out Configuration Utility and install it on the SCVMM 2012 server. You can get this utility from HP’s Software and Drivers site and is located under the ProLiant server model and operating system version. If you install this program, take note of the installation directory which defaults to C:\Program Files (x86)\HP\cpqlocfg because next you’ll have to get the HP Lights-Out XML Scripting Sample for Windows. As a third step you must copy the files to same directory where you installed the iLO Configuration Utility.
Make two copies of Set_Host_Power and rename them to Set_Host_Power_Off and Set_Host_Power_On. Change the command <SET_HOST_POWER HOST_POWER=”No” in the first file and to “Yes in the second. Do not change anything else in these files.
Go to the Microsoft Connect site https://connect.microsoft.com/site799/Downloads (You have to register for SCVMM 2012 beta with a Windows Live account) and download the SCVMM 2012 Beta Configuration Provider for HP ILO2. This supplemental download will allow you to control HP servers that doe not support or are not enabled for IPMI out of band management. The file contains a DLL file and a Powershell script:
Copy these files to a directory on the SCVMM 2012 server.
Start a command prompt with Administrator privileges, start powershell and issue the following commands:
get-ExecutionPolicy –> make a note of the current policy
Set-ExecutionPolicy AllSigned
cd [directory of copied *.dll and *.ps1 files)
.\registeroobprovider.ps1 “c:\program files (x86)\hp\cpqlocfg”
Set-ExecutionPolicy Restricted –> or the policy that was configured before changing it
When these steps have completed successfully you’ll need to restart the Virtual Machine Manager 2012 Console or reconnect to it.
We should now be ready to discover bare metal HP servers via the HP iLO2 OOB provider. Go to the Fabric wunderbar, click on Add Resources from the Ribbon and select Hyper-V Hosts and Clusters.
Choose Physical computers to be provisioned into Hyper-V hosts.
If the previous steps were successful you should be able to see HP Integrated Lights-Out (ILO 2) from the OOBE protocol list.
Supply an IP subnet or a range of IP addresses you know the BMC’s should be in and press Next.
As you can see the custom OOB provider for HP iLO 2 works as expected. Although I haven’t tried out yet, you’ll find that the iLO 3 supports one or more of the built-in standard OOB providers so might not have to go through all these steps.
In my next blog I will describe how to Prepare the Host Profile before we reach our final goal: Bare Metal Configuration and Cluster Creation.
If you’ve been successful using the iLO 3 without the custom provider, please leave a comment.
| Print article | This entry was posted by Hans Vredevoort on April 15, 2011 at 08:10, and is filed under Hans Vredevoort, System Management. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
It was a great, great, great, great Hyper-V.nu event
about 1 month ago - 1 comment
The 16th of April 2013 was a really great day for the Hyper-V.nu crew. After a couple of months of preparation we were all looking forward to this next Hyper-v.nu event. It was exciting also… Will all subscribers visit the event, will the visitors like the location, the lunch and the sessions, and so on.…
Set Cluster Live Migration Settings
about 1 month ago - No comments
Today we, Paul Huijbregts and I, resolved one of the last hurdles in finalizing our automated cluster installation script. This hurdle was to change the priority of the Live Migration settings when creating a Hyper-V cluster. To change this priority we first tried to use the Set-VMMigrationNetwork PowerShell command. Unfortunately this command can only be…
MVMC Automation Toolkit (MAT)
about 1 month ago - No comments
In one of the break-out session at the Microsoft Management Summit 2013, which was held last week, an automation toolkit was shown to migrate virtual machines from “the other guys” to Hyper-V. The toolkit makes use of Microsoft Virtual Machine Converter and is part of the Solution Accelerator tools. The Microsoft Virtual Machine Converter provides…
Windows Server 2012 Hyper-V Installation and Configuration Book
about 2 months ago - 3 comments
If you are in some way dealing with Hyper-V in Windows Server 2008 R2 and probably now exploring Windows Server 2012 Hyper-V, you are by no means able to avoid the blogs, whitepapers, books and tweets written by Aidan Finn. In 2010 Aidan asked me to be a technical editor for his Mastering Hyper-V Deployment…
Last tickets for Hyper-V.nu event up for grabs
about 2 months ago - No comments
As you can see from the screenshot, only a few tickets are left for the Hyper-V.nu event on April 16th, 2013. The event will be presented in Dutch which is unfortunate for several of our followers in the neighboring countries who wanted to attend. I hope to convince my fellow speakers to present in English…
Dell Compellent and Offloaded Data Transfer (ODX)
about 2 months ago - 2 comments
I just finished a remote support session for a customer in New York. My task was to check a Windows Server 2012 cluster using PowerEdge M620 blades with 4x10GbE connected to a Dell Compellent (6.3.1 firmware). I just had a small window of opportunity to create a fixed sized VHDX (25GB and 250GB). new-vhd -path…
5Nine Security Manager for Windows Server 2012 Hyper-V part-2
about 2 months ago - No comments
My first plan was to write a two part blog article about 5Nine Security Manager. But because of some bugs in the firewall part of this solution I decide to split it up in three parts. In the first part I described a global overview and a look at the installation of 5Nine Security Manager…
Hyper-V Virtual Switch Extension Cisco Nexus 1000V
about 2 months ago - No comments
This week is an important day for Microsoft’s new Hyper-V Extensible Switch in Windows Server 2012. We already know this switch is capable of many new features including capturing, filtering and forwarding extensions from several vendors. Damian Flynn (fellow author on Microsoft Private Cloud Computing and co-author of Windows Server 2012 Installation and Configuration Guide…
SMB 3.0 and ODX both appear in EMC VNX mainstream release
about 2 months ago - No comments
Today I received news that EMC has released its latest version of the VNX Operating System which covers NAS and Block functionality (VNX OE 32/8) and Maintenance Release 1 (MR1). If you are an EMC customer, this important release is now available for download: For Windows Server 2012 Hyper-V customers this is especially very good…
HP adds Windows Server 2012 Support for several HP ProLiant G6 Servers
about 2 months ago - No comments
Just in time for a new project for a Dutch municipality, involving HP c7000, HP ProLiant BL460c Gen8, HP StoreVirtual 4000 Storage and Windows Server 2012 Hyper-V, HP released a new firmware ISO and a new HP ProLiant Service Pack. With version 2013.02.0 (19 Feb 2013) HP adds Windows Server 2012 support for the following…









Twitter
RSS
about 2 years ago
Hi
Great blog post here. I too have tried this very process. However, when attempting to discover devices, I get a message saying that a device could not be discovered. I can see that the script is running corretly as a file is generated the the HP iLO Configuration Utility directory with the details of the device, and I can see an XML Login and XML Logout in the iLO log on the server. Have you come across such issues, or is this something which I am doing incorrectly.
Cheers
Shaun
about 2 years ago
Hi again
Just bought I’d let you know that I managed to resolve the issue. It was down to the firmware revision of the lights-out board. The was a 2007 version – 1.7 I believe. I upgraded this yesterday to version 2.05, and it was discovered immediaty. There must be something in the response from the ilo that VMM expects which is not in the response from earlier version of the firmware.
Keep up the great blog.
Cheers
Shaun
about 2 years ago
Thanks for adding that Shaun!
about 2 years ago
Are you aware of any providers for Dell blade servers?
about 2 years ago
Hi Robbie,
Dell DRAC uses IMPI 2.0 protocol. Although I haven’t tried you have a good chance of being able to use the standard BMC providers in SCVMM 2012
See also: http://www.dell.com/downloads/global/power/ps3q06-20050317-Zhuo.pdf
Cheerz, Hans
about 6 months ago
Hi Hans
Currently going though all your post on BMC in SCVMM 2012 – GREAT STUFF!
one question…
Do i need to buy the HP ILO license for SCVMM 2012 to be able to push the install?
You know the license that gives you the option to controle to the server completly? I seem to remember the default license that follow basicly only allows you to power on and off the server…
/Casper
about 6 months ago
You only need the ILO license if you want to take over the server in the GUI and for virtual DVD I think. Just give it a try!