RHEL6.5上Oracle ACFS与Linux samba一起使用时遇到的bug

RHEL上的Oracle ACFS与linux samba一起使用时遇到的bug

一、环境介绍:
cat /etc/issue的结果为:

Red Hat Enterprise Linux Server release 6.5 (Santiago)
Kernel 
 on an m


GI的具体patch信息:只安装了GI的11.2.0.4版本号。没有打不论什么的GI psu。没有打不论什么的GI patch


二、问题说明:
这是一套rhel6.5的rac,使用的是Oracle GI集群软件,使用了acfs。acfs做了rhel6.5的文件系统(挂载点为/xxx,例如以下),


expdp 出dmp文件到该/xxx挂载点中。同一时候。/xxx挂载点被设置为samba共享,共享给windows主机(下面简称为windows sambaclient),
应用程序软件会在此windows sambaclient上对该/xxx文件系统中的dmp进行一系列的处理(zip等等)。

在使用的过程中发现例如以下问题:
在windows sambaclient上訪问(訪问方法是在windows的開始-执行中敲入:\rac的vip共享名称)该共享的空间时,很慢。

我搜索了mos,看到例如以下一篇文章:以“ACFS on 11.2.0.4 and samba”为搜索keyword在mos搜索。
在“社区搜索结果”中有这么一篇文章:ACFS on 11.2.0.4 and samba (社区论坛 ID 3574416)
后来提交了一个sr(SR 3-11146797451),经过大连gcsproject师的分析确认:该现象是11.2.0.4版本号的GI的bug,须要打一个补丁解决
该补丁为:Patch 17696547

事实上。该补丁也不是那么好打。中间还有点曲折。。

。因为是同事打的补丁,当中的细节我不太清楚。仅仅是听说不太顺利。

另注意:

一、
ACFS不是在全部的os上都支持,实施前请參考ACFS Support On OS Platforms (Certification Matrix). (文档 ID 1369107.1) 。在该文章中,就没有提到hp-ux,看来hp-ux下是不支持acfs了。

二、
关于acfs的mos文章:
ODAVP: How to export ACFS using Samba-CIFS and mount it on local guest VM (文档 ID 1968929.1)
ASM/ACFS 11.2/12.1: How To Create “A CRS Managed" ACFS FileSystem On a Cluster RAC Configuration Through the ASMCA Assistance Or Command-Line (文档 ID 1484221.1)
ASM/ACFS 11.2: How To Create A General Purpose ACFS Filesystem (Registry Managed) On RAC Through the ASMCA Assistance. (文档 ID 1524195.1)
ACFS Support On OS Platforms (Certification Matrix). (文档 ID 1369107.1)
How to setup ACFS Replication (文档 ID 1210473.1)
Data Pump Export Hangs When Backing Up To An ACFS Filesystem (文档 ID 1437997.1)
EXPDP Is Very Slow While Using ACFS File System Storage For Export Dump (文档 ID 1683002.1)
Example About How To Perform An EXPDP (Export Data Pump) on ACFS. (文档 ID 1437402.1)

原文地址:https://www.cnblogs.com/yfceshi/p/7135857.html