標籤:oca 空間 forms clu sys name mod filesyste 掛載
RHEL上的Oracle ACFS與linux samba一起使用時遇到的bug
一、環境介紹:
cat /etc/issue的結果為:
Red Hat Enterprise Linux Server release 6.5 (Santiago)Kernel \r 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)
RHEL6.5上Oracle ACFS與Linux samba一起使用時遇到的bug