file systems may become read-only

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat file systems may become read-only
# 1  
Old 05-19-2009
file systems may become read-only

Some of my file systems become read only. I want to find out when that happend. I checked /var/log/messages on that server and I dont see anything there. Is there any other ways to check that. I really need to find out when and how that happend.

Thanks
# 2  
Old 05-19-2009
ext3 filesystems will turn readonly when the disk is going bad - often because the pool of replacement disk blocks is exhausted - whatever - this is a bad sign.

Try running
Code:
smartctl -a

on your disks - if they are newer ATA disks since 2006 I think. look into smartd to prevent this in the future.
Get a full backup of the disks NOW. Before the disk fails completely.
# 3  
Old 05-19-2009
Thanks for your reply. We jsut reboot the server to get file systems back to r/w. thats fine now. I just want to find out when and how that happend. Is there any specific logs to find out. Thanks
# 4  
Old 05-19-2009
You missed my point. Your disks are dying. Rebooting is not solving the problem.
You said the messages were not in your syslog, right? That means you need to start the smartd daemon which will give you that information.

Did you try smartctl - that will tell you, too? Being a sysadmin means being proactive - preventing disaster, not recovering from it.

What type of disks? ATA, SATA?
# 5  
Old 05-19-2009
Since it is Vmware environment, and this issue also related to VMware (plz see below link), we just want to find out when/why that happend. so that we can make nessasary steps to prevent this in the future. For now it seems to be ok.

VMware Knowledge Base - View Document

I dont think smartctl tool has been installed on my servers. I think with this tool we can monitor future events(?). Since Im not much expertised on all of these things, just trying to get it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

When reading a csv file, counter to read 20 lines and wait for minute then read next 20 till end

Hello All, i am a newbie and need some help when reading a csv file in a bourne shell script. I want to read 10 lines, then wait for a minute and then do a reading of another 10 lines and so on in the same way. I want to do this till the end of file. Any inputs are appreciated ... (3 Replies)
Discussion started by: victor.s
3 Replies

2. SCO

Distinguish between file systems

Hello, is there any command in SCO unix by which I can check if the file system is HTFS or DTFS? Thanks (1 Reply)
Discussion started by: Mick
1 Replies

3. Shell Programming and Scripting

Copy file systems

I have to copy 3 file systems from one machine to another on the same local network. Total data is about 150gb. There is not enough free space on the source system to tar the files and then copy. I have to do this remotely, no tape or dvd I need to maintain permissions and ownership. I have... (2 Replies)
Discussion started by: jgt
2 Replies

4. What is on Your Mind?

From Systems Admin to Systems Eng.

I have been wondering how do Systems Administrators do the jump into Systems Engineering? Is it only a matter of time and experience or could I actually help myself get there? Opinions? Books I could read? Thanks a lot for your help! (0 Replies)
Discussion started by: svalenciatech
0 Replies

5. SCO

file systems table

hi Where is file systems table stored, I mean which config file from SCO 5.0.6? On linux is in /etc/fstab. (1 Reply)
Discussion started by: ccc
1 Replies

6. UNIX for Dummies Questions & Answers

file systems for unix

please someone give me 3 file systems for unix HP-UX version !!! thnks (2 Replies)
Discussion started by: androc
2 Replies

7. UNIX for Dummies Questions & Answers

File systems...

Hello guys, I am new in Unix world. I would like know, how Can I check which type of file system (GPFS, JFS) is on the AIX server. I have AIX 5.1. Could you anyone advice me? Thanks. (4 Replies)
Discussion started by: sokratis
4 Replies

8. UNIX for Dummies Questions & Answers

Resizing File-Systems

can someone tell me the basic steps needed to resize and existing filesystem that already has data on it? thanks I dont need to be pointed to a website so any real time real life advice or help will be wholly appreciated (4 Replies)
Discussion started by: TRUEST
4 Replies

9. UNIX for Dummies Questions & Answers

How can I update a file on 50 systems at once?

I need to update a file that is on 50 different systems at once. In case of planned network outages I would like to overwrite or lock a monitoring script so that it doesn't send notifications. I thought of using a script that ftp 's the updated file to all 50 systems, and then overwrites the... (11 Replies)
Discussion started by: darthur
11 Replies

10. UNIX for Dummies Questions & Answers

Checking file systems

I am trying to resurrect an old UNIX server without any joy, I do not have much UNIX experience any I don't understand the messages I am receiving. The system is telling me that it cannot go multi - user until the following file systems are checked //dev/rroot It gives me the procedure 1)... (1 Reply)
Discussion started by: ianie
1 Replies
Login or Register to Ask a Question