<?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: DHCP problem when discovering new bare-metal servers in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269004#M55647</link>
    <description>Thanks William for your answer. I have supposed something like it. I will try this work around but at least I know what itÂ´s happening.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Sep 2008 19:20:38 GMT</pubDate>
    <dc:creator>jaime serrano</dc:creator>
    <dc:date>2008-09-19T19:20:38Z</dc:date>
    <item>
      <title>DHCP problem when discovering new bare-metal servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269000#M55643</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I´m having some problems with my new ICELX and I hope you could give me some info.&lt;BR /&gt;&lt;BR /&gt;I'm using a XEN environment and both the server and the CMS are virtual machines. Maybe it could be important. &lt;BR /&gt;&lt;BR /&gt;Anyway, I post the problem:  &lt;BR /&gt;&lt;BR /&gt;The server boots normally within the PXE, detects the DHCP, receive the ram disk image from the tftp and once it has boot almost completely starts to try to locate the dhcp server again looking for an ip for the nic. The problem, and it´s really amazing for me is that the server tries to locate the dhcp throught the loopback, and obviouslly nobody answers.&lt;BR /&gt;&lt;BR /&gt;The message is the following:&lt;BR /&gt;&lt;BR /&gt;DHCPDISCOVER on lo to 255.255.255.255 port 67 interval x (it repeats some times the same message)&lt;BR /&gt;NO DHCP OFFERS RECEIVED&lt;BR /&gt;No working leases in persistent detabase - sleeping.&lt;BR /&gt;I couldn´t configure the network interface using DCHP&lt;BR /&gt;Killing off running processes&lt;BR /&gt;&lt;BR /&gt;... and prompt &lt;BR /&gt;&lt;BR /&gt;I'm going to try with physical servers when I can get one but if anyone has some info i will thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Sep 2008 23:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269000#M55643</guid>
      <dc:creator>jaime serrano</dc:creator>
      <dc:date>2008-09-14T23:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem when discovering new bare-metal servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269001#M55644</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The DCHP server is either down, not configured or not on the network.&lt;BR /&gt;&lt;BR /&gt;That is the source of the problem. &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Sep 2008 11:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269001#M55644</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-15T11:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem when discovering new bare-metal servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269002#M55645</link>
      <description>Thanks Steven for your answer but I'm afraid that is not so simple.&lt;BR /&gt;&lt;BR /&gt;The DHCP is working perfectly since the server can boot from PXE, load the RAM disk image and complete all the steps. The server only has one nic enabled so if the server answers to the DHCP/PXE request once, there is no reason to think it wouldn't do it again.&lt;BR /&gt;&lt;BR /&gt;I have been investigating deeper and I have discovered that the server (remember that is a Xen virtual machine) doesnÂ´t load the nic drivers when it boots from the RAM disc kernel so the only interface available is the loopback. This answer my first question but generates a new one.. Is this due to IÂ´m using a VM and the kernel is not compatible? I suppose it will use generic-Linux drivers so...&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2008 12:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269002#M55645</guid>
      <dc:creator>jaime serrano</dc:creator>
      <dc:date>2008-09-16T12:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem when discovering new bare-metal servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269003#M55646</link>
      <description>The problem is that there's only a limited number of drivers that are loaded before a connection is established with the CMS.  The only ethernet drives available are the tg3, e100, and bnx2 drivers.  Your virtual machine needs a different driver.  Is there a way for the virtual machine's ethernet device to simulate one of those?  If not, you can fix this, but it will take a bit of work.  You would basically have to crack open the ramdisk's initrd.img (uncompress it, and mount it using -o loop), pull the appropriate drivers out of the boel_binaries.tar.gz (in /usr/share/systemimager/boot/i386/standard) and put them in the my_modules directory.  Once that's been done, modify the script in that directory to load the drivers.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.</description>
      <pubDate>Fri, 19 Sep 2008 12:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269003#M55646</guid>
      <dc:creator>William Athanasiou</dc:creator>
      <dc:date>2008-09-19T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP problem when discovering new bare-metal servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269004#M55647</link>
      <description>Thanks William for your answer. I have supposed something like it. I will try this work around but at least I know what itÂ´s happening.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Sep 2008 19:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-problem-when-discovering-new-bare-metal-servers/m-p/4269004#M55647</guid>
      <dc:creator>jaime serrano</dc:creator>
      <dc:date>2008-09-19T19:20:38Z</dc:date>
    </item>
  </channel>
</rss>

