<?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/5068200#M506818</link>
    <description>I had a symlink in the exported nfs directory pointing to the actual image.&lt;BR /&gt;&lt;BR /&gt;So when it came to the download, it downloaded the actual symlink instead of the actual image.&lt;BR /&gt;&lt;BR /&gt;So I just added the actual directory to /etc/exports and re-exported and ignited again. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Sep 2007 20:43:13 GMT</pubDate>
    <dc:creator>EMS Operations</dc:creator>
    <dc:date>2007-09-24T20:43:13Z</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/5068195#M506813</link>
      <description>Any ideas what I can check?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Download_mini-system:  Complete&lt;BR /&gt;&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;       * Formatting HP Service Partition.&lt;BR /&gt;       * Enabling swap areas.&lt;BR /&gt;       * Backing up LVM configuration for "vg00".&lt;BR /&gt;       * Processing the archive source (HP-UX Golden Image).&lt;BR /&gt;       * Tue Sep 11 03:26:28 EDT 2007: Starting archive load of the source (HMS&lt;BR /&gt;         SOE 06/2007 HP-UX 11.23IA NPAR golden image).&lt;BR /&gt;cat: Cannot open /tmp/ign_configure/archive_nfs/11.23IA_062007_npar.gz: No such file or directory&lt;BR /&gt;       * Completed 0 KBytes of archive&lt;BR /&gt;&lt;BR /&gt;gunzip: stdin: unexpected end of file&lt;BR /&gt;pax_iux: The archive is empty.&lt;BR /&gt;ERROR:   Cannot load OS archive (HMS SOE 06/2007 HP-UX 11.23IA NPAR golden&lt;BR /&gt;         image)&lt;BR /&gt;&lt;BR /&gt;         The configuration process has incurred an error, would you like&lt;BR /&gt;         to push a shell for debugging purposes? (y/[n]):        *&lt;BR /&gt;         Response was: y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Loading_software:  Error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  09/11/07 03:28:43 EDT  Installation complete: Failure&lt;BR /&gt;&lt;BR /&gt;NOTE:    Search for the word "ERROR" in the log file for details:&lt;BR /&gt;           on a server: /var/opt/ignite/clients/&lt;REMOVED&gt;/install.log&lt;BR /&gt;           on a client: /var/opt/ignite/local/install.log&lt;BR /&gt;NOTE:    Rebooting system.&lt;BR /&gt;&lt;/REMOVED&gt;</description>
      <pubDate>Tue, 11 Sep 2007 02:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068195#M506813</guid>
      <dc:creator>EMS Operations</dc:creator>
      <dc:date>2007-09-11T02:54:30Z</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/5068196#M506814</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;maybe the nfs share of the ignite server is not mounted.&lt;BR /&gt;Check on ignite server /etc/exports for an entry of the new server. &lt;BR /&gt;$cat /etc/exports&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/yourserver -anon=2,access=yourserver&lt;BR /&gt;&lt;BR /&gt;if there is nothing add the specific entry and restart the nis.server deamon (/sbin/init.d/nfs.server start / stop).&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 11 Sep 2007 03:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068196#M506814</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-09-11T03:03:54Z</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/5068197#M506815</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FYI,&lt;BR /&gt;&lt;BR /&gt;The error messages indicate an issue with the contents of the archive file. &lt;BR /&gt;Typically files like sbin/%sh and %monitor_bpr are created by Ignite during an &lt;BR /&gt;installation and deleted afterwards, therefore they should never be present in &lt;BR /&gt;a golden image. &lt;BR /&gt;&lt;BR /&gt;It could be that there was a problem during the installation of the system &lt;BR /&gt;used to build the golden image and that these files were left behind, later &lt;BR /&gt;making it into the archive. &lt;BR /&gt;&lt;BR /&gt;The best thing would be to remove all the files pax_iux complained about &lt;BR /&gt;from the source system and rebuild the golden image.  Just remember to add a / &lt;BR /&gt;in front of the name reported by pax_iux, for instance sbin/%sh really &lt;BR /&gt;is /sbin/%sh. &lt;BR /&gt;&lt;BR /&gt;If it is not possible to recreate the golden image you can try to push a shell &lt;BR /&gt;on the client console when the installation process gives you this option. At &lt;BR /&gt;the prompt type "exit 2" (without the quotes) and hit Enter, there are good &lt;BR /&gt;chances that the installation will complete successfully.  After the system &lt;BR /&gt;reboots delete the %xxxxx files. &lt;BR /&gt;&lt;BR /&gt;In this instance, the source system was destroyed.  If this is the case, the &lt;BR /&gt;files can in theory be removed from the archive.  Extract the archive to an &lt;BR /&gt;empty directory/filesystem, remove the files and then recreate the archive. &lt;BR /&gt;since only a few small files are involved it is not necessary to run &lt;BR /&gt;archive_impact and update the configuration files. &lt;BR /&gt;&lt;BR /&gt;The general procedure is: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /some_empty_directory &lt;BR /&gt;gzcat archive_name | tar xvf - &lt;BR /&gt;Remove the files &lt;BR /&gt;tar cvf - . | gzip &amp;gt; new_archive_name &lt;BR /&gt;Change the config file of the golden image to use new_archive_name instead of archive_name. &lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;please assign points</description>
      <pubDate>Tue, 11 Sep 2007 04:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068197#M506815</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-09-11T04:02: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/5068198#M506816</link>
      <description>'Cannot open /tmp/ign_configure/archive_nfs/11.23IA_062007_npar.gz'&lt;BR /&gt;&lt;BR /&gt;is key, does this file really exist?&lt;BR /&gt;&lt;BR /&gt;Run 'instl_adm -T' on your ignite server, see if any errors are found.</description>
      <pubDate>Wed, 12 Sep 2007 12:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068198#M506816</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2007-09-12T12:59:02Z</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/5068199#M506817</link>
      <description>&lt;!--!*#--&gt;To fix the problem, have a restore done on the Ignite Server for the file that is missing named: /tmp/ign_configure/archive_nfs/11.23IA_062007_npar.gzORmaybe it is your NFS server down assuming archive_nfs might be nfs mounted.  This might not be Backed From Backups ;-(exportfs -avAt the same time....  Get a hold of the Ignite person who created the Golden Image.  Ask:1. did you change the Config .cfg after making the Golden Image, what changed ?  Look at the output from:  instl_adm -T on the Ignite Server.  cd to the directory where the *.cfg are located and Grep _npar.gz *.cfgAny Matches ?  Do you see /tmp at all in the *.gz paths ?2. In the &lt;FILE&gt;.cfg that was matched (assume this is the _npar .gz one)  answer these questions:a) what is Source path for the Archives now?  grep nfs_source *.cfgCould look like:  nfs_source = "IP_ADDR_OF_IGNITE_SERVER : /tmp/ign_config/...b) what is the Archive path for the actual Archives being saved ** This is your Problem Now **   grep archive_path *.cfgdo you see /tmp in the path ?I believe the /tmp directory got wiped out for all the /tmp/ign_configure.  This should be changed to a mounted up file system to place the Archives, like a /myfilesystem/archives or use the default /var/opt/ignite/archives from the Ignite Server.Most likely someonw remove the file from the /tmp directory named on the Ignite Server:/&lt;/FILE&gt;</description>
      <pubDate>Wed, 12 Sep 2007 15:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068199#M506817</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2007-09-12T15:27:08Z</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/5068200#M506818</link>
      <description>I had a symlink in the exported nfs directory pointing to the actual image.&lt;BR /&gt;&lt;BR /&gt;So when it came to the download, it downloaded the actual symlink instead of the actual image.&lt;BR /&gt;&lt;BR /&gt;So I just added the actual directory to /etc/exports and re-exported and ignited again. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2007 20:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068200#M506818</guid>
      <dc:creator>EMS Operations</dc:creator>
      <dc:date>2007-09-24T20:43:13Z</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/5068201#M506819</link>
      <description>pls close</description>
      <pubDate>Mon, 24 Sep 2007 20:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-error-cannot-load-os-archive/m-p/5068201#M506819</guid>
      <dc:creator>EMS Operations</dc:creator>
      <dc:date>2007-09-24T20:44:47Z</dc:date>
    </item>
  </channel>
</rss>

