Linux-x86_64 Error: 30: Read-only file system

shytodear發表於2016-01-25
記一次資料庫當機:
Oracle 11.2.0.4
redhat 6.4


1.報錯
>alert*.log日誌無報錯
>系統日誌(dmesg)報IO錯誤


2.解決過程
>嘗試啟庫時報錯:
[oracle@lqdb trace]$ sqlplus '/as sysdba'


SQL*Plus: Release 11.2.0.4.0 Production on Mon Jan 25 10:29:03 2016


Copyright (c) 1982, 2013, Oracle.  All rights reserved.


ERROR:
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 30: Read-only file system
Additional information: 9925


Read-only file system 一般是磁碟或檔案系統有問題,LINUX把它置為只讀為了避免進一步損壞


# mount
/dev/mapper/rootvg-lvoracle on /oracle type ext4 (rw)
mount: warning: /etc/mtab is not writable (e.g. read-only filesystem).
       It's possible that information reported by mount(8) is not
       up to date. For actual information about system mount points
       check the /proc/mounts file.


>根目錄和/oracle均變為read-only file system
[oracle@lqdb ~]$ cd /oracle
[oracle@lqdb oracle]$ touch aa
touch: cannot touch `aa': Read-only file system


3.重啟作業系統
然後可以正常啟動資料庫、監聽。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27126919/viewspace-1981981/,如需轉載,請註明出處,否則將追究法律責任。

相關文章