OracleAS 10g 修改IP問題處理
If you need to assign a new IP address to the server(s) hosting OracleAS (for example, when moving the server(s) to another network segment), there are a few things to keep in mind:
* Read the Oracle Application Server 10g Online Documentation()
* If you're running OracleAS version 10.1.2.3 on Linux, then apply patch 7000666() to the Oracle homes you are going to reconfigure (e.g. Middle-Tier and Infrastructure)
* Disable automatic restart of processes, in case you need to restart the OS
* If the Infrastructure and Middle-Tier are hosted on separate servers, you first reconfigure the Middle-Tier and then the Infrastructure
* If the Infrastructure and Middle-Tier are hosted on the same server, you need to reconfigure the Infrastructure before you reconfigure the Middle-Tier
* The database does not need any reconfiguring[@more@]In short, these are the steps to reconfigure an OracleAS home:
1. If it's an Infrastructure home, then shut down all associated Middle-Tier homes
2. If it's a Middle-Tier home, then ensure that the associated OID is running
3. Set environment variable ORACLE_HOME
4. Shut down all processes
5. Change IP Address
6. If it's an Infrastructure home, then start OID
7. Set parameter java.util.logging.ConsoleHandler.level to CONFIG in file $ORACLE_HOME/chgip/config/chgip.log.properties
8. Run $ORACLE_HOME/chgip/scripts/chgiphost.sh with either "-infra", "-idm", or "-mid" as parameter, depending on installation type
9. Check log: $ORACLE_HOME/chgip/log/chgip0.log
WebSite Help:
* Read the Oracle Application Server 10g Online Documentation()
* If you're running OracleAS version 10.1.2.3 on Linux, then apply patch 7000666() to the Oracle homes you are going to reconfigure (e.g. Middle-Tier and Infrastructure)
* Disable automatic restart of processes, in case you need to restart the OS
* If the Infrastructure and Middle-Tier are hosted on separate servers, you first reconfigure the Middle-Tier and then the Infrastructure
* If the Infrastructure and Middle-Tier are hosted on the same server, you need to reconfigure the Infrastructure before you reconfigure the Middle-Tier
* The database does not need any reconfiguring[@more@]In short, these are the steps to reconfigure an OracleAS home:
1. If it's an Infrastructure home, then shut down all associated Middle-Tier homes
2. If it's a Middle-Tier home, then ensure that the associated OID is running
3. Set environment variable ORACLE_HOME
4. Shut down all processes
5. Change IP Address
6. If it's an Infrastructure home, then start OID
7. Set parameter java.util.logging.ConsoleHandler.level to CONFIG in file $ORACLE_HOME/chgip/config/chgip.log.properties
8. Run $ORACLE_HOME/chgip/scripts/chgiphost.sh with either "-infra", "-idm", or "-mid" as parameter, depending on installation type
9. Check log: $ORACLE_HOME/chgip/log/chgip0.log
WebSite Help:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/678020/viewspace-1043349/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle rac修改ip的處理辦法Oracle
- 教你如何處理Nginx禁止ip加埠訪問的問題Nginx
- Centos7 配置靜態ip及問題處理CentOS
- 懶人的小技巧, 批處理修改IP
- 批處理 自動修改 IP 地址(轉載)
- oracle 10g crs啟動不成功問題處理Oracle 10g
- Linux IP地址修改與配置問題Linux
- Oracle 11gr2修改RAC叢集的scan ip,並處理ORA-12514問題Oracle
- 處理問題的方法
- perl中文處理問題
- 漢字處理問題?
- xml處理的問題XML
- 貨品問題處理
- [git] git問題處理Git
- 學習hadoop01-- 修改IP地址問題Hadoop
- IP地址修改後,DNS解析引發的問題DNS
- oracle 10g cluster rac vip始終在節點2的問題處理Oracle 10g
- golang json處理問題GolangJSON
- 併發問題處理方式
- ASMCMD處理問題一則ASM
- mysql的處理能力問題MySql
- RMAN處理split block問題BloC
- mysql問題處理兩則MySql
- Oracle啟動問題處理Oracle
- mysql 問題處理二則MySql
- Oracle壞塊問題處理Oracle
- 資料處理--pandas問題
- 10g修改歸檔日誌路徑的問題
- 10g資料庫例項使用11g asm錯誤問題處理資料庫ASM
- 網路問題導致10g CRS監聽服務offline 處理
- oracle 10g crs 10.2.0.3 升級到10.2.04不成功問題處理Oracle 10g
- 如何處理 No DMARC Record Found 問題
- PHP 開發版本問題處理PHP
- MySQL:亂碼問題處理流程MySql
- JVM問題分析處理手冊JVM
- Linux 問題處理集錦Linux
- 處理SQLServer errorlog滿問題SQLServerError
- 如何處理HTTP 503故障問題?HTTP