更改CVM IP
1.登陆CVM,停止集群
[email protected]$ cluster stop
2.进入reconfiguration 模式
[email protected]$ [email protected]$ cluster reconfig
该步骤会将集群内所有节点都改到reconfig模式
3.重启genesis
[email protected]$ genesis restart
4.改IP
在CVM里面直接去/etc/sysconfig/network-script/ifcfg-eth0改IP地址
用sudo vi ifcfg-eth0来改
改完后重启网络,再查看改完以后的IP
5.改CVM IP和Zookeeper的对应关系文件中的IP
/home/nutanix/data/zookeeper_monitor/zk_server_config_file
6.改hosts文件
sudo vi /etc/hosts
7.重启CVM
8.将节点脱离reconfiguration模式
登入CVM,删除nutanix家目录下的 .node_reconfigure文件
9.重启genesis
[email protected]$ genesis restart
10.启动集群
[email protected]$ cluster start
更改AHV IP
用root登入AHV,修改网卡的IP地址
然后用nutanix登入CVM,重启genesis
[email protected]$ genesis restart
原文地址:https://www.cnblogs.com/Elaine-Lan/p/10025405.html
时间: 2024-10-09 02:30:49