<?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 Problem installing from ignite. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738801#M498841</link>
    <description>Hi gurus, I'm having some issue here trying to ignite an hpux 11.23 on an itanium.&lt;BR /&gt;&lt;BR /&gt;I already troubleshoot tftp but now i'm kinda in a loss ... so I'm looking for ideas on how to solve it.&lt;BR /&gt;&lt;BR /&gt;Thanks all for the time!&lt;BR /&gt;&lt;BR /&gt;ignite server is an n4000 hpux 11.11&lt;BR /&gt;# swlist | grep -i ignite&lt;BR /&gt;# Contacting target "ignite"...&lt;BR /&gt;# Target:  ignite:/&lt;BR /&gt;  IUX-Recovery                          C.6.10.97      Ignite-UX network recovery tool subset&lt;BR /&gt;  Ignite-UX-11-00                       C.6.10.97      HP-UX Installation Utilities for Installing 11.00  Systems&lt;BR /&gt;  Ignite-UX-11-11                       C.6.10.97      HP-UX Installation Utilities for Installing 11.11  Systems&lt;BR /&gt;  Ignite-UX-11-23                       C.6.10.97      HP-UX Installation Utilities for Installing 11.23  Systems&lt;BR /&gt;&lt;BR /&gt;I'm trying to install a hpux 11.23 on an itanium ... and I'm getting this error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Bringing up Network (lan1)&lt;BR /&gt;add net default: gateway 198.152.232.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; Error code 2: Access violation&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Failed to read "INDEX" file from install server.  Check that the&lt;BR /&gt;install server's IP address is correct and the server has the&lt;BR /&gt;"Ignite-UX" product loaded and is available via the tftp(1)&lt;BR /&gt;service.&lt;BR /&gt;&lt;BR /&gt;Press any key to return to the network configuration menu:</description>
    <pubDate>Fri, 14 Jan 2011 23:14:14 GMT</pubDate>
    <dc:creator>KiddA</dc:creator>
    <dc:date>2011-01-14T23:14:14Z</dc:date>
    <item>
      <title>Problem installing from ignite.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738801#M498841</link>
      <description>Hi gurus, I'm having some issue here trying to ignite an hpux 11.23 on an itanium.&lt;BR /&gt;&lt;BR /&gt;I already troubleshoot tftp but now i'm kinda in a loss ... so I'm looking for ideas on how to solve it.&lt;BR /&gt;&lt;BR /&gt;Thanks all for the time!&lt;BR /&gt;&lt;BR /&gt;ignite server is an n4000 hpux 11.11&lt;BR /&gt;# swlist | grep -i ignite&lt;BR /&gt;# Contacting target "ignite"...&lt;BR /&gt;# Target:  ignite:/&lt;BR /&gt;  IUX-Recovery                          C.6.10.97      Ignite-UX network recovery tool subset&lt;BR /&gt;  Ignite-UX-11-00                       C.6.10.97      HP-UX Installation Utilities for Installing 11.00  Systems&lt;BR /&gt;  Ignite-UX-11-11                       C.6.10.97      HP-UX Installation Utilities for Installing 11.11  Systems&lt;BR /&gt;  Ignite-UX-11-23                       C.6.10.97      HP-UX Installation Utilities for Installing 11.23  Systems&lt;BR /&gt;&lt;BR /&gt;I'm trying to install a hpux 11.23 on an itanium ... and I'm getting this error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Bringing up Network (lan1)&lt;BR /&gt;add net default: gateway 198.152.232.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; Error code 2: Access violation&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Failed to read "INDEX" file from install server.  Check that the&lt;BR /&gt;install server's IP address is correct and the server has the&lt;BR /&gt;"Ignite-UX" product loaded and is available via the tftp(1)&lt;BR /&gt;service.&lt;BR /&gt;&lt;BR /&gt;Press any key to return to the network configuration menu:</description>
      <pubDate>Fri, 14 Jan 2011 23:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738801#M498841</guid>
      <dc:creator>KiddA</dc:creator>
      <dc:date>2011-01-14T23:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing from ignite.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738802#M498842</link>
      <description>Forgot to paste inetd.conf configuration regarding bootpd and tftp&lt;BR /&gt;&lt;BR /&gt;# grep tftp /etc/inetd.conf&lt;BR /&gt;# Before uncommenting the "tftp" entry below, please make sure&lt;BR /&gt;# that you have a "tftp" user in /etc/passwd. If you don't&lt;BR /&gt;# have one, please consult the tftpd(1M) manual entry for&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd -l\&lt;BR /&gt;# grep bootpd /etc/inetd.conf&lt;BR /&gt;bootps      dgram  udp wait   root /usr/lbin/bootpd   bootpd -d 3&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2011 23:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738802#M498842</guid>
      <dc:creator>KiddA</dc:creator>
      <dc:date>2011-01-14T23:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing from ignite.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738803#M498843</link>
      <description>To boot from ignite &amp;amp; install any image we need the required os versions`s configuration files to be present &amp;amp; indexed.&lt;BR /&gt;&lt;BR /&gt;Please check the content of /var/opt/ignite/INDEX file. It should contain at least someting like :&lt;BR /&gt;&lt;BR /&gt;cfg "HP-UX B.11.23 Default" {&lt;BR /&gt;        description "This selection supplies the default system configuration that HP supplies for the B.11.23 release."&lt;BR /&gt;        "/opt/ignite/data/Rel_B.11.23/config"&lt;BR /&gt;        "/opt/ignite/data/Rel_B.11.23/hw_patches_cfg"&lt;BR /&gt;        "/var/opt/ignite/config.local"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;If not it could mean that Ignite for 11.23 has not been installed on the server.&lt;BR /&gt;&lt;BR /&gt;Secondly we need to check that whats the model of the Ignite server PA /IA.&lt;BR /&gt;&lt;BR /&gt;So far looks like a indexing issue to me ..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manix</description>
      <pubDate>Sat, 15 Jan 2011 18:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-installing-from-ignite/m-p/4738803#M498843</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-15T18:03:06Z</dc:date>
    </item>
  </channel>
</rss>

