天天看點

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

RHEL上的Oracle ACFS與linux samba一起使用時遇到的bug

一、環境介紹:

cat /etc/issue的結果為:

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 samba用戶端),

應用程式軟體會在此windows samba用戶端上對該/xxx檔案系統中的dmp進行一系列的處理(zip等等)。

在使用的過程中發現如下問題:

在windows samba用戶端上通路(通路方法是在windows的開始-運作中敲入:\\rac的vip\共享名稱)該共享的空間時,非常慢。

我搜尋了mos,看到如下一篇文章:以“ACFS on 11.2.0.4 and samba”為搜尋關鍵字在mos搜尋,

在“社群搜尋結果”中有這麼一篇文章:ACFS on 11.2.0.4 and samba (社群論壇 ID 3574416)

後來送出了一個sr(SR 3-11146797451),經過大連gcs工程師的分析确認:該現象是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)

繼續閱讀