LinuxIntegrationServicesVersion2.1 supports the guest operating system (the red part is the supported operating system) suselinux?iseserver10sp3x86andx64 (upto4vCPU) notesuselinux?iseserver10sp2isnolongersupportedby
LinuxIntegration Services Version 2.1SupportedGuest(The red part is the supported operating system)
SUSELinux Enterprise Server 10 SP3 x86 and x64 (up to 4 vCPU)
Note
SUSELinux Enterprise Server 10 SP2 is no longer supported by Novell as of1_l 12,201 0. Novell recommends that users migrate to SUSE LinuxEnterprise Server 10 SP3.
SUSELinux Enterprise Server 11x86 and x64 (up to 4 vCPU)
Note
Usersof SUSE Linux Enterprise Server 11 SP1 shoshould contact Novell for aversion of Linux Integration Services.
RedHat Enterprise Linux 5.2, 5.3, 5.4, and 5.5x86 and x64 (Up to 4 vCPU)
Note
RedHat Enterprise Linux 5x64 editions do not support using thePluggable Time Source component. However, you can use the existingtimesync component with the adjtimex RPM package (detailed in thisdocument) to compensate for time drift.
LinuxIntegration Services Version 2.1SupportedHostOperating System
Windows Server 2008 Standard, Windows Server 2008 Enterprise, and Windows Server 2008Datacenter (64-bit versions only)
MicrosoftHyper-V Server 2008
Note
Supportedversions include those updated with Service Pack 1 or Service Pack 2, where available.
Windows server? 2008 R2 Standard, Windows Server 2008 R2 Enterprise, andWindows Server 2008 R2 Datacenter
Microsoft? Hyper-V Server 2008 R2
Download integration service
Http://www.microsoft.com/download/en/details.aspx? Id = 24247
Install the integration service
Expand the obtained file to your favorite directory, and then installLinux, Load the decompressed image file inDvdIn the drive.
RootIdentity to enter the system, and execute the following commands on the terminal
# Mkdir/mnt/cdrom(Create a directory)
# Mount/dev/cdrom/mnt/cdrom(Hanging on an image)
# Mkdir/opt/linux_ic_v21_rtm
# Cp-R/mnt/cdrom/*/opt/linux_ic_v21_rtm(Copy an image)
# Cd/opt/linux_ic_v21_rtm/
# Make(Compilation)
# Make install(Installation)
# Reboot(Restart)
Configure the NIC
Now that the integration service is successfully installed, enterIfconfigCommand to view multipleSeth0The device (provided that a network adapter has been added to the VM management and control platform, not the old one), but I cannot find it on the graphical management interface, so I have to set it in the configuration file, set File Location/Etc/sysconfig/network-scripts/ifcfg-seth0. My configuration is as follows:
DEVICE = seth0
BOOTPROTO = static(ObtainIpMethod)
IPADDR = 192.168.1.140
NETMASK = 255.255.255.0
GATEWAY = 192.168.1.1
ONBOOT = yes(Automatically activated upon startup)
Run the following command after ConfigurationServicenetwork restartRestart the network service. You do not need to use an old network adapter to connect to the service.Linux.