解决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/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/22049049/viewspace-1033045/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值