<?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 kickstart install failes in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179744#M50899</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to install a new machine threw a kickstart but it hangs at "determining host name and domain".&lt;BR /&gt;If I go Alt+F3 I see that it :&lt;BR /&gt;getting kickstart file&lt;BR /&gt;sending dhcp request through device eth0&lt;BR /&gt;waiting for link...&lt;BR /&gt;5 seconds.&lt;BR /&gt;running dhcp for eth0&lt;BR /&gt;doing kickstart... setting it up&lt;BR /&gt;waiting for link...&lt;BR /&gt;0 seconds.&lt;BR /&gt;reverse name lookup failed.&lt;BR /&gt;ks location: http://inst-lnx/linux-instal/anakonda-ks.cfg&lt;BR /&gt;transferring http://inst-lnx/linux-instal/anakonda-ks.cfg to a fd&lt;BR /&gt;failed to retrieve http://inst-lnx/linux-instal/anakonda-ks.cfg&lt;BR /&gt;&lt;BR /&gt;2 questions : &lt;BR /&gt;I use a static IP in my anakonda file : &lt;BR /&gt;network --device eth0 --bootproto static --ip 190.22.55.12 --netmask 255.255.255.0 --gateway 190.22.55.1 --nameserver 190.22.55.200,190.22.56.200 --hostname lnxl1.server&lt;BR /&gt;&lt;BR /&gt;1. Why does it requested a dhcp after reading the kickstart file ? &lt;BR /&gt;2. Where am I wrong ?</description>
    <pubDate>Sun, 07 Jun 2009 12:14:36 GMT</pubDate>
    <dc:creator>Eli_pok</dc:creator>
    <dc:date>2009-06-07T12:14:36Z</dc:date>
    <item>
      <title>kickstart install failes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179744#M50899</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to install a new machine threw a kickstart but it hangs at "determining host name and domain".&lt;BR /&gt;If I go Alt+F3 I see that it :&lt;BR /&gt;getting kickstart file&lt;BR /&gt;sending dhcp request through device eth0&lt;BR /&gt;waiting for link...&lt;BR /&gt;5 seconds.&lt;BR /&gt;running dhcp for eth0&lt;BR /&gt;doing kickstart... setting it up&lt;BR /&gt;waiting for link...&lt;BR /&gt;0 seconds.&lt;BR /&gt;reverse name lookup failed.&lt;BR /&gt;ks location: http://inst-lnx/linux-instal/anakonda-ks.cfg&lt;BR /&gt;transferring http://inst-lnx/linux-instal/anakonda-ks.cfg to a fd&lt;BR /&gt;failed to retrieve http://inst-lnx/linux-instal/anakonda-ks.cfg&lt;BR /&gt;&lt;BR /&gt;2 questions : &lt;BR /&gt;I use a static IP in my anakonda file : &lt;BR /&gt;network --device eth0 --bootproto static --ip 190.22.55.12 --netmask 255.255.255.0 --gateway 190.22.55.1 --nameserver 190.22.55.200,190.22.56.200 --hostname lnxl1.server&lt;BR /&gt;&lt;BR /&gt;1. Why does it requested a dhcp after reading the kickstart file ? &lt;BR /&gt;2. Where am I wrong ?</description>
      <pubDate>Sun, 07 Jun 2009 12:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179744#M50899</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2009-06-07T12:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart install failes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179745#M50900</link>
      <description>Although you may instruct kickstart to configure the system with a static ip, it needs an ip address to initially develop network connectivity so it can even fetch the ks file from your http server, that's why it sends a DHCP request out.&lt;BR /&gt;&lt;BR /&gt;You seem to have issues finding your http server by the non qualified domain name. Check what configuration you have been handed out by your dhcp server and resolve your dns problem, does it work if you specify the ip of the http server?&lt;BR /&gt;&lt;BR /&gt;Check out section 30.10 from the RHEL 5.3 Installation Guide: &lt;A href="http://www.redhat.com/docs/en-us/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/s1-kickstart2-startinginstall.html" target="_blank"&gt;http://www.redhat.com/docs/en-us/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/s1-kickstart2-startinginstall.html&lt;/A&gt; for specifying a static ip and other options at the command line when starting the install.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;jlc</description>
      <pubDate>Sun, 07 Jun 2009 23:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179745#M50900</guid>
      <dc:creator>Joseph L. Casale</dc:creator>
      <dc:date>2009-06-07T23:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart install failes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179746#M50901</link>
      <description>all the names in the anaconda-ks.cfg where replaced by IP's.&lt;BR /&gt;Also the kickstart server name in pxelinux.cfg/default was replaced by an IP - still nothing.&lt;BR /&gt;&lt;BR /&gt;I've noticed that in other segments the installation works fine (stupid security team), but I don't know what to look for, any particular port ?</description>
      <pubDate>Mon, 08 Jun 2009 05:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179746#M50901</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2009-06-08T05:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart install failes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179747#M50902</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Network administrators generally set up server rack areas so that dhcp is not possible. They generally don't make the set up vary port by port, but they can.&lt;BR /&gt;&lt;BR /&gt;For some reason the network port you are using is configured for dhcp.&lt;BR /&gt;&lt;BR /&gt;I would replace inst-lnx in the string with an IP address and see if this improves the install. There could be a DNS server inconsistency that is causing the lookup to fail.&lt;BR /&gt;&lt;BR /&gt;Reverse lookup check sees it the IP address has a reverse lookup that associates the IP address with the local domain. This is commonly not done by DNS admins.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 08 Jun 2009 06:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179747#M50902</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-08T06:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: kickstart install failes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179748#M50903</link>
      <description>The problem was in assigning the dhcp leasse.&lt;BR /&gt;&lt;BR /&gt;I configured the wrong DNS server in /etc/dhcpd.conf and it caused all my problems.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Mon, 08 Jun 2009 09:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-install-failes/m-p/5179748#M50903</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2009-06-08T09:36:15Z</dc:date>
    </item>
  </channel>
</rss>

