Hyper-v tools for IPBrick 6.X

From wiki.IPBRICK.COM
Revision as of 14:44, 26 October 2015 by Dbabo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To install Hyper-v tools you it is necessary to:

  1. Access via ssh to the server;
  2. Edit the file /etc/initramfs-tools/modules;
  3. Add the following lines:
    • hv_vmbus
    • hv_storvsc
    • hv_blkvsc
    • hv_netvsc
  4. Perform the command:
    • update-initramfs -u
  5. Reboot and check in "lsmod" if the line is like:
    • hv_vmbus 32029 4 hv_storvsc,hv_netvsc,hid_hyperv,hv_utils