码迷,mamicode.com
首页 > 其他好文 > 详细

rac环境修改除vip外的其他ip地址方法

时间:2017-11-10 15:11:01      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:set   集群   tab   信息   bind   ip地址   srvctl   blog   crs   

官方参考文档(metalink):
如何修改集群的公网信息(包括 VIP) (文档 ID 1674442.1)

同事在测试环境测试通过,使用如下方法。
如果有疑问,请参照上述文档,写的很详细。
1、停止相关的服务
[oracle@rac1 ~]$ srvctl stop database -d hiatmpdb -o immediate
[oracle@rac1 ~]$ srvctl stop instance -d hiatmpdb -n rac1
[oracle@rac1 ~]$ srvctl stop instance -d hiatmpdb -n rac2
[oracle@rac1 ~]$ srvctl stop vip -n rac1 -f
[oracle@rac1 ~]$ srvctl stop vip -n rac2 -f
oracle@rac1 ~]$ srvctl stop nodeapps -f -n rac2
oracle@rac1 ~]$ srvctl stop nodeapps -f -n rac1


[oracle@rac1 ~]$ srvctl stop listener
[oracle@rac2 ~]$ srvctl stop listener
[oracle@rac1 ~]$ srvctl stop scan_listener
[oracle@rac1 ~]$ srvctl stop scan
[oracle@rac2 ~]$ srvctl stop scan_listener
[oracle@rac2 ~]$ srvctl stop scan


2、修改hosts文件,并修改ip地址(物理地址,修改完地址以后要禁用网卡,再启用才能生效)
修改/etc/hosts
修改网卡信息并重启网卡


3、改ip地址
路径为:/u01/app/11.2.0/grid/product/db_1/bin
用root执行  验证vip
./srvctl config nodeapps -a


下面两行,第一行是原来的,第二行是新的
./oifcfg delif -global eth0/10.2.156.0 
./oifcfg setif -global eth0/192.168.56.0:public


4、改VIP地址
./crs_stat -t
$ ./srvctl stop instance -d hiatmpdb -n rac1
$ ./srvctl stop instance -d hiatmpdb -n rac2
$ ./srvctl stop vip -n rac1 -f
$ ./srvctl stop vip -n rac2 -f




在一个节点上执行



下面此处的ip为新的
./srvctl modify nodeapps -n rac1 -A 192.168.56.103/255.255.255.0/eth0
./srvctl modify nodeapps -n rac2 -A 192.168.56.104/255.255.255.0/eth0
5、改scanip地址
./srvctl config scan
./srvctl stop scan_listener
./srvctl stop scan
./srvctl modify scan -n 192.168.56.107 
./srvctl config scan
./srvctl start scan
./srvctl start scan_listener
./srvctl modify scan_listener -u




6. 验证改变
./srvctl config nodeapps -a


7. 启动 nodeapps 和其它资源
./srvctl start vip -n rac1
./srvctl start listener -n rac1
./srvctl start instance -d hiatmpdb -n rac1


./srvctl start vip -n rac2
./srvctl start listener -n rac2
./srvctl start instance -d hiatmpdb -n rac2

做完上述修改后注意查看local_listener参数,需要修改成新的
 
 

rac环境修改除vip外的其他ip地址方法

标签:set   集群   tab   信息   bind   ip地址   srvctl   blog   crs   

原文地址:http://www.cnblogs.com/Clark-cloud-database/p/7814152.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!