<?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/2515562#M870147</link>
    <description>David-&lt;BR /&gt;&lt;BR /&gt;I had a somewhat similar experience, whether it will help or not.  I have 10.20.  I had, for a long time, crashes when my backup was running, normally taking out /home.  There were scsi and bad inode notes in the syslog (we have a RAID drive).  Finally, I shut off and restarted the RAID and then restarted the server.  When it ran fsck, it finally tagged the inodes as bad and since has been working fine.  Something about the backup was hitting that inode and instead of moving on, it was flipping out and crashing.  You can try to shut down everything (drives included) and bring it all back up, watching the start up to see if it finds bad areas on the drives.  I kept rebooting and fsck didn't actually tag the inode as bad until I restarted the drive.  It kept saying that it fixed everything but the problem kept reappearing.  &lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Tue, 10 Apr 2001 13:59:52 GMT</pubDate>
    <dc:creator>Mark Vollmers</dc:creator>
    <dc:date>2001-04-10T13:59:52Z</dc:date>
    <item>
      <title>System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515556#M870141</link>
      <description>I have an HP V2600 that crashes every so often. &lt;BR /&gt;&lt;BR /&gt;The dates are sporadic, but it always starts at 03:32 with the following messages: "vxfs: mesg 010: vx_ialloc - /var file system inode 27598 not free" and "vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 9293" (the directory isn't always /var and the inodes are not always the same). &lt;BR /&gt;&lt;BR /&gt;What has made this more difficult is that the system was never set up correctly concerning dump space, so a crash dump was not saved.&lt;BR /&gt;&lt;BR /&gt;There is an OmniBack backup job that takes place at that time.&lt;BR /&gt;&lt;BR /&gt;I have attached an output from the test stations console log. The addresses and stack are the same every time.&lt;BR /&gt;&lt;BR /&gt;I was hoping someone has come across a similar problem and may be able to point me in the correct direction.&lt;BR /&gt;&lt;BR /&gt;We are running HP-UX 11.00, Mar2000 patch level.</description>
      <pubDate>Tue, 10 Apr 2001 12:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515556#M870141</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2001-04-10T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515557#M870142</link>
      <description>Check /var/adm/crash with q4.</description>
      <pubDate>Tue, 10 Apr 2001 12:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515557#M870142</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-10T12:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515558#M870143</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suppose that your filesystems are VXFS.&lt;BR /&gt;&lt;BR /&gt;You need to fsck them.&lt;BR /&gt;&lt;BR /&gt;Reboot in single user  (hpux -is)&lt;BR /&gt;&lt;BR /&gt;One each unmounted FS do :&lt;BR /&gt;&lt;BR /&gt;/sbin/fsck -F vxfs -o full -y /dev/vg00/r...&lt;BR /&gt;&lt;BR /&gt;For example, this error can appear when you defragment a busy FS (fsadm -e -d ...)&lt;BR /&gt;&lt;BR /&gt;A patch correct this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Patrice.</description>
      <pubDate>Tue, 10 Apr 2001 13:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515558#M870143</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2001-04-10T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515559#M870144</link>
      <description>Couple of things here.&lt;BR /&gt;1: You appear to have some form of corruption on a file system, in this case /var, which will need fsck'ing in single user mode with -o full option. I would suggest doing it for all of the file systems in vg00 bar / and /stand&lt;BR /&gt;2: you need to look at the/etc/shutdownlog to see what type of system panic (if one occurred) you have had. You could also post it here.&lt;BR /&gt;3: You need to get the dump story configured and if this persists, get HP to analyse the dump &lt;BR /&gt;4: You should update the patchiung level to the latest bundle if you are happy to do this.&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 10 Apr 2001 13:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515559#M870144</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-04-10T13:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515560#M870145</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;I agree with Patrice. The only other thing... these type of crashes with the see message can also be caused by a bad disk.&lt;BR /&gt;&lt;BR /&gt;So if after a newfs of the filesystem the box crashes again you need to replace the disk.&lt;BR /&gt;&lt;BR /&gt;It is up to you to deteremine how production impacting a crash is and if you risk another downtime. If not, you might want to have a hw person check the disk now and cover both ends.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Tue, 10 Apr 2001 13:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515560#M870145</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-04-10T13:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515561#M870146</link>
      <description>Thanks for the quick replies.&lt;BR /&gt;&lt;BR /&gt;Yes, the file system is VXFS (OnlineJFS).&lt;BR /&gt;&lt;BR /&gt;We are currently testing the latest patch bundle on a test box and when that is done we will roll it out to our production and development servers.&lt;BR /&gt;&lt;BR /&gt;I will definately fsck all of vg00 when I can get some downtime.&lt;BR /&gt;&lt;BR /&gt;I did attach the console output to my original message -- the system panic was due to a data page fault&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David&lt;BR /&gt;p.s. I will assign points in a while :)</description>
      <pubDate>Tue, 10 Apr 2001 13:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515561#M870146</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2001-04-10T13:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: System Crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515562#M870147</link>
      <description>David-&lt;BR /&gt;&lt;BR /&gt;I had a somewhat similar experience, whether it will help or not.  I have 10.20.  I had, for a long time, crashes when my backup was running, normally taking out /home.  There were scsi and bad inode notes in the syslog (we have a RAID drive).  Finally, I shut off and restarted the RAID and then restarted the server.  When it ran fsck, it finally tagged the inodes as bad and since has been working fine.  Something about the backup was hitting that inode and instead of moving on, it was flipping out and crashing.  You can try to shut down everything (drives included) and bring it all back up, watching the start up to see if it finds bad areas on the drives.  I kept rebooting and fsck didn't actually tag the inode as bad until I restarted the drive.  It kept saying that it fixed everything but the problem kept reappearing.  &lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 10 Apr 2001 13:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-crash/m-p/2515562#M870147</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-04-10T13:59:52Z</dc:date>
    </item>
  </channel>
</rss>

