How to Change IP and VIP in Oracle Clusterware(一)-概念篇
一、目的
how to change or update the cluster_interconnect and/or public interface IP information that is stored in the OCR
二、定義
public:IP
cluster_interconnec: cache fusion traffic
oifcfg:Oracle Interface Configuration Assistant
三、修改public ip
a. Use the getif option to show the currently configured interfaces
% $ORA_CRS_HOME/bin/oifcfg getif
b. Delete the interface
% $ORA_CRS_HOME/bin/oifcfg delif -global eth0
c. Add the interface
% $ORA_CRS_HOME/bin/oifcfg setif –global eth0/10.2.166.0:public
d. The same step could be use for the private interface
% $ORA_CRS_HOME/bin/oifcfg delif –global eth1
% $ORA_CRS_HOME/bin/oifcfg setif –global eth1/192.168.1.0:cluster_interconnect
四、修改vip
(note: Stop database instances,stop the ASM instance ,stop the nodeapps )
a. Verifying Current VIP configuration
srvctl config nodeapps -n
b. Syntax for modifying nodeapps
$ srvctl modify nodeapps -n node1 -A 192.168.2.125/255.255.255.0/eth0
參考文獻:
1. How to Change Interconnect/Public Interface IP or Subnet in Oracle Clusterware [ID 283684.1]
2. Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node
[ID 276434.1]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9252210/viewspace-630879/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE RAC clusterwareOracle
- Oracle RAC修改public, VIP, SCAN IPOracle
- How to change the background color for PyCharmPyCharm
- Oracle 21C Clusterware Technology StackOracle
- Split Brain in Oracle Clusterware and Real Application ClusterAIOracleAPP
- 一篇帶你瞭解TCP/IP 概念TCP
- Oracle 12. 2 RAC public IP與vip 互換方法Oracle
- parameter hj8828vip installed Oracle h518vip onOracleH5
- 【ASK_ORACLE】Row Cache Enqueue鎖之概念篇OracleENQ
- How Oracle Store Number internal(zt)Oracle
- rac 新增第二public ip 和 vip
- 11g RAC 修改PUBLIC-IP、VIP、PRIV-IP、SCAN-IP
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- oracle一些易混淆的概念Oracle
- Oracle redo解析之-3、常見change分析Oracle Redo
- 【RAC】Oracle rac 如何修改公網及vipOracle
- Oracle RAC Cache Fusion 系列一:基礎概念Oracle
- How To Deal With Split Brain In Oracle 19c RacAIOracle
- IP地址的概念及IP子網劃分
- TCP/IP 基本概念 (二)TCP
- 「Oracle」Oracle 資料庫基本概念Oracle資料庫
- 「Oracle」Oracle資料庫基本概念Oracle資料庫
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- 【ASK_ORACLE】Library Cache概念篇(二)之Library Cache Pin的定義Oracle
- 【TUNE_ORACLE】Oracle檢查點(一)檢查點(Checkpoint)概念介紹Oracle
- 【TUNE_ORACLE】Oracle資料庫與HugePages(一)HugePages概念和優勢Oracle資料庫
- 【TUNE_ORACLE】Oracle Hint之概念與用法Oracle
- 如何跟蹤11g vip及SCN IP的輸出
- [20221222]How to Enable and Disable Database Options in oracle 11g.txtDatabaseOracle
- How To Deal With Split Brain In Oracle 19c Rac-202203AIOracle
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- Oracle RAC修改Scan IP,Public IP的方法Oracle
- sqlserver Change Data Capture&Change TrackingSQLServerAPT
- 1 Oracle Data Guard Broker 概念Oracle
- Oracle RAC ASM磁碟組擴容時遇到的VIP漂移OracleASM
- 理解Oracle WebLogic伺服器的關鍵概念(一)XBOracleWeb伺服器
- 科普 | 資料安全與網路安全(一)概念篇
- How React Works (一)首次渲染React
- TCP/IP協議族基本概念TCP協議