<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Slow Virtual Media Over Webserver in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663223#M5123</link>
    <description>The blades have ILO 2.00, but the chassis is going to stick with OA 2.60 since we've found it stable and are waiting for a few bugs to get worked out in the 3.x series.&lt;BR /&gt;&lt;BR /&gt;Does 3.x have an option to mount an ISO as virtual media to all blades in an enclosure? If this is the case that would work much better than what we've been doing.&lt;BR /&gt;&lt;BR /&gt;As for the performance issues I believe it's an issue with how Apache is configured. I put the Virtual Media on a Ubuntu Apache server and it performs as expected.</description>
    <pubDate>Tue, 20 Jul 2010 15:40:26 GMT</pubDate>
    <dc:creator>Micheal Waltz</dc:creator>
    <dc:date>2010-07-20T15:40:26Z</dc:date>
    <item>
      <title>Slow Virtual Media Over Webserver</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663221#M5121</link>
      <description>In leveraging the scripting ability of ILO I discovered that you can load a .iso file as virtual media via a web server. I followed the ILO CLI manual and setup the script, put the image on a web server, and it works, sorta.&lt;BR /&gt;&lt;BR /&gt;I takes an extremely long time to actually work, almost 20 minutes until it start loading the vmlinuz to boot into the firmware maintenance CD. After making sure the script and network connections were good, I saw in the web server logs that it was getting a http 206 partial content error:&lt;BR /&gt;&lt;BR /&gt;IP - - [19/Jul/2010:15:36:21 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 2048&lt;BR /&gt;IP - - [19/Jul/2010:15:36:49 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 16384&lt;BR /&gt;IP - - [19/Jul/2010:15:37:17 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 16384&lt;BR /&gt;IP - - [19/Jul/2010:15:37:45 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 16384&lt;BR /&gt;IP - - [19/Jul/2010:15:38:13 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 16384&lt;BR /&gt;IP - - [19/Jul/2010:15:38:41 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 16384&lt;BR /&gt;IP - - [19/Jul/2010:15:39:09 -0700] "GET /firmware/hp_firmware.iso HTTP/1.1" 206 16384&lt;BR /&gt;&lt;BR /&gt;Anyone know what's going on here and how to speed it up?&lt;BR /&gt;&lt;BR /&gt;HP BL460 blade in a HP C7000 chassis with 1gig OA connections.&lt;BR /&gt;Apache 2.2.3-43.el5 from RHEL 5.5&lt;BR /&gt;&lt;BR /&gt;ILO Script:&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="Administrator" password="PASSWORD"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;   &lt;INSERT_VIRTUAL_MEDIA device="CDROM" image_url="http://WEBSERVER/firmware/hp_firmware.iso"&gt;&lt;/INSERT_VIRTUAL_MEDIA&gt;&lt;BR /&gt;        &lt;SET_VM_STATUS device="CDROM"&gt;&lt;BR /&gt;                &lt;VM_BOOT_OPTION value="BOOT_ONCE"&gt;&lt;/VM_BOOT_OPTION&gt;&lt;BR /&gt;                &lt;VM_WRITE_PROTECT value="Y"&gt;&lt;/VM_WRITE_PROTECT&gt;&lt;BR /&gt;        &lt;/SET_VM_STATUS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;SERVER_INFO mode="write"&gt;&lt;BR /&gt;    &lt;SET_HOST_POWER host_power="Yes"&gt;&lt;/SET_HOST_POWER&gt;&lt;BR /&gt;  &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;httpd.conf is generic and just has a html root dir with default options.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2010 21:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663221#M5121</guid>
      <dc:creator>Micheal Waltz</dc:creator>
      <dc:date>2010-07-19T21:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Virtual Media Over Webserver</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663222#M5122</link>
      <description>What iLO2 version do you have? &lt;BR /&gt;I recommend you the latest version 2.00 which has some virtual media performance improvements. &lt;BR /&gt;In term of performance, iLO2 virtual media will never be faster than 550Kb/sec because, its CPU cannot handle network traffic any faster. &lt;BR /&gt;&lt;BR /&gt;Since you have HP C7000 chassis, I would also recommend you to use the OA v3.00 or later and mount the ISO image using the OA instead of an external web server.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2010 13:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663222#M5122</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2010-07-20T13:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Virtual Media Over Webserver</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663223#M5123</link>
      <description>The blades have ILO 2.00, but the chassis is going to stick with OA 2.60 since we've found it stable and are waiting for a few bugs to get worked out in the 3.x series.&lt;BR /&gt;&lt;BR /&gt;Does 3.x have an option to mount an ISO as virtual media to all blades in an enclosure? If this is the case that would work much better than what we've been doing.&lt;BR /&gt;&lt;BR /&gt;As for the performance issues I believe it's an issue with how Apache is configured. I put the Virtual Media on a Ubuntu Apache server and it performs as expected.</description>
      <pubDate>Tue, 20 Jul 2010 15:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/slow-virtual-media-over-webserver/m-p/4663223#M5123</guid>
      <dc:creator>Micheal Waltz</dc:creator>
      <dc:date>2010-07-20T15:40:26Z</dc:date>
    </item>
  </channel>
</rss>

