Linux-x86_64 Error: 30: Read-only file system
記一次資料庫當機:
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.重啟作業系統
然後可以正常啟動資料庫、監聽。
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 一次磁碟變成readonly問題的解決 Linux-x86_64 Error: 30: Read-only file systemLinuxError
- Error:/etc/fstab:Read-only file system錯誤的解決辦法Error
- remount of /system failed: Read-only file system原因及解決REMAI
- 作業系統報:read-only file system作業系統
- linux下操作檔案出現 Read-only file systemLinux
- /dev/null Read-only file system 系統無法啟動薦devNull
- linux:ora-27054:nfs file system errorLinuxNFSError
- 超過最大檔案數—Linux-x86_64 Error: 23: Too many open files in systemLinuxError
- macOS 無法sudo建立資料夾返回Read-only file system問題解決Mac
- 解決 Error: ENOSPC: System limit for number of file watchers reachedErrorMIT
- Google File System原理Go
- ORA-01565: error in identifying file '+DATA/rac/dataile/datfile/system'ErrorIDEAI
- System Error CodesError
- Resource is out of sync with the file system
- Raw Device vs File Systemdev
- Open a Database in Read-Only Mode (301)Database
- redhat系統伺服器重啟後提示An error occurred during the file system check.Redhat伺服器Error
- Linux-x86_64 Error: 28: No space left on device問題LinuxErrordev
- Move datafile:From File System to ASMASM
- Move datafile:From ASM to File SystemASM
- Oracle ACFS ( ASM Cluster File System )OracleASM
- HP -Data Protector Restore file systemREST
- idea怎麼修改檔案的file is read-onlyIdea
- 30-System類
- ORA-27054: NFS file system where the file is created or resides is ......NFSIDE
- Error 15: File not found for RedhatErrorRedhat
- 《The Google File System》論文研讀Go
- 【HDFS】HADOOP DISTRIBUTED FILE SYSTEMHadoop
- Eclipse:Resource is out of sync with the file systemEclipse
- aix file system, io 最佳化AI
- GFS (RedHat Global File System) 介紹Redhat
- ORA-27054: NFS file system where the file is created or resides is not mountedNFSIDE
- HPUX Error 23 File table overflowUXError
- 《Google File System》讀書筆記(1)Go筆記
- Catalog archivelog from file system to Asmdg;HiveASM
- Solaris syntax error: unexpected end of fileError
- MIT 6.S081 Lab File SystemMIT
- HP -Data Protector Restore file system【Blog 搬家】REST