<?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: force ilo2/DL385 with ipmitools to boot via pxe in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086885#M49331</link>
    <description>i found an alternative solution via ssh.&lt;BR /&gt;&lt;BR /&gt;it ist possible to change the boot order via the set commnad in the ilo2 terminal ...&lt;BR /&gt;&lt;BR /&gt;so i can connect via ssh an force the server to start from network.&lt;BR /&gt;&lt;BR /&gt;an in the ipl menu (bios) i have to setup the right MAC (an the installation of the server).&lt;BR /&gt;&lt;BR /&gt;i'm going to test this tomorrow ....&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;hpiLO-&amp;gt; cd /system1/bootconfig1/bootsource3  &lt;BR /&gt;status=0&lt;BR /&gt;status_tag=COMMAND COMPLETED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/system1/bootconfig1/bootsource3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpiLO-&amp;gt; show&lt;BR /&gt;status=0&lt;BR /&gt;status_tag=COMMAND COMPLETED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/system1/bootconfig1/bootsource3&lt;BR /&gt;  Targets&lt;BR /&gt;  Properties&lt;BR /&gt;    bootorder=4&lt;BR /&gt;  Verbs&lt;BR /&gt;    cd version exit show set&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpiLO-&amp;gt; set bootorder=1&lt;BR /&gt;status=0&lt;BR /&gt;status_tag=COMMAND COMPLETED&lt;BR /&gt;&lt;BR /&gt;bootsource3=BootFmDisk      bootorder=1&lt;BR /&gt;bootsource1=BootFmCd        bootorder=2&lt;BR /&gt;bootsource2=BootFmFloppy    bootorder=3&lt;BR /&gt;bootsource4=BootFmUSBKey    bootorder=4&lt;BR /&gt;bootsource5=BootFmNetwork   bootorder=5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jan 2008 17:09:03 GMT</pubDate>
    <dc:creator>Richard Hilber</dc:creator>
    <dc:date>2008-01-07T17:09:03Z</dc:date>
    <item>
      <title>force ilo2/DL385 with ipmitools to boot via pxe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086882#M49328</link>
      <description>want to force our HP DL385 G2 to boot from PXE ofer IPMItools  on our installation server (SLES 10 SP1) i started the following command.  &lt;BR /&gt;&lt;BR /&gt;IPMItool Version: ipmitool-1.8.9-2.7  &lt;BR /&gt;&lt;BR /&gt; ipmitool -I lanplus -H 192.168.111.43 -U root -P hproothp chassis bootdev pxe  &lt;BR /&gt;&lt;BR /&gt;and get the following output   &lt;BR /&gt;&lt;BR /&gt;Error: Unable to establish IPMI v2 / RMCP+ session Error setting Chassis Boot Parameter 0 &lt;BR /&gt;Error: Unable to establish IPMI v2 / RMCP+ session Error setting Chassis Boot Parameter 4  so i tryes to use the following command   response of this command  &lt;BR /&gt;Error: Unable to establish LAN session Error setting Chassis Boot Parameter 0 Error setting Chassis Boot Parameter 4  &lt;BR /&gt;&lt;BR /&gt;What is the right way to access the  HP DL385 G2 ILO2 over IPMI, to set the bootoption to pxe???</description>
      <pubDate>Mon, 07 Jan 2008 14:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086882#M49328</guid>
      <dc:creator>Richard Hilber</dc:creator>
      <dc:date>2008-01-07T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: force ilo2/DL385 with ipmitools to boot via pxe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086883#M49329</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You don't boot a machine through or with its ilo card.&lt;BR /&gt;&lt;BR /&gt;You boot the system through one of its normal NIC cards via PXE, if the bios supports it.&lt;BR /&gt;&lt;BR /&gt;ilo2 is a systems management card meant to gain control of the system remotely. True you can boot the machine from there and even do an OS install via ilo, but you need another connected  network interface to do the PXE install.&lt;BR /&gt;&lt;BR /&gt;If PXE won't work, check the following:&lt;BR /&gt;1) Network switch, PXE can be blocked.&lt;BR /&gt;2) Network, won't live on the same network as an Ignite boot helper or Ignite server.&lt;BR /&gt;3) Configuration of the PXE server.&lt;BR /&gt;4) BIOS and firmware on the system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Jan 2008 15:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086883#M49329</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-07T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: force ilo2/DL385 with ipmitools to boot via pxe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086884#M49330</link>
      <description>hi Steven,&lt;BR /&gt;&lt;BR /&gt;â  You don't boot a machine through or with its ilo card.â  &lt;BR /&gt;&lt;BR /&gt;in the DL385 bios I can Select the boot devices â ¦ also network â ¦ so there must be a way to set this option via the ssh/service processor(ilo2) like on a SUN V20z.&lt;BR /&gt;&lt;BR /&gt;To explain what I want to do: &lt;BR /&gt;&lt;BR /&gt;Iâ  m using an script to start an automatic (autoyast) installation, resore, backup,... of any Server for any SLES Version (8 - 10) â ¦ so our AIX gurus are able to install an Linux server .. an need no special skills â   the script an the pxe-server works fine with our SUN V20z, V40z abs IBM Power5 Server... and when I hit F12 on the boot of an DL385 the also PXE starts. &lt;BR /&gt;&lt;BR /&gt;But the pxe should start automatic... after I triggered an installation with my installation script.&lt;BR /&gt;&lt;BR /&gt;I called the hp support an they gave me the hint to use IPMI and &lt;BR /&gt;&lt;BR /&gt;in &lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00294268/c00294268.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00294268/c00294268.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;i found the following lines ...&lt;BR /&gt;&lt;BR /&gt;"Server management through the IPMI is a standardized method for controlling and monitoring the server.&lt;BR /&gt;iLO 2 provides server management based on the IPMI version 2.0 specification."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So I thought that the DL385 is able so speak IMPI.&lt;BR /&gt;&lt;BR /&gt;All I need is to force the server over ssh to boot from pxe. (like on SUN or Power5)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 15:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086884#M49330</guid>
      <dc:creator>Richard Hilber</dc:creator>
      <dc:date>2008-01-07T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: force ilo2/DL385 with ipmitools to boot via pxe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086885#M49331</link>
      <description>i found an alternative solution via ssh.&lt;BR /&gt;&lt;BR /&gt;it ist possible to change the boot order via the set commnad in the ilo2 terminal ...&lt;BR /&gt;&lt;BR /&gt;so i can connect via ssh an force the server to start from network.&lt;BR /&gt;&lt;BR /&gt;an in the ipl menu (bios) i have to setup the right MAC (an the installation of the server).&lt;BR /&gt;&lt;BR /&gt;i'm going to test this tomorrow ....&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;hpiLO-&amp;gt; cd /system1/bootconfig1/bootsource3  &lt;BR /&gt;status=0&lt;BR /&gt;status_tag=COMMAND COMPLETED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/system1/bootconfig1/bootsource3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpiLO-&amp;gt; show&lt;BR /&gt;status=0&lt;BR /&gt;status_tag=COMMAND COMPLETED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/system1/bootconfig1/bootsource3&lt;BR /&gt;  Targets&lt;BR /&gt;  Properties&lt;BR /&gt;    bootorder=4&lt;BR /&gt;  Verbs&lt;BR /&gt;    cd version exit show set&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpiLO-&amp;gt; set bootorder=1&lt;BR /&gt;status=0&lt;BR /&gt;status_tag=COMMAND COMPLETED&lt;BR /&gt;&lt;BR /&gt;bootsource3=BootFmDisk      bootorder=1&lt;BR /&gt;bootsource1=BootFmCd        bootorder=2&lt;BR /&gt;bootsource2=BootFmFloppy    bootorder=3&lt;BR /&gt;bootsource4=BootFmUSBKey    bootorder=4&lt;BR /&gt;bootsource5=BootFmNetwork   bootorder=5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 17:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086885#M49331</guid>
      <dc:creator>Richard Hilber</dc:creator>
      <dc:date>2008-01-07T17:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: force ilo2/DL385 with ipmitools to boot via pxe</title>
      <link>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086886#M49332</link>
      <description>i think ipmi, dl385 and pxe are not compatible.&lt;BR /&gt;&lt;BR /&gt;the following script is my noIPMI solution to trigger a boot from pxe on a dl385 over ilo2 interface.&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# change: 2008.01.08 HilRi - create&lt;BR /&gt;#             .  .         -&lt;BR /&gt;# functions&lt;BR /&gt;_usage()&lt;BR /&gt;{&lt;BR /&gt;        echo&lt;BR /&gt;        echo "script to change the bootorder with ssh and ilo2 commands "&lt;BR /&gt;        echo&lt;BR /&gt;        echo "Usage:"&lt;BR /&gt;        echo "       pxe.sh hostname bootsource# bootorder# "&lt;BR /&gt;        echo "       e.g. pxe.sh linux01 5 1  =  bootsource 5 (network)  is going to be the 1st boordevice"&lt;BR /&gt;        echo&lt;BR /&gt;        echo " show option: shows the bootorder of the selected bootsource"&lt;BR /&gt;        echo "          pxe.sh show hostname bootsource# "&lt;BR /&gt;        exit 127&lt;BR /&gt;}&lt;BR /&gt;_notok()&lt;BR /&gt;{&lt;BR /&gt;  echo  "${1}" &lt;BR /&gt;  exit ${2}&lt;BR /&gt;}&lt;BR /&gt;_setbootorder() # ilo2 set command&lt;BR /&gt;{&lt;BR /&gt;  ssh ${ILO2HOSTNAME} set /system1/bootconfig1/bootsource${BOOTSOURCE} bootorder=${BOOTORDER} 2&amp;gt;&amp;amp;1 || _notok "Remote Command failed" 1&lt;BR /&gt;}&lt;BR /&gt;_showbootorder() # ilo2 show command&lt;BR /&gt;{&lt;BR /&gt;  ssh ${ILO2HOSTNAME} show /system1/bootconfig1/bootsource${BOOTSOURCE}  2&amp;gt;&amp;amp;1 || _notok "Remote Command failed" 1&lt;BR /&gt;}&lt;BR /&gt;# main &lt;BR /&gt;export ILO2HOSTNAME=${1}&lt;BR /&gt;export ILO2CMD=${2}&lt;BR /&gt;export BOOTSOURCE=${3}&lt;BR /&gt;export BOOTORDER=${4}&lt;BR /&gt;case ${ILO2CMD} in&lt;BR /&gt; (show)&lt;BR /&gt;        [ "${BOOTSOURCE}" = "" ] &amp;amp;&amp;amp; _usage&lt;BR /&gt;        _showbootorder ${BOOTSOURCE};;&lt;BR /&gt; (set)&lt;BR /&gt;        [ "${BOOTSOURCE}" = "" ] &amp;amp;&amp;amp; _usage&lt;BR /&gt;        [ "${BOOTORDER}" = "" ] &amp;amp;&amp;amp; _usage&lt;BR /&gt;        _setbootorder ;;&lt;BR /&gt; (*)&lt;BR /&gt;         _usage&lt;BR /&gt;esac&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/force-ilo2-dl385-with-ipmitools-to-boot-via-pxe/m-p/5086886#M49332</guid>
      <dc:creator>Richard Hilber</dc:creator>
      <dc:date>2008-01-08T12:57:34Z</dc:date>
    </item>
  </channel>
</rss>

