I migrated a Ubuntu Server VM from VMware to Hyper-V and upgraded to 14.10. I am having problems getting Hyper-V Integration Services running. Here are some things I have done:
Add the following to /etc/initramfs-tools/modules -
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc
Running lsmod shows the correct items (hid_hyperv, hv_netvsc, hv_utils, hv_storvc and hv_vmbus)
I have ran sudo apt-get install hv-kvp-daemon-init, but it appears that has been deprecated and replaced with Linux-cloud-tools-generic which I have run.
I have also installed linux-cloud-tools-common and linux-cloud-tools-virtual.
Hyper-V is still showing no Integration Services are running and our backup is failing with error to check Integration Services are installed.
I am having a difficult time finding any other sites that could help. Any suggestions would be great.
Add the following to /etc/initramfs-tools/modules -
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc
Running lsmod shows the correct items (hid_hyperv, hv_netvsc, hv_utils, hv_storvc and hv_vmbus)
I have ran sudo apt-get install hv-kvp-daemon-init, but it appears that has been deprecated and replaced with Linux-cloud-tools-generic which I have run.
I have also installed linux-cloud-tools-common and linux-cloud-tools-virtual.
Hyper-V is still showing no Integration Services are running and our backup is failing with error to check Integration Services are installed.
I am having a difficult time finding any other sites that could help. Any suggestions would be great.