-->

DEVOPSZONES

  • Recent blogs

    Install Linux Integration Services (LIS) for Microsoft Hyper-V


    Install Linux Integration Services (LIS) for Microsoft Hyper-V


    For RHEL 5.10 We need to install following LIS Version lis4.0.7.
    1. Download Following LIS version for Linux From Microsoft Website.
    2. Extract the tarball
    tar xvzf lis4-0-7.tar.gz


    3. cd lis4.0.7
    4. Run the install script.
    [root@server1 lis4.0.7]# ./install.sh
    [root@server1 lis4.0.7]# ./install.sh
    Removing Hyper-V daemons
    Invoking release specific install file in directory RHEL510
    Installing the Linux Integration Services for Microsoft Hyper-V...
    Preparing...                ########################################### [100%]
       1:kmod-microsoft-hyper-v ########################################### [100%]
    Preparing...                ########################################### [100%]
       1:microsoft-hyper-v      ########################################### [100%]
    Saving old initrd
    Installing new initrd
            Done.
    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
    [root@server1 lis4.0.7]#


    5. Test LIS is successfully installed.
    [root@server1 lis4.0.7]# /sbin/modinfo hv_vmbus
    filename:       /lib/modules/2.6.18-274.7.1.el5/weak-updates/microsoft-hyper-v/hv_vmbus.ko
    version:        4.0.7
    license:        GPL
    srcversion:     87AAA69AC37A3AE63072662
    depends:
    vermagic:       2.6.18-274.el5 SMP mod_unload gcc-4.1
    [root@server1 lis4.0.7]#
     

    No comments