RAC中如何更改對外網卡和內部互連網卡的IP及VIP

來源:互聯網
上載者:User
在RAC環境中,有時候由於需要會更改網卡或IP地址,這邊簡單記錄一下操作步驟(參考metalink文檔:283684.1)。1、查看當前PUBLIC網卡和PRIVATE網卡的配置:test1:/home/oracle>$oifcfg getif
eth1  10.0.100.0  global  cluster_interconnect
eth0  172.19.20.0  global  public2、更改PUBLIC網卡或者IP:比如我們需要將PUBLIC網卡從eth0改為bond0,IP地址由172.19.20.0 改為172.13.20.0 。那麼首先必須用oifcfg delif 命令刪除原先的PUBLIC網卡設定,然後再用oifcfg setif 命令更改網卡及IP配置,這步只要在任意一個節點執行就可以了。(注意:在更改PUBLIC或者PRIVATE網卡及IP之前都需要將RAC中的資源停止,可以使用crs_stop -all來停止)test1:/home/oracle>$oifcfg delif -global eth0 test1:/home/oracle>$oifcfg setif -global bond0/172.13.20.0:public再查看可以看到PUBLIC網卡及IP都更改過來了:test1:/home/oracle>$oifcfg getif
eth1     10.0.100.0  global  cluster_interconnect
bond0  172.19.20.0  global  public3、更改PRIVATE網卡或者IP:這一步和更改PUBLIC網卡大同小異,比如說我們需要將PRIVATE網卡從eth1改為ib1:test1:/home/oracle>$oifcfg delif -global eth1 test1:/home/oracle>$oifcfg setif -global ib1/172.13.20.0:cluster_interconnect4、更改VIP配置:更改PUBLIC網卡後,那麼RAC各個節點的VIP必須重新設定,以便CRS知道VIP對應PUBLIC網卡名稱的變更:test1:/home/oracle>$srvctl modify nodeapps -n test1 -A 172.13.20.1/255.255.255.0/bond0這樣執行完以後,整個更改便完成了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.