Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Urgent: OT: Solaris: Super block corrupted

Re: Urgent: OT: Solaris: Super block corrupted

From: Matthew Zito <mzito_at_gridapp.com>
Date: Sat, 5 Jun 2004 11:52:24 -0400
Message-Id: <565DF1F8-B708-11D8-BF77-000393D3B578@gridapp.com>

Hello,

Working on a saturday is rarely fun, especially when there's a problem.

So, your filesystem likely has some serious corruption. FWIW, for filesystems larger than 3GB, its 1 inode for every 8k, so you're looking at "only" 20 million or so inodes. However, odds are that most of those aren't even being used, so you won't have to check them. Buuut, with serious corruption, you could end up with a badly damaged filesystem after the fsck, so even when it does complete, you might still be in trouble.

In any case, the fsck will eventually complete - the time it takes is dependent on the speed of your host and the speed of the storage. I used to have a 100GB array that was pretty fast attached to an e4000 that took about 40 minutes to do a full fsck - that yours is taking much longer could also be indicative of a damaged drive or array (which could be why it crashed to begin with). Or it could just be a slow host and storage.

Hope this is helpful - wish I had better news.

Thanks,
Matt

--
Matthew Zito
GridApp Systems
Email: mzito_at_gridapp.com
Cell: 646-220-3551
Phone: 212-358-8211 x 359
http://www.gridapp.com


On Jun 5, 2004, at 11:24 AM, Naveen, Nahata (IE10) wrote:


> Hi All,
>
> First of all let me confess my ignorance about Solaris System
> administration, so this might be a naive and improperly worded
> question.
>
> Is it normal? How long does it typically take? Will it check each and
> every
> possible INODE? If so, how many inodes are there?
>
> From whatever I make out of the documentation, if the file-system is
> created
> without specifying "nbpi" (which I think our sysadmin did) it creates 1
> inode for every 2048 bytes of storage.
>
> Our file system is ~140 GB, so does it contain approximately 73 million
> inodes? If that is the case going by the fact that it has reached I=~1
> million in about 4 hours, it will take forever to recover.
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
Received on Sat Jun 05 2004 - 10:48:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US