Azure上CentOS上安装LIS (Linux Integration Service)

Posted hengzi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Azure上CentOS上安装LIS (Linux Integration Service)相关的知识,希望对你有一定的参考价值。

Azure上虚拟化技术都是采用的Hyper-v,每台Linux虚拟机都安装了LIS(Linux Integration Service)。LIS的功能是为VM提供各种虚拟设备的驱动。所以LIS直接影响到VM和底层硬件运行的性能。

在客户有VM各种高性能的处理需求的时候,LIS保证最新版本是非常重要的。本文将介绍如何在CentOS上正确的安装LIS。

1 安装LIS

在以下网站查看最新版的LIS:

https://technet.microsoft.com/en-us/windows-server-docs/compute/hyper-v/supported-centos-and-red-hat-enterprise-linux-virtual-machines-on-hyper-v#a-namebkmk6xarhelcentos-6x-series

在以下链接下载最新版的LIS:

https://www.microsoft.com/en-us/search/result.aspx?q=Linux+Integration+Services+Version&form=dlc

目前最新的LIS是4.1.2。

安装前的版本:

[[email protected] ~]# modinfo hv_vmbus
filename: /lib/modules/2.6.32-431.29.2.el6.x86_64/kernel/drivers/hv/hv_vmbus.ko
version: 3.1
license: GPL
srcversion: 3E7D7FE31577CC7E47EA89E
alias: acpi*:VMBus:*
alias: acpi*:VMBUS:*
depends:
vermagic: 2.6.32-431.29.2.el6.x86_64 SMP mod_unload modversions

下载后安装:

tar vxf lis-rpms-4.1.2-1.tar.gz
cd LISISO/

 

[[email protected] LISISO]# ./install.sh
Removing Hyper-V daemons
Invoking release specific install file in directory CentOS65
Installing the Linux Integration Services for Microsoft Hyper-V...
Preparing... ########################################### [100%]
1:kmod-microsoft-hyper-v ########################################### [100%]
Preparing... ########################################### [100%]
1:microsoft-hyper-v-debug########################################### [ 50%]
2:microsoft-hyper-v ########################################### [100%]
Saving old initramfs
Installing new initramfs
Adding KVP Daemon to Chkconfig....
Starting KVP Daemon....
Adding VSS Daemon to Chkconfig....
Starting VSS Daemon....
Adding FCOPY Daemon to Chkconfig....
Starting FCOPY Daemon....
Linux Integration Services for Hyper-V has been installed. Please reboot your system.

重启后查看:

[[email protected] LISISO]# modinfo hv_vmbus
filename: /lib/modules/2.6.32-431.29.2.el6.x86_64/weak-updates/microsoft-hyper-v/hv_vmbus.ko
version: 4.1.2
license: GPL
srcversion: 82B9AE7A2B6BFE26B1AC6A4
alias: acpi*:VMBus:*
alias: acpi*:VMBUS:*
depends:
vermagic: 2.6.32-431.el6.x86_64 SMP mod_unload modversions

已经是最新的版本了。

以上是关于Azure上CentOS上安装LIS (Linux Integration Service)的主要内容,如果未能解决你的问题,请参考以下文章

53.Azure中CentOS的Docker里安装运行SQL Server容器

9.Azure文件(文件共享)-NAS(下)

Linux CentOS安装Azure Cli工具

在CentOS上部署单机版Hadoop

Azure Linux 虚机图像化配置之一:CentOS配置

9.Azure文件(文件共享)-NAS(下)