<?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: System Crash in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476856#M17657</link>
    <description>I do have a shutdownlog. There are no cron jobs&lt;BR /&gt;running. The same problem had once occurred with my K-Class server which has 11.00 64-bit loaded. There we had two servers one D-Class with 10.01 and K-Class with 11.00. The K-class rebooted on its own.&lt;BR /&gt;There was no traces whatsoever.&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Thu, 28 Dec 2000 15:14:06 GMT</pubDate>
    <dc:creator>PROSANJIT MALLICK</dc:creator>
    <dc:date>2000-12-28T15:14:06Z</dc:date>
    <item>
      <title>System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476852#M17653</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a 817 Server with 10.01 hp unix.&lt;BR /&gt;Sometimes my server simply reboots without any error messages. I have checked syslog and shutdownlog. There are no coredumps. No logs in preserve or crash.&lt;BR /&gt;There is no clue as to what happened. One of my servers happens to be on UPS so power fluctuation is ruled out.&lt;BR /&gt;Please let me know where can I get a clue as to what had gone wrong so that I can take precautions.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prosanjit</description>
      <pubDate>Wed, 27 Dec 2000 15:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476852#M17653</guid>
      <dc:creator>PROSANJIT MALLICK</dc:creator>
      <dc:date>2000-12-27T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476853#M17654</link>
      <description>Check the .sh_history files for any reboot command and also your crontab file and cron log.</description>
      <pubDate>Wed, 27 Dec 2000 16:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476853#M17654</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-27T16:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476854#M17655</link>
      <description>Be sure you have created /etc/shutdownlog.  Without this file, there will be no record of power fails or system crashes. syslog will not have anything about a crash (or a powerfailure) since there is no way to write to anything when the operating system crashes or the computer loses power.&lt;BR /&gt;&lt;BR /&gt;Since you are running 10.01, you should upgrade as soon as possible as 10.00, 10.01 and 10.10 have not had any development work done on them for many years.  10.20 is the minimum you should be running. Be sure to add the Support Plus CDROM of patches once you install 10.20.</description>
      <pubDate>Wed, 27 Dec 2000 19:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476854#M17655</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-12-27T19:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476855#M17656</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Might also be /var/adm/shutdownlog to create.&lt;BR /&gt;You can also make a script witch make a copy of the dmesg to a logfile, you will get at least a kind of syslog file&lt;BR /&gt;&lt;BR /&gt;Hope this will help.&lt;BR /&gt;&lt;BR /&gt;PR</description>
      <pubDate>Thu, 28 Dec 2000 10:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476855#M17656</guid>
      <dc:creator>Roulet</dc:creator>
      <dc:date>2000-12-28T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476856#M17657</link>
      <description>I do have a shutdownlog. There are no cron jobs&lt;BR /&gt;running. The same problem had once occurred with my K-Class server which has 11.00 64-bit loaded. There we had two servers one D-Class with 10.01 and K-Class with 11.00. The K-class rebooted on its own.&lt;BR /&gt;There was no traces whatsoever.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2000 15:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476856#M17657</guid>
      <dc:creator>PROSANJIT MALLICK</dc:creator>
      <dc:date>2000-12-28T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476857#M17658</link>
      <description>You should try to run a script like &lt;BR /&gt;dmesg | tail -f &amp;gt;&amp;gt; /etc/shutdmesg.log&lt;BR /&gt;&lt;BR /&gt;You will get the last kernel message before the reboot&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2000 15:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476857#M17658</guid>
      <dc:creator>Roulet</dc:creator>
      <dc:date>2000-12-28T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476858#M17659</link>
      <description>But this will imply that the script should run&lt;BR /&gt;continously in the background as one never knows when the server will go down.</description>
      <pubDate>Fri, 29 Dec 2000 09:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476858#M17659</guid>
      <dc:creator>PROSANJIT MALLICK</dc:creator>
      <dc:date>2000-12-29T09:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476859#M17660</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Everything has been said on shutdownlog file.&lt;BR /&gt;&lt;BR /&gt;One question anyway: when did you have your UPS serviced/checked for the last time?&lt;BR /&gt;&lt;BR /&gt;This really looks like UPS went down. It could be a dead battery.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Dec 2000 09:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476859#M17660</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-29T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476860#M17661</link>
      <description>Even we had a similar problem.  When consulted the HP Engineers, they asked us to check for the coredumps.  But the core dumps was not there because of insufficient diskspace. This may be case with you also. After creating sufficient disk space try running savecore command.</description>
      <pubDate>Fri, 29 Dec 2000 11:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476860#M17661</guid>
      <dc:creator>bhoopathi_1</dc:creator>
      <dc:date>2000-12-29T11:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476861#M17662</link>
      <description>The space has to be created in /var/adm/crash. The coredump alone can give some direction to this problem.</description>
      <pubDate>Fri, 29 Dec 2000 13:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2476861#M17662</guid>
      <dc:creator>bhoopathi_1</dc:creator>
      <dc:date>2000-12-29T13:02:57Z</dc:date>
    </item>
  </channel>
</rss>

