Oracle 10g amend the VIP address
1, to stop all services
Crs_stop-all
2, root user landing
According to the original implementation of the environmental needs of the command, set the environment variable (If you do not pay attention to implementation of the root, it is necessary to error PRKO-2117: This command should be executed as the system privilege user.): Export ORACLE_BASE = / u01/app/oracle
export ORACLE_HOME = $ ORACLE_BASE/product/10.2.0/rac_db
export ORA_CRS_HOME = $ ORACLE_BASE/product/10.2.0/crs
Export ORACLE_SID = orcl1
Export NLS_LANG = AMERICAN_AMERICA.us7ascii
export NLS_DATE_FORMAT = “YYYY-MM-DD HH24: MI: SS”
export PATH =.:${ PATH): $ HOME / bin: $ ORACLE_HOME / bin: $ ORA_CRS_HOME / bin
srvctl modify nodeapps-n xxx1-A 192.168.100.30/255.255.255.0
Ifconfig eth0: 1 192.168.100.30
3, according to the need to amend / etc / hosts file, and / u01/app/oracle/product/10.2.0/rac_db/network/admin directory under the file if you do not need to use the machines were modified.
4, converted to oracle user: srvctl start nodeapps-n xxx1
Srvctl start asm-n xxx1
Srvctl start instance-d orcl-i orcl1
5, the test OK!

Leave a Reply