標籤:
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 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)
著作權聲明:本文為博主原創文章,未經博主允許不得轉載。
RHEL6.5上Oracle ACFS與Linux samba一起使用時遇到的bug