<?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-Up error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687347#M54554</link>
    <description>The directory /var/adm/crash does exist, however it is empty.  The permissions for this directory are as followes: rwxr-xr-x.  Any suggestions as to what I should investigate next?&lt;BR /&gt;&lt;BR /&gt;Thanks again...</description>
    <pubDate>Wed, 20 Mar 2002 20:49:23 GMT</pubDate>
    <dc:creator>Chris Zimo</dc:creator>
    <dc:date>2002-03-20T20:49:23Z</dc:date>
    <item>
      <title>Boot-Up error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687343#M54550</link>
      <description>I recently replaced all the disks in my K210 box with new larger disks.  I rebooted the machine with a ignite tape, and all went well for the most part.  I did experience one problem while the machine booted.  During the system checks, the following system check failed:  &lt;BR /&gt;&lt;BR /&gt;SAVE CORE IMAGE IF NEEDED?????? FAIL.&lt;BR /&gt;&lt;BR /&gt;I am looking for a explanation to this problem, and also a solution for correcting this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 18:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687343#M54550</guid>
      <dc:creator>Chris Zimo</dc:creator>
      <dc:date>2002-03-20T18:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Boot-Up error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687344#M54551</link>
      <description>Well this looks like the system is going through the savecore (10.x) or savecrash (11.x) routine during bootup, where it checks to see if there is a crash dump that neeeds to be saved.&lt;BR /&gt;As to why the error? Is there more in the /etc/rc.log that might help?&lt;BR /&gt;It could be a number of reasons</description>
      <pubDate>Wed, 20 Mar 2002 18:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687344#M54551</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-03-20T18:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Boot-Up error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687345#M54552</link>
      <description>Check and see if your /var/adm/crash directory exists and what the permissions are.  If it is checking for the directory on boot up and it is not there, I suppose it could cause a problem.</description>
      <pubDate>Wed, 20 Mar 2002 19:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687345#M54552</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-20T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Boot-Up error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687346#M54553</link>
      <description>Yes, Patrick is right.&lt;BR /&gt;Just check for /var/adm/crash directory. It gives error if the directory is not existing on the machine.&lt;BR /&gt;-pap</description>
      <pubDate>Wed, 20 Mar 2002 20:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687346#M54553</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-20T20:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Boot-Up error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687347#M54554</link>
      <description>The directory /var/adm/crash does exist, however it is empty.  The permissions for this directory are as followes: rwxr-xr-x.  Any suggestions as to what I should investigate next?&lt;BR /&gt;&lt;BR /&gt;Thanks again...</description>
      <pubDate>Wed, 20 Mar 2002 20:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687347#M54554</guid>
      <dc:creator>Chris Zimo</dc:creator>
      <dc:date>2002-03-20T20:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Boot-Up error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687348#M54555</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see the output of command "bdf /var" as /var file system must have enough free space atleast as much of memory.&lt;BR /&gt;&lt;BR /&gt;check the file "/sbin/init.d/savecrash".&lt;BR /&gt;&lt;BR /&gt;As per this file if the "/etc/rc.config.d/savecore" file exists then it won't look for "/etc/rc.config.d/savecrash"&lt;BR /&gt;&lt;BR /&gt;check the content of the files savecore and savecrash.&lt;BR /&gt;&lt;BR /&gt;check the /etc/shutdown.log file and /etc/rc.log file.&lt;BR /&gt;&lt;BR /&gt;check the size of swap file systems "swapinfo -m" as this error may occur if the swap size is not configureds enough.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Vija</description>
      <pubDate>Thu, 21 Mar 2002 07:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-up-error/m-p/2687348#M54555</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-21T07:50:31Z</dc:date>
    </item>
  </channel>
</rss>

