Difference between revisions of "Hyper-v tools for IPBrick 6.X"
From wiki.IPBRICK.COM
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | To install Hyper-v tools it is necessary to: | + | To install Hyper-v tools you it is necessary to: |
# Access via ssh to the server; | # Access via ssh to the server; | ||
# 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_blkvsc | |
− | + | #* hv_netvsc | |
− | # Perform the | + | # Perform the command: |
− | * update-initramfs -u | + | #* update-initramfs -u |
− | # Reboot and check in | + | # Reboot and check in "lsmod" if the line is like: |
− | + | #* hv_vmbus 32029 4 hv_storvsc,hv_netvsc,hid_hyperv,hv_utils | |
− | + | ||
− | hv_vmbus 32029 4 hv_storvsc,hv_netvsc,hid_hyperv,hv_utils | + |
Latest revision as of 14:44, 26 October 2015
To install Hyper-v tools you it is necessary to:
- Access via ssh to the server;
- Edit the file /etc/initramfs-tools/modules;
- Add the following lines:
- hv_vmbus
- hv_storvsc
- hv_blkvsc
- hv_netvsc
- Perform the command:
- update-initramfs -u
- Reboot and check in "lsmod" if the line is like:
- hv_vmbus 32029 4 hv_storvsc,hv_netvsc,hid_hyperv,hv_utils