oracle 10g rac 私網沒設定資料庫日誌告警解決方法
今天幫個網友看資料庫效能問題,在檢查資料庫日誌中,發現在啟動時報以下錯誤資訊 提示私網沒設定:
WARNING: No cluster interconnect has been specified. Depending on
the communication driver configured Oracle cluster traffic
may be directed to the public interface of this machine.
Oracle recommends that RAC clustered databases be configured
with a private interconnect for enhanced security and
performance.
然後朋友透過oifcfg getif命令檢查,沒有私網返回值,以下為metalink 設定私網解決步驟,供參考:
To specify the interconnect information in the OCR:
1) Identify the correct hostname for the private interface. This was given during the install; it is usually something like "hostname-priv". If you are not sure, look in $CRS_HOME/install/params.crs .
2) Go to /etc/hosts and identify the IP address associated with the hostnames for the private
interfaces.
For example:
...
192.168.0.1 hostname1-priv
192.168.0.2 hostname2-priv
...
3) Run "ifconfig -a" and find the name of the interface (NIC) that has that ip address on it, and
the netmask.
For example:
...
cip0: flags=10080c1
inet 192.168.0.2 netmask ffffff00
...
In the example, interface name is cip0 and netmask is ffffff00.
* It should be the same interface name on both nodes.
* Your netmask will most likely be ffffff00, a.k.a. 255.255.255.0, in which case your subnet will be the first 3 sets of digits. eg. 192.168.0.0 in the example case.
If your netmask is NOT ffffff00, then your subnet may be something else than the first 3 sets of digits. You can calculate this using an IP calculator, or, more easily, you can find out what your subnet is by using oifcfg. "oifcfg iflist" calculates the subnet for you.
In the following example, interface fjqe0 has a netmask of 255.255.255.224, aka ffffffe0 :
...
fjqe0: flags=1000843
inet 10.141.154.41 netmask ffffffe0 broadcast 10.141.155.255
...
The netmask, 255.255.255.224, is more restrictive than 255.255.255.0. We can use oifcfg to find out what the subnet is:
fjqe0 10.141.154.32 PRIVATE 255.255.255.224
...
oifcfg iflist shows "10.141.154.32". This is the subnet for fjqe0.
4) Once you have determined the interface and the subnet, run oifcfg setif, as the Unix user who owns the CRS software. The syntax is:
$ORA_CRS_HOME/bin/oifcfg setif -global
For example, to use interface cip0 from the first example above, which has a subnet of 192.168.0.0 :
To use interface fjqe0 from the second example above, which has a subnet of 10.141.154.32:
Note that you do not use the ip address of the interface (this varies from node to node), but the name and the subnet of the interface (this should be the same for all nodes).
5) The new setting will take effect on each instance the next time you restart that instance.
All instances should use the same interface for cluster communications, so it is best to restart all the instances once you have made this change.
If you are using ASM, you should restart the ASM instances at the same time, since ASM instances also use the cluster interconnect for RAC communications.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-673795/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 10g RAC 網路設定Oracle 10g
- RAC的告警日誌檔案
- 資料庫日誌中Immediate Kill Session錯誤解決方法資料庫Session
- 【聽海日誌】之Oracle 10g閃回資料庫Oracle 10g資料庫
- 如何開關資料庫告警日誌及修改日誌級別資料庫
- 解決Oracle資料庫日誌檔案丟失恢復問題Oracle資料庫
- oracle資料庫mmnl日誌很大Oracle資料庫
- 日誌和告警資料探勘經驗談
- Oracle告警日誌ora-04030Oracle
- oracle12告警日誌檔案?Oracle
- 使用外部表管理Oracle 告警日誌Oracle
- Oracle 例項和RAC叢集下資料庫日誌目錄合集Oracle資料庫
- rac日誌收集方法
- oracle 10g rac叢集log日誌存放路徑Oracle 10g
- 瀚高資料庫日誌挖掘方法資料庫
- oracle資料庫設定Oracle資料庫
- Oracle資料庫的歸檔日誌寫滿磁碟空間解決辦法Oracle資料庫
- oracle 10g rac 撥公網網線和私網網線物理測試Oracle 10g
- Zabbix如何監控Oracle的告警日誌Oracle
- 清理資料庫監聽日誌最好方法資料庫
- oracle 10g rac資料庫不能自動啟動Oracle 10g資料庫
- 分析Oracle資料庫日誌檔案(1)Oracle資料庫
- 分析Oracle資料庫日誌檔案(2)Oracle資料庫
- 分析Oracle資料庫日誌檔案(3)Oracle資料庫
- SecureCRT設定自動日誌方法Securecrt
- 資料庫日誌不斷報undo segment onlined的建議解決方法資料庫
- oracle 監聽日誌停止寫入的解決方法Oracle
- oracle 9i、10g、11g資料庫設定listener密碼的方法Oracle資料庫密碼
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- 【ELK】elastalert 日誌告警AST
- 告警日誌介紹
- Oracle之備份和清理監聽日誌、告警日誌指令碼Oracle指令碼
- oralce資料庫日誌檢視方法(整理轉載自網路)資料庫
- Oracle 11g 中告警日誌的位置Oracle
- ORACLE 告警日誌alert過大的處理Oracle
- Oracle 10g RAC 修改心跳為繫結網路卡(設定冗餘)Oracle 10g
- ORACLE RAC資料庫中的初始化引數的設定Oracle資料庫
- IIS 日誌匯入到資料庫的方法資料庫