LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-27-2016, 10:41 AM   #1
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Rep: Reputation: 0
UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.


I'm not skilled enough in Linux yet to fully understand what's needed to resolve this.

User tells me the server crashed and powered off do to a power outage.

It makes sense to me that the inconsistency is due to the server powering off unexpectedly.


I am only able to tell the user what to do over the phone. They are located to far away from me. So I'm left with two options.

Fix this over phone/email,
or they need to overnight the Harddrive to me.


I have attached an image the user got for me.

If user enters the root password, will that bring them to a shell term for doing various commands, or can they do it from this screen?

What is needed to resolve this, step by step?
Attached Thumbnails
Click image for larger version

Name:	help.JPG
Views:	1590
Size:	137.5 KB
ID:	22229  
 
Old 06-27-2016, 10:44 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I'd boot the server with live Linux, such as SystemRescueCD (works from USB stick) and run fsck on all volumes. SystemRescueCD does not require root password.
 
Old 06-27-2016, 10:47 AM   #3
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Emerson View Post
I'd boot the server with live Linux, such as SystemRescueCD (works from USB stick) and run fsck on all volumes. SystemRescueCD does not require root password.
I doubt they have a SystemRescueCD, so they will likely have to send my their HDD then, right?
 
Old 06-27-2016, 10:49 AM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
It can be any live Linux CD or USB, the only requirement is user must be able to get the root shell.
 
Old 06-27-2016, 11:07 AM   #5
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Emerson View Post
It can be any live Linux CD or USB, the only requirement is user must be able to get the root shell.
Okay. I'll discuss this with manager. It sounds like the best option would be to have them overnight their drive along with their latest backup tape, and I will try to get things working again and overnight it back. I just hate to think that they will be without a their server for a couple days.
 
