ORA-27054: NFS 問題處理
由於資料庫伺服器空間不足,無法進行rman備份,在另外一臺aix系統共享空間,mount到資料庫伺服器(solaris10)結果在進行rman備份時候出現如下錯誤:
RMAN> backup current controlfile;
Starting backup at 13-MAR-13
using channel ORA_DISK_1
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
including current control file in backup set
channel ORA_DISK_1: starting piece 1 at 13-MAR-13
channel ORA_DISK_1: finished piece 1 at 13-MAR-13
piece handle=/DMCDBS01/app/oracle/product/11.2.0/db_1/dbs/u7o4ecub_1_1 tag=TAG20130313T162443 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
Finished backup at 13-MAR-13
Starting Control File and SPFILE Autobackup at 13-MAR-13
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 03/13/2013 16:24:53
ORA-19504: failed to create file "/rman/c-2574052798-20130313-02"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 3
處理:
經過查詢是由於不正確的引數選項造成的進行如下處理
# mount -F nfs -o rw,bg,noac,rsize=32768,wsize=32768,hard,actimeo=0,nointr,vers=3,timeo=600 10.217.109.60:/rman /rman
經過備份驗證正常。
也可以:
修改 /etc/vfstab 解決:
例:
192.168.1.3:/export/nfs1 - /orabak nfs 2 yes rw,bg,noac,rsize=32768,wsize=32768,hard,actimeo=0,nointr,vers=4,timeo=600
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-756075/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- golang json處理問題GolangJSON
- [git] git問題處理Git
- 併發問題處理方式
- Linux 問題處理集錦Linux
- 處理SQLServer errorlog滿問題SQLServerError
- 資料處理--pandas問題
- Ubuntu處理依賴問題Ubuntu
- PHP 開發版本問題處理PHP
- 【故障處理】TNS-04610問題
- JVM問題分析處理手冊JVM
- gc buffer busy acquire問題處理GCUI
- oracle SP2-問題處理Oracle
- 記憶體分配問題處理記憶體
- 如何處理 No DMARC Record Found 問題
- 如何處理HTTP 503故障問題?HTTP
- MySQL:亂碼問題處理流程MySql
- 【問題處理】IPC Send timeout detected
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- 二、Git 問題彙總及處理Git
- Redis 快取常見問題處理Redis快取
- Oracle日常問題處理ORA-04031Oracle
- .net異常處理的效能問題
- ORACLE問題處理十個指令碼Oracle指令碼
- repmgr 叢集雙主問題處理
- SpringBoot 2.6.7 處理跨域的問題Spring Boot跨域
- RAC磁碟頭損壞問題處理
- SpringBoot 2.7.0 處理跨域的問題Spring Boot跨域
- 問題:mybatis like 佔位符處理MyBatis
- options 請求跨域問題處理跨域
- 【Weblogic】java.lang.UnsupportedClassVersionError問題處理方案WebJavaError
- 三、實戰系列問題處理集中營
- 瀏覽器相容問題處理總結瀏覽器
- 處理分頁的result型別問題型別
- linux處理oracle問題常用命令LinuxOracle
- 【Linux】curl: (35) SSL connect error問題處理LinuxError
- 大資料處理需留意哪些問題大資料
- linux swap掛載失敗問題處理Linux
- 【問題處理】ORA-01157 ORA-01110
- sqlldr標準輸出未處理導致批處理掛起問題SQL