建站优化易下拉系统,wordpress评论邮件回复插件,网站建设 报告,软件开发需要什么学历客户需求将才搭建的oracle 19.19数据库从192.168.168.0网段调整到192.168.213网段
1.停止两个节点集群
停止之前最好ocrdump一下#xff0c;防止有问题
crsctl stop crs 2.修改public ip地址和/etc/hosts 3. 启动crs
这时集群可以启动#xff0c;但是上面的一些资源启动会…客户需求将才搭建的oracle 19.19数据库从192.168.168.0网段调整到192.168.213网段
1.停止两个节点集群
停止之前最好ocrdump一下防止有问题
crsctl stop crs 2.修改public ip地址和/etc/hosts 3. 启动crs
这时集群可以启动但是上面的一些资源启动会有报错可以不管
用crsctl stat res -t 可以看到集群启动信息 4.删除以前public网段添加新的public网段
[roothihisdb1 ~]# oifcfg getif
bond0 192.168.168.0 global public
ens19f0 11.11.11.0 global cluster_interconnect,asm
ens19f1 12.12.12.0 global cluster_interconnect,asm
[roothihisdb1 ~]#
[roothihisdb1 ~]# oifcfg delif -global bond0/192.168.168.0
[roothihisdb1 ~]# oifcfg setif -global bond0/192.168.213.0:public
[roothihisdb1 ~]# oifcfg getif
ens19f0 11.11.11.0 global cluster_interconnect,asm
ens19f1 12.12.12.0 global cluster_interconnect,asm
bond0 192.168.213.0 global public 5.修改vip
[roothihisdb1 ~]# srvctl config vip -n hihisdb1
[roothihisdb1 ~]# srvctl config vip -n hihisdb2
[roothihisdb1 ~]# srvctl modify nodeapps -n hihisdb1 -A hihisdb1-vip/255.255.255.0/bond0
[roothihisdb1 ~]# srvctl modify nodeapps -n hihisdb2 -A hihisdb2-vip/255.255.255.0/bond0
[roothihisdb1 network-scripts]# srvctl config vip -n hihisdb1
VIP exists: network number 1, hosting node hihisdb1
VIP Name: hihisdb1-vip
VIP IPv4 Address: 192.168.213.93
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
[roothihisdb1 network-scripts]# srvctl config vip -n hihisdb2
VIP exists: network number 1, hosting node hihisdb2
VIP Name: hihisdb2-vip
VIP IPv4 Address: 192.168.213.94
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
[roothihisdb1 network-scripts]# 6.修改scanip
[roothihisdb1 network-scripts]# srvctl modify scan -n hihisdb-cluster-scan