Hi,
I have 4 proxmox servers, cluster is created and it works fine. Now I want activate HA. What would be the right order of the steps? I would like to avoid any downtime and if possible any reboot.
I found follow site about this:
https://pve.proxmox.com/wiki/Fencing
* on every host activate fencing
- /etc/default/redhat-cluster-pve set FENCE_JOIN="yes"
- /etc/init.d/cman restart
- fence_tool join
* add fence devices
- cp /etc/pve/cluster.conf /etc/pve/cluster.conf.new
- we use ipmi, I add for every host the ipmi device like described in https://pve.proxmox.com/wiki/Fencing#List_of_supported_fence_devices
- check the new config ccs_config_validate -v -f /etc/pve/cluster.conf.new
- if all is fine, activate this new config via broswer interface
* rgmanager
- /etc/init.d/rgmanager start
- update-rc.d rgmanager defaults
Would this be the right order? I tested it on our playground proxmox env yesterday, it worked fine, but for a productive system I would like ask here to avoid any needless mistakes
Best regards,
thomas.
I have 4 proxmox servers, cluster is created and it works fine. Now I want activate HA. What would be the right order of the steps? I would like to avoid any downtime and if possible any reboot.
I found follow site about this:
https://pve.proxmox.com/wiki/Fencing
* on every host activate fencing
- /etc/default/redhat-cluster-pve set FENCE_JOIN="yes"
- /etc/init.d/cman restart
- fence_tool join
* add fence devices
- cp /etc/pve/cluster.conf /etc/pve/cluster.conf.new
- we use ipmi, I add for every host the ipmi device like described in https://pve.proxmox.com/wiki/Fencing#List_of_supported_fence_devices
- check the new config ccs_config_validate -v -f /etc/pve/cluster.conf.new
- if all is fine, activate this new config via broswer interface
* rgmanager
- /etc/init.d/rgmanager start
- update-rc.d rgmanager defaults
Would this be the right order? I tested it on our playground proxmox env yesterday, it worked fine, but for a productive system I would like ask here to avoid any needless mistakes
Best regards,
thomas.