Re: READ ONLY & I/O ERROR - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: READ ONLY & I/O ERROR
Date
Msg-id 2f4958ff0911260544g68320c6bl5413d72d3df53fb1@mail.gmail.com
Whole thread Raw
In response to READ ONLY & I/O ERROR  (Sam Jas <samjas33@yahoo.com>)
Responses Re: READ ONLY & I/O ERROR  (Sam Jas <samjas33@yahoo.com>)
List pgsql-general


On Thu, Nov 26, 2009 at 1:40 PM, Sam Jas <samjas33@yahoo.com> wrote:
Hi Folks,

I am frequently getting read-only file system error on my server.

We are using postgreSQL, GridSQL database. The size of database is very huge.  
Architecture Details:
CentOS 5.3 64 bit Areca high point rocket raid 3520 8 port
32 GB RAM
assemble hardware
 
We are daily processing millions of rows and loadiing into database. We have marked that when we create a new database it worked fine upto 20 or 25 days. After that we
are getting errors like "read only file system" , data is corrupted. Therefore we are running fsck to remove bad blocks from the disk. However, after running fsck also we are getting the same error.

I will appreciate you if somebody help me to get rid out of this issue.
this looks more like filesystem corruption.
What's the FS database is running on ? presumably ext3 (cos it is centos5).

If possible, consider checking the root cause of FS corruption, possibly test on other FS (xfs?).
Maybe you should also try to enable journaling, if you run in ext2/3 mode.
 

--
GJ

pgsql-general by date:

Previous
From: Sam Jas
Date:
Subject: READ ONLY & I/O ERROR
Next
From: Sam Jas
Date:
Subject: Re: READ ONLY & I/O ERROR