【oifcfg】使用Oracle介面配置工具(oifcfg)調整RAC公用和私有互聯IP子網配置
如果Oracle RAC資料庫的公用網路和私有網際網路絡的IP子網或IP地址不正確時,可以使用Oracle提供的介面配置工具oifcfg進行調整。這樣的修改方法可以達到更新OCR資訊的目的。
1.使用oifcfg的getif選項可以獲取當前網路的配置資訊
RACDB1@rac1 /home/oracle$ oifcfg getif
eth0 135.4.1.0 global public
eth1 192.168.0.0 global cluster_interconnect
此處列出來的資訊是不正確的,需要做調整。
2.使用oifcfg的delif選項可以刪除與公共網路對應的資訊
RACDB1@rac1 /home/oracle$ oifcfg delif -global eth0
3.使用oifcfg的setif選項給出正確的公共網路資訊
RACDB1@rac1 /home/oracle$ oifcfg setif -global eth0/192.168.1.0:public
4.對私有網際網路絡做同樣的設定
RACDB1@rac1 /home/oracle$ oifcfg delif -global eth1
oifcfg setif -global eth1/192.168.2.0:cluster_interconnect
5.確認網路資訊是否調整正確
RACDB1@rac1 /home/oracle$ oifcfg getif
eth0 192.168.1.0 global public
eth1 192.168.2.0 global cluster_interconnect
6.小結
在RAC安裝部署或日常維護過程中,當網路環境出現問題或需要調整時,可以使用oifcfg這個工具對Oracle環境中特有的網路資訊進行調整。
注:oifcfg命令位於$ORA_CRS_HOME/bin目錄下。
Good luck.
secooler
10.11.15
-- The End --
1.使用oifcfg的getif選項可以獲取當前網路的配置資訊
RACDB1@rac1 /home/oracle$ oifcfg getif
eth0 135.4.1.0 global public
eth1 192.168.0.0 global cluster_interconnect
此處列出來的資訊是不正確的,需要做調整。
2.使用oifcfg的delif選項可以刪除與公共網路對應的資訊
RACDB1@rac1 /home/oracle$ oifcfg delif -global eth0
3.使用oifcfg的setif選項給出正確的公共網路資訊
RACDB1@rac1 /home/oracle$ oifcfg setif -global eth0/192.168.1.0:public
4.對私有網際網路絡做同樣的設定
RACDB1@rac1 /home/oracle$ oifcfg delif -global eth1
oifcfg setif -global eth1/192.168.2.0:cluster_interconnect
5.確認網路資訊是否調整正確
RACDB1@rac1 /home/oracle$ oifcfg getif
eth0 192.168.1.0 global public
eth1 192.168.2.0 global cluster_interconnect
6.小結
在RAC安裝部署或日常維護過程中,當網路環境出現問題或需要調整時,可以使用oifcfg這個工具對Oracle環境中特有的網路資訊進行調整。
注:oifcfg命令位於$ORA_CRS_HOME/bin目錄下。
Good luck.
secooler
10.11.15
-- The End --
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/519536/viewspace-678398/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- (轉)【oifcfg】使用Oracle介面配置工具(oifcfg)調整RAC公用和私有互聯IP子網配置Oracle
- 【RAC】OIFCFG 工具的使用
- 更改oracle叢集中的的公用/互聯IP子網配置Oracle
- OIFCFG命令
- GI的oifcfg命令
- oracle rac基礎 oifcfg ocrconfig(轉自xyy@163)Oracle
- oracle grid oifcfg iflist 與 getif的區別Oracle
- 調整網路配置SDU
- Oracle ClusterwarePRCT-1011 : Failed to run "oifcfg".&nbOracleAI
- IP子網劃分概念:IP地址,子網和閘道器配置——VecloudCloud
- 安裝Oracle 11G RAC 遇到的2個問題——Failed to run "oifcfg" 和 找不到叢集節點OracleAI
- 為ORACLE RAC GUARD配置網路——RAC GUARD概念和管理Oracle
- Oracle RAC 的監控和調整 (zt)Oracle
- 【RAC】因虛擬機器配置檔案調整不完整導致RAC無法使用虛擬機
- 11gR2 RAC環境下私網網路卡更名後如何調整GI配置
- ORACLE RAC SGA引數調整Oracle
- 記憶體的配置和使用——效能調整手冊和參考記憶體
- Oracle 11g RAC SCAN ip的原理及配置Oracle
- LINUX的遠端圖形介面VNC配置以及調整LinuxVNC
- Linux CentOS 配置靜態 ip 和 解決 配置後無法聯網的問題LinuxCentOS
- ORACLE RAC+DG調整redo大小Oracle
- ORACLE RAC GUARD配置引數——RAC GUARD概念和管理Oracle
- Oracle 9i RAC 互聯效能Oracle
- 【Services】Oracle 11g RAC使用Manual和Policy Managed方法配置和使用ServicesOracle
- 3 安裝配置oracle叢集和RACOracle
- ORACLE RAC叢集配置管理工具-SRVCTLOracle
- Oracle RAC聯網元件Oracle元件
- Oracle Linux 7.1 增加網路卡及IP配置OracleLinux
- 恢復linux網路介面並配置靜態ipLinux
- 10g RAC UDP私有網路的調優UDP
- RAC Private Network - UDP私有網路的調優UDP
- 有關Oracle RAC私有網路使用Jumbo Frames的問題Oracle
- oracle RAC手動配置互信Oracle
- Oracle RAC+DG 調整redo/standby log fileOracle
- PRCT-1011 : Failed to run "oifcfg" (Doc ID 1380183.1)AI
- Oracle RAC修改網路配置知識點彙總Oracle
- RAC網路配置資訊操作
- Wireguard 全互聯模式(full mesh)配置指南模式