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 11gr2修改RAC叢集的scan ip,並處理ORA-12514問題Oracle
- 教你如何處理Nginx禁止ip加埠訪問的問題Nginx
- Centos7 配置靜態ip及問題處理CentOS
- Linux IP地址修改與配置問題Linux
- redis~有序集合處理ip範圍的查詢問題Redis
- Oracle 10g RAC故障處理Oracle 10g
- 【問題處理】升級12c之後,10G密碼版本使用者無法登陸問題密碼
- 學習hadoop01-- 修改IP地址問題Hadoop
- golang json處理問題GolangJSON
- [git] git問題處理Git
- 併發問題處理方式
- Linux 問題處理集錦Linux
- 處理SQLServer errorlog滿問題SQLServerError
- 資料處理--pandas問題
- Ubuntu處理依賴問題Ubuntu
- PHP 開發版本問題處理PHP
- 【故障處理】TNS-04610問題
- JVM問題分析處理手冊JVM
- gc buffer busy acquire問題處理GCUI
- oracle SP2-問題處理Oracle
- 記憶體分配問題處理記憶體
- 如何處理 No DMARC Record Found 問題
- 如何處理HTTP 503故障問題?HTTP
- MySQL:亂碼問題處理流程MySql
- 【問題處理】IPC Send timeout detected
- [20180412]logminer使用問題(10g).txt
- 【linux】修改ip後hadoop只有四個節點的問題LinuxHadoop
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- 二、Git 問題彙總及處理Git
- Redis 快取常見問題處理Redis快取
- Oracle日常問題處理ORA-04031Oracle
- .net異常處理的效能問題
- ORACLE問題處理十個指令碼Oracle指令碼
- repmgr 叢集雙主問題處理
- SpringBoot 2.6.7 處理跨域的問題Spring Boot跨域
- RAC磁碟頭損壞問題處理
- SpringBoot 2.7.0 處理跨域的問題Spring Boot跨域
- 問題:mybatis like 佔位符處理MyBatis
- options 請求跨域問題處理跨域