解決oracle rman報ORA-27054 NFS file system where the file is created or resides is not mounted with cor
Linux環境下,用oracle的rman透過nfs複製資料的時候報告 ORA-27054: NFS file system where the file is created or resides is not mounted with correct options 錯誤,詳細錯誤資訊如下:
[oracle@rac1 admin]$ rman target sys/oracle@prim auxiliary / Recovery Manager: Release 10.2.0.1.0 - Production on Tue Apr 20 23:21:51 2010 Copyright (c) 1982, 2005, Oracle. All rights reserved. connected to target database: DGTEST (DBID=3673368407) connected to auxiliary database: DGTEST (not mounted) RMAN> duplicate target database for standby dorecover; Starting Duplicate Db at 20-APR-10 using target database control file instead of recovery catalog allocated channel: ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: sid=148 instance=dgtest1 devtype=DISK contents of Memory Script: { set until scn 586703; restore clone standby controlfile; sql clone 'alter database mount standby database'; } executing Memory Script executing command: SET until clause Starting restore at 20-APR-10 using channel ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: starting datafile backupset restore channel ORA_AUX_DISK_1: restoring control file channel ORA_AUX_DISK_1: reading from backup piece /u01/rman/07lbkkh4_1_1 ORA-19870: error reading backup piece /u01/rman/07lbkkh4_1_1 ORA-19505: failed to identify file "/u01/rman/07lbkkh4_1_1" ORA-27054: NFS file system where the file is created or resides is not mounted with correct options Additional information: 3 failover to previous backup RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of Duplicate Db command at 04/20/2010 23:22:16 RMAN-03015: error occurred in stored script Memory Script RMAN-06026: some targets not found - aborting restore RMAN-06024: no backup or copy of the control file found to restore RMAN> exit Recovery Manager complete. |
這個問題是由於mount nfs的時候沒有使用正確的引數,解決方法就是用如下方式mount nfs檔案系統。過程如下:
[root@rac1 ~]# umount /u01/rman [root@rac1 ~]# mount -t nfs 192.168.19.219:/u01/rman -o hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3 /u01/rman |
--end--
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1033045/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- remount of /system failed: Read-only file system原因及解決REMAI
- 解決 Error: ENOSPC: System limit for number of file watchers reachedErrorMIT
- 【HDFS】HADOOP DISTRIBUTED FILE SYSTEMHadoop
- Resource is out of sync with the file system
- Eclipse:Resource is out of sync with the file systemEclipse
- 《The Google File System》論文研讀Go
- inplace-abn 報錯解決: ImportError: libcudart.so.9.0: cannot open shared object file: No such file or dirImportErrorDartObject
- gitbook no such file or directory 怎麼解決Git
- 《Google File System》讀書筆記(1)Go筆記
- hdfs file system shell的簡單使用
- MIT 6.S081 Lab File SystemMIT
- Oracle:db file scattered readOracle
- no input file specified 三種解決方法
- linux解決“XXX is not in the sudoers file”錯誤Linux
- macOS 無法sudo建立資料夾返回Read-only file system問題解決Mac
- Oracle ASM Cluster File Systems (ACOracleASM
- oracle 匯入報錯:field in data file exceeds maximum lengthOracle
- win10執行照片應用提示file system -2147219195如何解決Win10
- MIT-6.828-JOS-lab5:File system, Spawn and ShellMIT
- MIT6.828 La5 File system, Spawn and ShellMIT
- 解決The jar file has no source attachment問題JAR
- 解決“/bin/bash^M: bad interpreter: No such file or directory”
- File 物件詳解物件
- MySQL啟動報錯InnoDB: The innodb_system data file './ibdata1' is of a differentMySql
- 解決Chrome外掛安裝時報錯:“Manifest file is missing or unreadable“Chrome
- Oracle 18.3 Resize operation completed for file#Oracle
- 2Gb - File limits in Oracle(轉)MITOracle
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- scp 報錯 not a regular file
- 使用System.IO.File.Create()時注意的問題
- 大資料理論篇HDFS的基石——Google File System大資料Go
- 解決ubuntu系統“XXX is not in the sudoers file”錯誤Ubuntu
- File name too long window和linux排查,解決Linux
- Oracle 12C Database File Mapping for Oracle ASM FilesOracleDatabaseAPPASM
- Oracle啟動報錯:ORA-03113: end-of-file on communication channelOracle
- cat > file << EOF 與 cat > file << -
- ASM叢集檔案系統ACFS(ASM Cluster File System)ASM
- File
- ORA-03113: end-of-file on communication channel 解決方法