Difference between revisions of "Hyper-v tools for IPBrick 6.X"

From wiki.IPBRICK.COM
Jump to: navigation, search
(Created page with "To install Hyper-v tools it is necessary to: # Access via ssh to the server; # Edit the file /etc/initramfs-tools/modules; # Add the following lines: ** hv_vmbus ** hv_storvs...")
 
Line 4: Line 4:
 
# Edit the file /etc/initramfs-tools/modules;
 
# Edit the file /etc/initramfs-tools/modules;
 
# Add the following lines:
 
# Add the following lines:
** hv_vmbus
+
* hv_vmbus
 
** hv_storvsc
 
** hv_storvsc
 
** hv_blkvsc
 
** hv_blkvsc

Revision as of 14:39, 26 October 2015

To install Hyper-v tools 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
  1. Perform the comand:
  • update-initramfs -u
  1. Reboot and check in:
  • lsmod

If the line is like: hv_vmbus 32029 4 hv_storvsc,hv_netvsc,hid_hyperv,hv_utils