OLVM - restart VM on same kvm host when it is available again
Dear All,
We are setting up an Oracle DB on KVM. Our setup is as follows :-
- 2 KVM hosts - node1 & node2
- 2 db VMs - db01 and db02. db01 must always run on node1 and db02 must always run on node2.
- CPU pinning used to partition the CPU for the db VMs.
- self hosted engine
If something happens to node1, then as expected the engine will migrate to node2. db01 does not migrate (this is what we want). But after node1 is restored, db01 does not start up automatically. How do we set this up please?
If we set highly available.. then db01 will try to migrate to node2 if node1 goes down?