記一次ORA-27054 NFS file system where the file is created or resides is not mounted with correct option
環境:
ORACLE10.2.0.1
OS:REDHAT 5.3 64BIT
[@more@]由於本地RMAN空間不足,需要將備份備到NFS伺服器上,透過簡單的mount -t nfs IP:/PATH /DESPATH後發現透過RMAN執行備份的時候報錯:
ORA-27054 NFS file system where the file is created or resides is not mounted with correct options透過oracle官方解釋說:
Error: ORA-27054
Text: NFS file system where the file is created or resides is not mounted with correct options
---------------------------------------------------------------------------
Cause: The file was on an NFS partition and either reading the mount tab
file failed or the partition wass not mounted with the correct
mount option.
Action: Make sure mount tab file has read access for Oracle user and
the NFS partition where the file resides is mounted correctly.
For the list of mount options to use refer to your platform
specific documentation.
*** Important: The notes below are for experienced users - See Note:22080.1
Explanation:
As of Oracle 10.2 the IO interface layer in Oracle tries
to check that the mount options of any NFS mounted disk
used have mount options which ensure that the NFS volume
is safe to use as incorrectly mounted NFS volumes can
result in data corruption problems.
Diagnosis:
The exact checks used for an NFS mounted disk vary between
platforms but in general the basic checks will include
checking that:
- The mount table (eg; /etc/mnttab) can be read to
check the mount options
- That the NFS mount is mounted with the "hard" option
- The mount options include rsize>=32768 and wsize>=32768
- For RAC environments, where NFS disks are supported,
that the "noac" mount option is used.
Different platforms may use different or additional checks.
Note that the main checks currently check the mount options
used and not the underlying NFS attributes (as seen from
nfsstat -m on most Unix platforms) and so a disk may appear
to be mounted correctly with nfsstat (-m) but Oracle may
report ORA-27054 errors if the required options were not
explicitly stated at mount time.
If reporting an ORA-27054 error the additional information
in the error message and the platform and Oracle version
are all required to help confirm the exact reason for failing
to treat the NFS disk as correctly mounted.
Articles:
最終透過新增引數得以解決:
mount -t nfs -o rw,hard,rsize=32768,wsize=32768 10.11.15.15:/oracle/RMANBAK /u02/rman
RMAN> backup tag='20101125_bak' database format='/u02/rman/qqdb_rman/%D_%U_%S_full';
Starting backup at 25-NOV-10
using channel ORA_DISK_1
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00001 name=/u01/oradata/qqdb/system01.dbf
input datafile fno=00003 name=/u01/oradata/qqdb/sysaux01.dbf
input datafile fno=00002 name=/u01/oradata/qqdb/undotbs01.dbf
input datafile fno=00004 name=/u01/oradata/qqdb/users01.dbf
input datafile fno=00005 name=/u01/oradata/qqdb/odu_test01.dbf
channel ORA_DISK_1: starting piece 1 at 25-NOV-10
channel ORA_DISK_1: finished piece 1 at 25-NOV-10
piece handle=/u02/rman/qqdb_rman/25_06lttoss_1_1_%S_full tag=20101125_BAK comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:02:15
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
including current control file in backupset
including current SPFILE in backupset
channel ORA_DISK_1: starting piece 1 at 25-NOV-10
channel ORA_DISK_1: finished piece 1 at 25-NOV-10
piece handle=/u02/rman/qqdb_rman/25_07lttp13_1_1_%S_full tag=20101125_BAK comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:05
Finished backup at 25-NOV-10
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10130206/viewspace-1042060/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-27054: NFS file system where the file is created or resides is not mountedNFSIDE
- ORA-27054: NFS file system where the file is created or resides is ......NFSIDE
- 解決oracle rman報ORA-27054 NFS file system where the file is created or resides is not mounted with corOracleNFSIDE
- linux:ora-27054:nfs file system errorLinuxNFSError
- Google File System原理Go
- 《Google File System》讀書筆記(1)Go筆記
- Resource is out of sync with the file system
- Raw Device vs File Systemdev
- 記一次ionic使用file外掛cordova plugin file的坑Plugin
- 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
- Stale NFS file handle的解決方法NFS
- 《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-00245:control file backup failed;targetis likely on local file systemAI
- ORA-00245: control file backup failed; target is likely on a local file systemAI
- Catalog archivelog from file system to Asmdg;HiveASM
- [CareerCup] 8.9 An In-memory File System 記憶體檔案系統記憶體
- Oracle Database on NFS : unable to lock file - already in use" ErrorOracleDatabaseNFSError
- MIT 6.S081 Lab File SystemMIT
- HP -Data Protector Restore file system【Blog 搬家】REST
- Google File System II: Dawn of the Multiplying Master NodesGoAST
- ORA-27054: NFS 問題處理NFS
- remount of /system failed: Read-only file system原因及解決REMAI
- System File1 File Header(資料庫System檔案1檔案頭)損壞情況的恢復Header資料庫
- MIT6.828 La5 File system, Spawn and ShellMIT
- MIT-6.828-JOS-lab5:File system, Spawn and ShellMIT
- How to copy a datafile from ASM to a file system not using RMANASM
- Google檔案系統(Google File System)論文Go
- java筆記-file類Java筆記
- ERROR 1290:The MySQL server is running with the --secure-file-priv optionErrorMySqlServer
- 記一次ORA-27037: unable to obtain file status錯誤AI
- Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.EnterpException