AIX平台下Oracle数据备份过程中遇BUG_ORA-27054 NFS file system

在数据备份过程中,由于目标是使用NFS文件系统,因此在导入的时候遇到了BUG,报错如下:
 
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/exp/bak/expdp_01.dmp"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 6

通过查询metalink id :387700.1
 
文档上说可能的问题有以下几种:
a) The mount table (eg; /etc/mnttab) can be read to check the mount options
b) The NFS mount is mounted with the "hard" option
c) The mount options include rsize>=32768 and wsize>=32768
d) For RAC environments, where NFS disks are supported, the "noac" mount option is used.
 
文档上指出通过设置event 10298事件可以避免,不过设置event 10298需要重启数据库生效,目前为生产环境,这方法不能用。
 
通过调整上述的参数,hard,rsize,wsize都不能解决。
 
最后检查NFS的配置,发现客户端的/etc/filesystems中未加入mount nfs文件系统的条目
 
增加以下条目后,重新mount,解决。
 
vi /etc/filesystems
/back:
        dev             = /back/epicard
        vfs             = nfs
        nodename        = 10.60.0.45
        mount           = true
        options         = rw,bg,hard,intr,proto=tcp,vers=3,rsize=65536,wsize=65536,timeo=600
        account         = false
 
umount /back
mount /back



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值