oracle RAC修改私人IB網卡協議為RDS協議

來源:互聯網
上載者:User

標籤:oracle   infiniband   rds   

 

按照oraclesupport網上步驟,對步驟進一步細化,環境是rhel6.2-64  oracle11.2.0.3

1,  首先安裝IB網卡及驅動,並使用命令查看安裝好的網卡:

[[email protected] bin]# ifconfig -a

 

ib0 Link encap:InfiniBand HWaddrA0:00:01:00:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 

         inet addr:192.168.12.65  Bcast:192.168.12.255  Mask:255.255.255.0

         inet6 addr: fe80::f652:1403:86:3ae1/64 Scope:Link

         UP BROADCAST RUNNING MULTICAST MTU:2044  Metric:1

         RX packets:185019 errors:0 dropped:0 overruns:0 frame:0

         TX packets:232627 errors:0 dropped:6 overruns:0 carrier:0

         collisions:0 txqueuelen:1024

         RX bytes:117911220 (112.4 MiB)  TXbytes:324758674 (309.7 MiB)

 

2,  如果使用RDS協議,需要修改所有節點的linux核心參數:

net.core.rmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_default=262144
net.core.wmem_max=2097152

 

3,infiniband網卡預設是ipoib協議,如果使用RDS協議,在所有節點進行修改/etc/infiniband/openib.conf檔案內容,添加RDS_LOAD=yes,或者已經有此參數為no時,修改為yes,並修改ipoib相關參數為no。

 

# Load IPoIB

IPOIB_LOAD=no

 

# Enable IPoIB Connected Mode

SET_IPOIB_CM=no

 

# Load SRP module

SRP_LOAD=no

 

RDS_LOAD=yes

 

# Load ISER module

ISER_LOAD=no

 

4,  確認IB網卡的ip地址在/etc/hosts檔案,並確認此網卡在RAC的私人網路中

 

[[email protected] bin]# cat /etc/hosts

127.0.0.1  localhost localhost.localdomain localhost4 localhost4.localdomain4

::1        localhost localhost.localdomain localhost6 localhost6.localdomain6

#node1

#public

192.168.200.62             nari62

192.168.200.65             nari65

#priv

192.168.12.62        nari62-priv

192.168.12.65        nari65-priv

#vip

192.168.200.32             nari62-vip

192.168.200.35             nari65-vip

#scan_ip

192.168.200.33             racscan

 

[[email protected] ~]$ oifcfg getif

eth0 192.168.200.0  global  public

ib0 192.168.12.0  global  cluster_interconnect

5,  如果原來是使用ipoib協議,需要關閉所有節點oracle服務。

[[email protected] bin]# ./crsctl stop crs

6,  確認服務關閉後,使用oracle使用者在所有節點進行relink。

[[email protected]~]$ cd $ORACLE_HOME/rdbms/lib

[[email protected]~]$ make -f ins_rdbms.mk ipc_rdsioracle

 

7,  relink後,使用root再次啟動所有節點的oracle服務。

 

[[email protected] bin]# ./crsctl start crs

 

查看alert-log檔案可以看到已經為rds協議:

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M00/51/2B/wKioL1Ri_LrCElOVAAGHW2TKMiA559.jpg" title="ddd.jpg" alt="wKioL1Ri_LrCElOVAAGHW2TKMiA559.jpg" />

 


本文出自 “躍躍之鳥” 部落格,請務必保留此出處http://jxplpp.blog.51cto.com/4455043/1575681

oracle RAC修改私人IB網卡協議為RDS協議

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.