Old 06-27-2016, 11:18 AM   #6
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
Good grief, what the user is being asked to do is enter the root password, then run "fsck /dev/VolGroup00/LogVol00". If severe filesystem corruption is suspected, it is advisable to make an image backup of the affected LV first since there is a possibility that fsck will do things that make data recovery more difficult (Its job is to make the filesystem consistent -- sometimes that's at the expense of user data.), but a simple power interruption seldom causes that kind of problem for an ext2/3/4 filesystem.
 
Old 06-27-2016, 11:39 AM   #7
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rknichols View Post
Good grief, what the user is being asked to do is enter the root password, then run "fsck /dev/VolGroup00/LogVol00". If severe filesystem corruption is suspected, it is advisable to make an image backup of the affected LV first since there is a possibility that fsck will do things that make data recovery more difficult (Its job is to make the filesystem consistent -- sometimes that's at the expense of user data.), but a simple power interruption seldom causes that kind of problem for an ext2/3/4 filesystem.
Haha, I will instruct the user enter that. They backup the system to Tapes every night. So recovery is an option if worse gets worse.

Is there any options to use for fsck, like -y ? I think otherwise, they will spend some time entering y

Edit: fsck -y /dev/VolGroup00/LogVol00

Last edited by JoseKreif; 06-27-2016 at 11:46 AM.
 
Old 06-27-2016, 12:54 PM   #8
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
You can use "-y". I always hesitate to recommend that because of the possibility of fsck doing something crazy. Frequently, I do a preliminary run with "-n" just to get an idea of the scope of the problem, but expecting someone not familiar with fsck to make a judgement call based on the result, or for that matter knowing when not to respond "y" when fsck wants to correct something, just isn't realistic.

With a decent backup available, go for it!
 
Old 06-27-2016, 02:17 PM   #9
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rknichols View Post
You can use "-y". I always hesitate to recommend that because of the possibility of fsck doing something crazy. Frequently, I do a preliminary run with "-n" just to get an idea of the scope of the problem, but expecting someone not familiar with fsck to make a judgement call based on the result, or for that matter knowing when not to respond "y" when fsck wants to correct something, just isn't realistic.

With a decent backup available, go for it!
That's what I assumed. It can be really hard to assist over the phone and not be able to see the screen for myself. Hoping all works out. I sent the user some instructions on what to do. We still have the backup from the day before should things go south.
 
Old 06-28-2016, 07:28 AM   #10
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Original Poster
Rep: Reputation: 0
I had user enter root password and run fsck -y /dev/VolGroup00/LogVol00.

I had user send a screenshot of the output. It all looked successful, so I had user run shutdown -r now. After that, user is excited and claims things are working again.
Attached Thumbnails
Click image for larger version

Name:	success.JPG
Views:	1721
Size:	148.3 KB
ID:	22241  
 
Old 06-28-2016, 10:48 AM   #11
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,640
Blog Entries: 4

Rep: Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933
You can bring up the server (maybe ...) in "single-user mode."

And then, go buy a Uninterruptible Power Supply!
 
Old 06-28-2016, 10:59 AM   #12
JoseKreif
Member
 
Registered: Jul 2015
Location: Iowa
Distribution: CentOS 6.6, RHEL Server release 5.5 (Tikanga)
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sundialsvcs View Post

And then, go buy a Uninterruptible Power Supply!
I agree. This was something I brought up to management yesterday. So we have ordered a UPS for them. It's important they have it to prevent this from happening again.
Most our locations have a UPS on their servers, this situation is different because it's a bit tricky due to certain situations

Last edited by JoseKreif; 06-28-2016 at 11:00 AM.
 
Old 06-28-2016, 11:12 AM   #13
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
The server should be fine. "Orphan inodes" are inodes for deleted files that are held open by a running process. It is not expected that they should survive a reboot. The only problem that fsck detected was that the list of orphan inodes had become corrupt, so there was nothing lost in the filesystem. Transactions that were in progress when processes were abruptly terminated would of course have been lost.
 
Old 06-28-2016, 11:22 AM   #14
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by rknichols View Post
The server should be fine. "Orphan inodes" are inodes for deleted files that are held open by a running process. It is not expected that they should survive a reboot. The only problem that fsck detected was that the list of orphan inodes had become corrupt, so there was nothing lost in the filesystem. Transactions that were in progress when processes were abruptly terminated would of course have been lost.
Well, usually.

Orphan inodes are inodes that are not in a directory that is within the existing filesystem tree. The problem is that you can get orphan inodes if a directory gets corrupted - the files are perfectly valid, it is just that the only directory they were in has been corrupted, and possibly deallocated.

Whether the files should be deleted or not is not a decision that fsck can make automatically. Sometimes an orphan directory occurs (usually only on older filesystems (ext2 for instance), in which case the directory may be put in the lost+found directory - and all the files contained with are no longer orphaned. This is why the "-y" option sometimes doesn't work. Two valid recovery options... but no way to decide between them.

If this happens, just run the fsck again without the "-y" option, and decide on a file-by-file basis whether to keep or delete.
 
Old 06-28-2016, 01:05 PM   #15
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
Inodes that appear in the orphan inode list are those that were deliberately disconnected from the directory tree while the inode was still in use. Inodes that get lost because the directory entry that should point to them is missing are a different matter. Those get put in lost+found by fsck. A problem with the orphan inode list is a much simpler matter, and one recommendation for fixing that is simply to mount the filesystem, since the orphan inode list is automtically cleared when the filesystem is mounted.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] /dev/sda3: unexpected inconsistency; execute fsck manually. vienswuer Linux - Newbie 11 05-16-2014 01:02 PM
"unexpected inconsistency" (fsck) of the root file system failed artoebe Linux - Newbie 8 03-22-2013 11:40 PM
/dev/VolGroup01/u04: UNEXPECTED INCONSISTENCY Run fsck Manually juan_f_vidal Linux - General 4 06-09-2011 11:31 AM
Unexpected inconsistency, run fsck manually twangchuk Linux - Newbie 2 06-12-2009 09:51 AM
Error in partition. Unexpected Inconsistency, won't let me run fsck! mlsbraves Slackware 2 04-15-2005 09:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration