3. Check if you have the following network:
[root@ovirt1 ~]# virsh net-dumpxml vdsm-ovirtmgmt
<network>
<name>vdsm-ovirtmgmt</name>
<uuid>1185a91b-533a-4bee-8a66-3208846605fa</uuid>
<forward mode='bridge'/>
<bridge name='ovirtmgmt'/>
</network>
If not , you can define it in a file and use virsh to import it.
4. use virsh to define and start the HostedEngine
virsh define HostedEngine.xml
virsh start HostedEngine
5. Wait for the VM to power up and access over ssh. Do general healthcheck.
6. Leave the Engine working for several hours, so it can update the relevant data on the shared storage.
7. Power off the VM and start it via vdsm
Best Regards,
Strahil Nikolov