<?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: Ignite:  ERROR:   Cannot load OS archive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264642#M177557</link>
    <description>I was able to push a shell and execute "exit 2" per the "troubleshooting / golden images" portion of the ignite docs.  It appears that the only problem was the /opt/ignite/bin.  On the source system it's a soft link to /opt/ignite/pabin.  After I "exit 2", the process finished just fine but the soft link has to be recreated manually.&lt;BR /&gt;&lt;BR /&gt;The TS doc mentions hard links when the target system splits the file systems.  But this is just a doft link in the same directory...&lt;BR /&gt;&lt;BR /&gt;I suspect that the image is trying to create the link and the directory already exists.  Question is, why does it already exist?  Does ignite lay this down prior to un-taring the image?&lt;BR /&gt;&lt;BR /&gt;The only file in /opt/ignite/bin is a file called print_manifest which is a binary file.&lt;BR /&gt;&lt;BR /&gt;Any ideas here?  I can make it work, but it sure would be alot cleaner without this problem...&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;-Chad</description>
    <pubDate>Tue, 04 May 2004 08:33:22 GMT</pubDate>
    <dc:creator>Chad Florian</dc:creator>
    <dc:date>2004-05-04T08:33:22Z</dc:date>
    <item>
      <title>Ignite:  ERROR:   Cannot load OS archive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264639#M177554</link>
      <description>Trying to build an rp5470 from a make_sys_image "golden image".  This has worked in the past, but on this archive I'm getting the error below.  Is there some way to get more information?  It's not clear ifthe file exists error is where the trouble starts as the chronology of the log would suggest that it continues on.  But perhaps it's just bombing there and it only appears to continue?  Any help is appreciated!&lt;BR /&gt;&lt;BR /&gt;-Chad&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;       * Loading_software:  Begin&lt;BR /&gt;&lt;BR /&gt;       * Installing boot area on disk.&lt;BR /&gt;       * Enabling swap areas.&lt;BR /&gt;       * Processing the archive source (HP-UX Core Operating System Archives).&lt;BR /&gt;       * Fri Apr 30 14:22:19 EDT 2004: Starting archive load of the source (SOE&lt;BR /&gt;         HP-UX 11.11 2004.Q2.0 USM).&lt;BR /&gt;pax_iux: opt/ignite/bin : File exists&lt;BR /&gt;       * Processed 10% of archive&lt;BR /&gt;       * Processed 20% of archive&lt;BR /&gt;       * Processed 30% of archive&lt;BR /&gt;       * Processed 40% of archive&lt;BR /&gt;       * Processed 50% of archive&lt;BR /&gt;       * Processed 60% of archive&lt;BR /&gt;       * Processed 70% of archive&lt;BR /&gt;       * Processed 80% of archive&lt;BR /&gt;       * Processed 90% of archive&lt;BR /&gt;       * Completed 100% of archive&lt;BR /&gt;ERROR:   Cannot load OS archive (SOE HP-UX 11.11 2004.Q2.0 USM)&lt;BR /&gt;ERROR:   The configuration process has incurred an error. If you wish to push a&lt;BR /&gt;         shell for debugging purposes, go to the target machine's console and &lt;BR /&gt;         interact there. Otherwise, use the "Stop Install" action to reboot or &lt;BR /&gt;         halt the target machine.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 15:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264639#M177554</guid>
      <dc:creator>Chad Florian</dc:creator>
      <dc:date>2004-04-30T15:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite:  ERROR:   Cannot load OS archive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264640#M177555</link>
      <description>Are you building this off of a tape? How are you installing the image?</description>
      <pubDate>Fri, 30 Apr 2004 15:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264640#M177555</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2004-04-30T15:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite:  ERROR:   Cannot load OS archive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264641#M177556</link>
      <description>This seems to have been happening a lot on itrc lately.&lt;BR /&gt;&lt;BR /&gt;As opposed to the last one I responded to, it would appear that the unpack process finished.&lt;BR /&gt;&lt;BR /&gt;Did your core os include the product listed in the error?&lt;BR /&gt;&lt;BR /&gt;I'd push a shell and carefully poke around to see where it died.&lt;BR /&gt;&lt;BR /&gt;You might want to hang a tusc trace on the process created on the Ignite server that serves up the image. This can let you now exactly what died and why.&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/tusc -o $TF -p $pid &amp;amp;&lt;BR /&gt;&lt;BR /&gt;TF is the file -p is the pid -f I think collects data off of forks.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 30 Apr 2004 15:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264641#M177556</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-30T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite:  ERROR:   Cannot load OS archive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264642#M177557</link>
      <description>I was able to push a shell and execute "exit 2" per the "troubleshooting / golden images" portion of the ignite docs.  It appears that the only problem was the /opt/ignite/bin.  On the source system it's a soft link to /opt/ignite/pabin.  After I "exit 2", the process finished just fine but the soft link has to be recreated manually.&lt;BR /&gt;&lt;BR /&gt;The TS doc mentions hard links when the target system splits the file systems.  But this is just a doft link in the same directory...&lt;BR /&gt;&lt;BR /&gt;I suspect that the image is trying to create the link and the directory already exists.  Question is, why does it already exist?  Does ignite lay this down prior to un-taring the image?&lt;BR /&gt;&lt;BR /&gt;The only file in /opt/ignite/bin is a file called print_manifest which is a binary file.&lt;BR /&gt;&lt;BR /&gt;Any ideas here?  I can make it work, but it sure would be alot cleaner without this problem...&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;-Chad</description>
      <pubDate>Tue, 04 May 2004 08:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264642#M177557</guid>
      <dc:creator>Chad Florian</dc:creator>
      <dc:date>2004-05-04T08:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite:  ERROR:   Cannot load OS archive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264643#M177558</link>
      <description>Take a look at this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90834&amp;amp;service=hpux&amp;amp;path=00/00/20&amp;amp;title=Ignite-UX%20Administration%20Guide,%20Edition%2015" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90834&amp;amp;service=hpux&amp;amp;path=00/00/20&amp;amp;title=Ignite-UX%20Administration%20Guide,%20Edition%2015&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;all the best.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2004 08:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264643#M177558</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-04T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite:  ERROR:   Cannot load OS archive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264644#M177559</link>
      <description>oh my gosh! I am so *happy* I found this posting!!!!!!&lt;BR /&gt;it worked!&lt;BR /&gt;:-)&lt;BR /&gt;Sending a gazillion points!</description>
      <pubDate>Tue, 16 Nov 2004 17:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/3264644#M177559</guid>
      <dc:creator>heidi trafidlo_1</dc:creator>
      <dc:date>2004-11-16T17:55:09Z</dc:date>
    </item>
  </channel>
</rss>

