<?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: Boot over ignite in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516560#M533719</link>
    <description>Shalom again,&lt;BR /&gt;&lt;BR /&gt;don't forget to kill and restart inetd.&lt;BR /&gt;&lt;BR /&gt;inetd -k&lt;BR /&gt;inetd&lt;BR /&gt;# must be root.&lt;BR /&gt;&lt;BR /&gt;Are the systems on the same subnet? if not you may need an Ignite boot helper.&lt;BR /&gt;&lt;BR /&gt;There should be log files to assist in diagnosis.&lt;BR /&gt;&lt;BR /&gt;if a firewall is between the systems all required ports (see /etc/services) must be open.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 19 Oct 2009 20:06:43 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-10-19T20:06:43Z</dc:date>
    <item>
      <title>Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516552#M533711</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I have an issue, when installing rx6600 from ignite server. The steps I did are following:&lt;BR /&gt;- create install profile&lt;BR /&gt;- run lanboot command&lt;BR /&gt;- then I get error message:&lt;BR /&gt;       * Bringing up Network (lan0)&lt;BR /&gt;       * running: lanadmin -X 100FD 0&lt;BR /&gt;Unable to open catalog for C&lt;BR /&gt;Switching to the use of Internal Messages.&lt;BR /&gt;WARNING: The link settings you have specified for this card&lt;BR /&gt;         must match the settings of its link partner.&lt;BR /&gt;&lt;BR /&gt;add net default: gateway 10.151.144.1&lt;BR /&gt;       * Reading configuration information from server...&lt;BR /&gt;&lt;BR /&gt;       * tftp error log follows:&lt;BR /&gt;tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; Transfer timed out.&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;       * tftp error log follows:&lt;BR /&gt;tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; Transfer timed out.&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;       * tftp error log follows:&lt;BR /&gt;tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; Transfer timed out.&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;       * tftp error log follows:&lt;BR /&gt;tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; Transfer timed out.&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;       * tftp error log follows:&lt;BR /&gt;tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; Transfer timed out.&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;NOTE:    Retrying loadfile command...&lt;BR /&gt;       * tftp error log follows:&lt;BR /&gt;tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; tftp&amp;gt; Transfer timed out.&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It seems, that there isn't problem with INDEX file or lan settings, because new server can connect to Ignite.&lt;BR /&gt;&lt;BR /&gt;On ignite I've following entry for tftp:&lt;BR /&gt;&lt;BR /&gt;tftp        dgram  udp  wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;        /opt/ignite\&lt;BR /&gt;        /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;Can you please help to fix my problem?&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 13:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516552#M533711</guid>
      <dc:creator>Ignite_2</dc:creator>
      <dc:date>2009-10-19T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516553#M533712</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;* running: lanadmin -X 100FD 0&lt;BR /&gt;&lt;BR /&gt;That system has a 1000 BaseT card and should auto negotiate to that speed. The switch ports on the lan router, should be configured to auto negotiate.&lt;BR /&gt;&lt;BR /&gt;Itanium systems will go out and seek the Ignite server if its on the same subnet. They will find it automagically.&lt;BR /&gt;&lt;BR /&gt;On the Ignite server, three things need to be configured in inetd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tftp        dgram  udp  wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;        /opt/ignite\&lt;BR /&gt;        /var/opt/ignite&lt;BR /&gt;bootps      dgram  udp  wait   root /usr/lbin/bootpd   bootpd&lt;BR /&gt;instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;"/etc/opt/ignite/instl_boottab" &lt;BR /&gt;Needs boot entries.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;192.8.125.151:0x0018FE2F0241::reserve&lt;BR /&gt;192.8.125.185:0x0018FE2F0249::reserve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The second entry is the MAC address of the NIC card that is booting.&lt;BR /&gt;&lt;BR /&gt;Lots of fun stuff to check.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 13:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516553#M533712</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-19T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516554#M533713</link>
      <description>Thanks for response,&lt;BR /&gt;&lt;BR /&gt;I've checked all settings. Also have tried to install the client using bootsys command from ignite, and it stopped at same point.&lt;BR /&gt;&lt;BR /&gt;Ignite server and client has to be in same subnet?</description>
      <pubDate>Mon, 19 Oct 2009 13:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516554#M533713</guid>
      <dc:creator>Ignite_2</dc:creator>
      <dc:date>2009-10-19T13:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516555#M533714</link>
      <description>Do you see related entries in the ignite servers logs? Just in case your client connects to the correct machine...&lt;BR /&gt;&lt;BR /&gt;Consider to use the dbprofile option from clients EFI shell.</description>
      <pubDate>Mon, 19 Oct 2009 14:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516555#M533714</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-10-19T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516556#M533715</link>
      <description>The dbprofile option I have used had the same result as bootsys. When running any of these commands, I'm watching the syslog.log on ignite server, but there isn't any message related to installation.</description>
      <pubDate>Mon, 19 Oct 2009 14:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516556#M533715</guid>
      <dc:creator>Ignite_2</dc:creator>
      <dc:date>2009-10-19T14:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516557#M533716</link>
      <description>With dbprofile you can do installations even across subnets. Somehow I think you maybe still have a config problem or you hit the wrong target.</description>
      <pubDate>Mon, 19 Oct 2009 14:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516557#M533716</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-10-19T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516558#M533717</link>
      <description>OK, I've checked the settings again and will re-try dbprofile. In /etc/inetd.conf are all 3 entries uncommented. But in /etc/bootptab isn't any entry related to this installation.&lt;BR /&gt;&lt;BR /&gt;Should I update this file with MAC address of client which should be installed?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 19 Oct 2009 14:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516558#M533717</guid>
      <dc:creator>Ignite_2</dc:creator>
      <dc:date>2009-10-19T14:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516559#M533718</link>
      <description>Hmm... even if I added entry into bootptab it doesn't work,</description>
      <pubDate>Mon, 19 Oct 2009 14:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516559#M533718</guid>
      <dc:creator>Ignite_2</dc:creator>
      <dc:date>2009-10-19T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Boot over ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516560#M533719</link>
      <description>Shalom again,&lt;BR /&gt;&lt;BR /&gt;don't forget to kill and restart inetd.&lt;BR /&gt;&lt;BR /&gt;inetd -k&lt;BR /&gt;inetd&lt;BR /&gt;# must be root.&lt;BR /&gt;&lt;BR /&gt;Are the systems on the same subnet? if not you may need an Ignite boot helper.&lt;BR /&gt;&lt;BR /&gt;There should be log files to assist in diagnosis.&lt;BR /&gt;&lt;BR /&gt;if a firewall is between the systems all required ports (see /etc/services) must be open.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Oct 2009 20:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-over-ignite/m-p/4516560#M533719</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-19T20:06:43Z</dc:date>
    </item>
  </channel>
</rss>

