h1

HP iLo Very Slow for Installing an OS

February 27, 2008

 

A bit of a disappointment; we’re trying to do a WinPE 2.0 CD/DVD based installation for our Windows 2003/2008 standard blade servers in an HP c7000 enclosure.

Installing from a .ISO image presented to the iLo via the virtual media applet is dog-slow (5-10 times slower than from a physical CD/DVD- why is this? - surely its technically possible to make this access run faster and GigE chipsets are cheap-as these days. I’ve been through every combination of switching/duplex/port config and even via a cable directly into the Blade OA.

The same issue seems to manifest itself on traditional rack mount HP servers - the iLo just isn’t fast enough to make this a workable solution, unless you are really patient.

I know we could use the RDP and do it as a PXE type installation over the network to each blade, but this doesn’t really achieve what I want…

Most customers maintain an OoB (Out of Band) network to which all of the management interfaces  (iLo, DRAC, etc.) are connected to. the reasoning for this is obvious; if you loose your main core switching network you can get access via a totally different physical network and path to assist in troubleshooting.

For this same reasoning I would like to use this method to build servers from a master boot CD/DVD image, you can present a .ISO image to a server via the virtual media applet on the iLo. We have a fully end-end build process that sets up the HP array controllers, flashes BIOS and installs the OS and drivers etc. from a CD/DVD.

We just update the boot CD .ISO file as required and its flexible and it doesn’t rely on any deployment infrastructure (PXE server, RDP server etc.) so we can port it between customers and data centres, VM’s and physical machines and do a bare-metal builds without requiring any build/network infrastructure in place.

This isn’t just limited to a Windows OS - I tried the same with an ESX installation; took over an hour (compared to 5-10 mins from a local CD)

12 comments

  1. Seems I’m not the only person frustrated with this
    http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1204128957289+28353475&threadId=1111474


  2. Hey! I just had this same thing a few weeks ago on a c7000. What kind of network switches are you using and what is the config on the ports?

    For us we were using the 3020’s and it turns out the ports from the blade to the switch were in trunk mode instead of access mode. It was taking FOREVER to lead the OS remotely over virtual media and the iLO. Checked the settings, put the ports in access mode… problem solved. Hope it helps…

    Aaron


  3. Interesting, we’ve tried a couple of different ways;
    laptop plugged directly into the OA still took 3 hours or so to serve a Win2003r2 .iso file (compared to maybe 40 mins from DVD)

    Patched into an external GigE switch - duplex all looks to be correct @100/full and still slow.

    What virtual media applet did you use? - I find the integrated console is slightly faster (but won’t work properly from a Vista workstation) than the Java one.


  4. What sort of install times are you seeing via virtual media? are my expectations of under an hour end-end realistic… based on what I’m reading around the web maybe not?


  5. Now you’re testing me… ;)

    I don’t know your answers for sure because this was all relayed to me from the customer.

    The customer said iLO Virtual Media was unusable because it was so slow. They looked into it and as I was researching everything, they called back and said that putting the on board network ports on the blade into access mode at the switch fixed them and they were off and running. I didn’t see it first hand. If you think about it, I’m not sure how much sense it makes because they were making changes to the network ports for the ethernet on the blades, not the port the OA was on.

    According to them, they were using the integrated remote console (from IE on an XP desktop). The CD was a physical CD in the desktop drive, not an ISO. I can’t comment if it was slow compared to hooking a drive to the machine directly, but they were happy with the performance and loaded 12 blades with windows that way.

    I’ll be in meetings with some really smart HP blade people tomorrow. I’ll ask them on a break and let you know.


  6. Me again - I just heard back from the customer (late night e-mail FTW!) and I was incorrect. They had trunk mode set up between the uplink switch and all of the external ports on the Cisco switches in the chassis and also on the OA uplink ports.

    They switched the port setting on the uplink switch the OA was plugged into from trunk mode to access mode and this improved their performance. Since you were plugged right into the port with a laptop this probably won’t apply to you.

    Sorry for all the confusion!


  7. Can someone send the exact procedure to either check the port state or change to access. I have the same setup as described here (hp proliant bl465 blade with cisco 3020 switches) and also have the slow iso transfer speed during esx install.

    Thanks very much.


  8. Hi all,

    This poor performance seems to be something of a common problem.

    Our OA’s are showing the network speed being set to ‘Auto’ when viewing this setting via the web interface. Any attempt to change it (ie: to 100/Full), after refreshing see’s it reverting back to ‘Auto’.

    Interestingly when I use the command-line HP ILO utlity HPONCFG.EXE to perform a dump to an XML file of the current ILO settings, the NIC speed on an individual blade shows as only being set to 10 Half. Even when I reapply the ILO settings to that Blade via HPONCFG.EXE setting the speed to 100 Full this new setting still doesn’t seem to take.

    Is anyone else also experiencing this issue with ILO port speeds on the C class blades (via the OA)?

    Cheers,

    Simon


  9. The HP blade virtual media just does not work for me. It really sucks. It tries to access the drive but never boots from it, does not mater what you use (iso or physical cd drive).


  10. Agnimitra,

    I’ve experienced similar…

    if you use IE7 on Vista, don’t use the “Integrated Remote Console” and map/mount the media that way - it just doesn’t seem to work reliably.

    I went back to using the other remote console options and mounting the virtual media via the iLo’s web browser interface, that works 100%.

    If you use IE6 or IE7 from an XP/2003 machine integrated remtoe console seems to work ok.


  11. I’m experiancing the same issue right now while installing ESX via the iLO into a BL460C. Daman Slow guys.


  12. To improve performance do the following. (you will need ILO advanced licenses and ILO 1.43+)

    1. Build a webserver on IIS 5.0+ and host your windows images in .ISO format on a virtual directory

    2. SSH into the IP address of the ILO interface of the Blade or Rackmount server

    3. You need to change to the following path using the cd command >
    /map1/oemhp_vm1/cddr1 (use cd /map1, cd /oemhp_vm1.. etc)

    4. Then >
    set oemhp_image=”http://ipaddress.of.webserver/iso/windows2003.iso”

    set oemhp_boot=connect

    show

    5. Type >
    power reset

    6 The blade/server will then restart and boot off of the image via the webserver..

    This is considerably faster than using virtual media applet.

    -karim


Leave a Comment