<?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: Redhat Linux crash in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351287#M35089</link>
    <description>By the prompt "(Repair filesystem) 2 #" I think your system has stopped early in the boot sequence. It would be important to read the messages that appeared before the first prompt to see _which_ filesystem needs fixing. It looks like you chose the wrong one.&lt;BR /&gt;&lt;BR /&gt;If you have a problem with the root filesystem, you cannot unmount it: unmounting the root filesystem would make it impossible to access any commands.&lt;BR /&gt;&lt;BR /&gt;Instead, the correct procedure for fsck'ing the root filesystem is to re-mount it read-only before running a fsck on it:&lt;BR /&gt;&lt;BR /&gt;mount -o remount,ro /&lt;BR /&gt;&lt;BR /&gt;When the system has crashed and stops early in the boot sequence because of filesystem errors, the /etc/mtab file may be "stale" (= describing the situation before the crash, not the current situation). That may confuse the "mount" command... and the unwary sysadmin, too.&lt;BR /&gt;&lt;BR /&gt;/proc/mounts is another list of currently-mounted filesystems. Because it is managed by the kernel in the virtual /proc filesystem, it is always up to date. &lt;BR /&gt;If the system stops early in the boot sequence, it is possible that /proc is not mounted yet: fortunately, this is simple to fix. &lt;BR /&gt;&lt;BR /&gt;mount /proc&lt;BR /&gt;&lt;BR /&gt;Because /proc is a virtual filesystem, it does not need fsck'ing and is always safe to mount.&lt;BR /&gt;&lt;BR /&gt;In your case, the system apparently had already successfully checked the root filesystem and mounted it read/write, as part of the normal boot sequence. &lt;BR /&gt;&lt;BR /&gt;After that, the system checks any other configured filesystems... but apparently your system encountered a filesystem error that it cannot fix without asking an explicit permission from the sysadmin (because the fix may require truncating a file or something). &lt;BR /&gt;&lt;BR /&gt;Then the system dropped to a shell prompt, and you told it to run fsck on the root filesystem that already was checked and mounted read/write.&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Nov 2009 11:52:50 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-11-13T11:52:50Z</dc:date>
    <item>
      <title>Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351281#M35083</link>
      <description>Hi Due to power problem my linux server 4.5  is crashed. For recovery i done fsck its showin below error. &lt;BR /&gt;fsck 1.35 (28-Feb-2004)&lt;BR /&gt;e2fsck 1.35 (28-Feb-2004)&lt;BR /&gt;/dev/cciss/c0d0p5 is mounted.&lt;BR /&gt;&lt;BR /&gt;WARNING!!!  Running e2fsck on a mounted filesystem may cause&lt;BR /&gt;SEVERE filesystem damage.&lt;BR /&gt;&lt;BR /&gt;Do you really want to continue (y/n)? yes&lt;BR /&gt;&lt;BR /&gt;/: recovering journal&lt;BR /&gt;fsck.ext3: Bad magic number in super-block while trying to re-open /&lt;BR /&gt;EXT3-fs error: ext3_get_inode_block: bad inode number: 129&lt;BR /&gt;4601&lt;BR /&gt;EXT3-fs error (device cciss/c0d0p5) in ext3_reserve_inode_write: IO failure&lt;BR /&gt;EXT3-fs error (device cciss/c0d0p5) in ext3_dirty_inode: IO failure&lt;BR /&gt;Warning... fsck.ext3 for device /dev/cciss/c0d0p5 exited with signal 11.&lt;BR /&gt;(Repair filesystem) 2 # fsck -y&lt;BR /&gt;ext3_abort called.&lt;BR /&gt;EXT3-fs error: ext3_journal_start_sb: Detected aborted jou&lt;BR /&gt;rnal&lt;BR /&gt;Remounting filesystem read-only&lt;BR /&gt;fsck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please tell me how to recover my server?</description>
      <pubDate>Wed, 04 Feb 2009 09:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351281#M35083</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2009-02-04T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351282#M35084</link>
      <description>Before writing the word "yes" Â¿Did you read the message?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; WARNING!!! Running e2fsck on a mounted filesystem may cause&lt;BR /&gt;SEVERE filesystem damage.&lt;BR /&gt;&lt;BR /&gt;You never should run fsck on a mounted file system, worst yet the root file system.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; /dev/cciss/c0d0p5 is mounted.&lt;BR /&gt;&lt;BR /&gt;If the system crash was caused by any cause, now, that you executed fsck on a mounted file system, for sure the system is corrupted.&lt;BR /&gt;&lt;BR /&gt;You probably need to reinstall the system.</description>
      <pubDate>Wed, 04 Feb 2009 13:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351282#M35084</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-04T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351283#M35085</link>
      <description>HI&lt;BR /&gt;Thank you. If next time comes same issue what shall i do to recovery OS.</description>
      <pubDate>Thu, 05 Feb 2009 02:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351283#M35085</guid>
      <dc:creator>muralikrishna</dc:creator>
      <dc:date>2009-02-05T02:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351284#M35086</link>
      <description>Hi,&lt;BR /&gt;As the message say dont run it on mounted FS&lt;BR /&gt;&lt;BR /&gt;use umount command and unmount all the file systems on /etc/fstab&lt;BR /&gt;&lt;BR /&gt;then run fsck.ext3 on each file system you unmounted.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Thu, 05 Feb 2009 04:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351284#M35086</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-02-05T04:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351285#M35087</link>
      <description>You should boot with the installation media and run a shell (linux rescue).&lt;BR /&gt;&lt;BR /&gt;There you can run fsck for the root file system.&lt;BR /&gt;&lt;BR /&gt;In case of a power failure, you normally won't need to run fsck unless it's asked by the operating system on boot.</description>
      <pubDate>Thu, 05 Feb 2009 12:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351285#M35087</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-02-05T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351286#M35088</link>
      <description>I don't know why the system allows fsck to run on a mounted device when it thinks there is a chance of corrupting it?  When I umount'ed the file system, it complained that the file system is not mounted!  So I figured I would need it mounted and ignored the warning and ended up with this same problem!!!</description>
      <pubDate>Thu, 12 Nov 2009 23:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351286#M35088</guid>
      <dc:creator>attaamiri</dc:creator>
      <dc:date>2009-11-12T23:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351287#M35089</link>
      <description>By the prompt "(Repair filesystem) 2 #" I think your system has stopped early in the boot sequence. It would be important to read the messages that appeared before the first prompt to see _which_ filesystem needs fixing. It looks like you chose the wrong one.&lt;BR /&gt;&lt;BR /&gt;If you have a problem with the root filesystem, you cannot unmount it: unmounting the root filesystem would make it impossible to access any commands.&lt;BR /&gt;&lt;BR /&gt;Instead, the correct procedure for fsck'ing the root filesystem is to re-mount it read-only before running a fsck on it:&lt;BR /&gt;&lt;BR /&gt;mount -o remount,ro /&lt;BR /&gt;&lt;BR /&gt;When the system has crashed and stops early in the boot sequence because of filesystem errors, the /etc/mtab file may be "stale" (= describing the situation before the crash, not the current situation). That may confuse the "mount" command... and the unwary sysadmin, too.&lt;BR /&gt;&lt;BR /&gt;/proc/mounts is another list of currently-mounted filesystems. Because it is managed by the kernel in the virtual /proc filesystem, it is always up to date. &lt;BR /&gt;If the system stops early in the boot sequence, it is possible that /proc is not mounted yet: fortunately, this is simple to fix. &lt;BR /&gt;&lt;BR /&gt;mount /proc&lt;BR /&gt;&lt;BR /&gt;Because /proc is a virtual filesystem, it does not need fsck'ing and is always safe to mount.&lt;BR /&gt;&lt;BR /&gt;In your case, the system apparently had already successfully checked the root filesystem and mounted it read/write, as part of the normal boot sequence. &lt;BR /&gt;&lt;BR /&gt;After that, the system checks any other configured filesystems... but apparently your system encountered a filesystem error that it cannot fix without asking an explicit permission from the sysadmin (because the fix may require truncating a file or something). &lt;BR /&gt;&lt;BR /&gt;Then the system dropped to a shell prompt, and you told it to run fsck on the root filesystem that already was checked and mounted read/write.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Nov 2009 11:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351287#M35089</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-13T11:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat Linux crash</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351288#M35090</link>
      <description>Recovery is not the issue now, access is.  As Ivan posted, please read console messages.  Can you give me console access via your KVM switch or serial device?&lt;BR /&gt;&lt;BR /&gt;Ask HP if you have support, else renew your support contract.</description>
      <pubDate>Wed, 18 Nov 2009 01:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-crash/m-p/4351288#M35090</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2009-11-18T01:19:34Z</dc:date>
    </item>
  </channel>
</rss>

