<?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 Patch Installation Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345124#M344091</link>
    <description>While Installing 4 SCSI patches, following error was displayed. Please tell me how do i resolve this.&lt;BR /&gt;&lt;BR /&gt;Error from swinstall.log&lt;BR /&gt;&lt;BR /&gt;NOTE:    Saving the current system file at "/stand/system" to&lt;BR /&gt;         "/stand/system.prev"&lt;BR /&gt;ERROR:   The extraction of a system file from "/stand/vmunix" failed.&lt;BR /&gt;         Verify that "/stand/vmunix" is a properly built kernel file&lt;BR /&gt;         before trying again.&lt;BR /&gt;         The return value from "get_sysfile" was:  2&lt;BR /&gt;         The "get_sysfile" command expects to find a system&lt;BR /&gt;         file embedded in the kernel file "/stand/vmunix".&lt;BR /&gt;         It is possible that the kernel was stripped by the administrator,&lt;BR /&gt;         which is an unsupported action.  Corruption in the kernel file&lt;BR /&gt;         could also cause the failure.  Use an already existing system&lt;BR /&gt;         file if this extraction failure cannot be corrected.&lt;BR /&gt;NOTE:    The previous system file has been replaced to "/stand/system".&lt;BR /&gt;ERROR:   The command "/usr/lbin/sysadm/system_prep", which is used to&lt;BR /&gt;         extract the system file from the kernel, has failed.  Because&lt;BR /&gt;         kernel filesets are selected for installation, this command&lt;BR /&gt;         must be executed by "swinstall" without failures before&lt;BR /&gt;         installation can continue.&lt;BR /&gt;NOTE:    The Install Phase has suspended.  Check the above output for&lt;BR /&gt;         reasons.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Aborting the Install Phase.&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Jan 2009 04:19:10 GMT</pubDate>
    <dc:creator>raiden</dc:creator>
    <dc:date>2009-01-27T04:19:10Z</dc:date>
    <item>
      <title>Patch Installation Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345124#M344091</link>
      <description>While Installing 4 SCSI patches, following error was displayed. Please tell me how do i resolve this.&lt;BR /&gt;&lt;BR /&gt;Error from swinstall.log&lt;BR /&gt;&lt;BR /&gt;NOTE:    Saving the current system file at "/stand/system" to&lt;BR /&gt;         "/stand/system.prev"&lt;BR /&gt;ERROR:   The extraction of a system file from "/stand/vmunix" failed.&lt;BR /&gt;         Verify that "/stand/vmunix" is a properly built kernel file&lt;BR /&gt;         before trying again.&lt;BR /&gt;         The return value from "get_sysfile" was:  2&lt;BR /&gt;         The "get_sysfile" command expects to find a system&lt;BR /&gt;         file embedded in the kernel file "/stand/vmunix".&lt;BR /&gt;         It is possible that the kernel was stripped by the administrator,&lt;BR /&gt;         which is an unsupported action.  Corruption in the kernel file&lt;BR /&gt;         could also cause the failure.  Use an already existing system&lt;BR /&gt;         file if this extraction failure cannot be corrected.&lt;BR /&gt;NOTE:    The previous system file has been replaced to "/stand/system".&lt;BR /&gt;ERROR:   The command "/usr/lbin/sysadm/system_prep", which is used to&lt;BR /&gt;         extract the system file from the kernel, has failed.  Because&lt;BR /&gt;         kernel filesets are selected for installation, this command&lt;BR /&gt;         must be executed by "swinstall" without failures before&lt;BR /&gt;         installation can continue.&lt;BR /&gt;NOTE:    The Install Phase has suspended.  Check the above output for&lt;BR /&gt;         reasons.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Aborting the Install Phase.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 04:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345124#M344091</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2009-01-27T04:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Installation Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345125#M344092</link>
      <description>The error says there is some issue with your kernel file /stand/system&lt;BR /&gt;Before you apply the patch check if your kernel is ok.&lt;BR /&gt;&lt;BR /&gt;1)cd /stan/build ; rm -r *&lt;BR /&gt;2)/usr/lbin/sysadm/system_prep -v -s /stand/build/system&lt;BR /&gt;3)mk_kernel -s /stand/build/system&lt;BR /&gt;&lt;BR /&gt;if the above command is successfull.&lt;BR /&gt;BAckup all the durectories and files under /stand directory&lt;BR /&gt;&lt;BR /&gt;cp /stand/system /system/system.orig&lt;BR /&gt;cp /stand/vmunix /stand/vmunix.orig&lt;BR /&gt;cp -r dlkm dlkm.orig&lt;BR /&gt;&lt;BR /&gt;Then you can /stand/build/system file to /stand/system.&lt;BR /&gt;&lt;BR /&gt;and then run kmupdate command and reboot.&lt;BR /&gt;&lt;BR /&gt;Sagar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 07:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345125#M344092</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2009-01-27T07:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Installation Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345126#M344093</link>
      <description>Hi Raiden,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;NOTE: Saving the current system file at "/stand/system" to&lt;BR /&gt;"/stand/system.prev""/stand/system.prev"&lt;BR /&gt;ERROR: The extraction of a system file from "/stand/vmunix" failed.&lt;BR /&gt;Verify that "/stand/vmunix" is a properly built kernel file&lt;BR /&gt;before trying again.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You recive the above error while the Server automatically trying to backup your kernal. so we need try the work around method by manually backing up the kernal.&lt;BR /&gt;&lt;BR /&gt;manual Procedures for Kernel Parameter changes&lt;BR /&gt;====================================&lt;BR /&gt; #  cd /stand  &lt;BR /&gt; #  cp system system.prev.&amp;lt;050112&amp;gt;&lt;BR /&gt; #  cp vmunix vmunix.prev.&amp;lt;050112&amp;gt;&lt;BR /&gt;&lt;BR /&gt;by doing above steos if your server never bootups due to bad kernal, you can still point the old saved kernal and boot the server.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;NOTE: The Install Phase has suspended. Check the above output for&lt;BR /&gt;reasons&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You Need to look for latest SCSI patches for current HPUX version which you are currently running.&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 27 Jan 2009 11:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error/m-p/4345126#M344093</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-01-27T11:00:03Z</dc:date>
    </item>
  </channel>
</rss>

