@offerlam:
I have in a small business this scenery:
Only two PVE Nodes in HA for the VMs and without fence devices.
Always, i can do manually On-Line migration of the VMs without problems (always that the two nodes are working perfectly).
For get HA, i use only manual_fence, ie if a PVE Node show a erratic behavior, i will disconnect manually the power AC of this PVE Node, after, by CLI in the other PVE Node i will run the manual fence, then, the VMs of the old PVE Node will starts in this node that is alive
I have this scenery since many years ago in a production environment and don't have problems, but you can have the backup fence: the "ILO" and the "Manual" for get more security, and obviously the "ILO fence" must be your first option in both PVE Nodes.
Best regards
Cesar
Comment: This post has been re-edited
Ok so in other words what you do is if we say you have proxmox00 and proxmox01 in a cluster and the psu fails on proxmox01 you go to the cli of proxmox00 and do
Code:
fence_node proxmox01 -vv
and that would provoke all the VMs "locked" on proxmox01 to start on proxmox00?
That being said i would like a automated function of this if possible? and so i havne't gotten an answer yet to my question
im confused though... do i or do i NOT need a external fence device in order to have VM migrate or boot up on another node if another node lost power, mobo failure or other internal server failure that kills the server? Or can it be done with fencing on the servers themselves?
Thanks!
Casper