CentOS upgrading Hyper-V Integration Services
One of the easiest ways to improve virtual machine performance is to use the latest version of Microsoft Hyper-V Integration Services. Integration Services are a collection of features and drives that allow guest operating systems to use virtual hardware. For virtualization administrators, it is important to understand what integration services are, what integration services can do, and when to use Integration services. Today we'll look at how to upgrade the Hyper-V integration service to an existing Linux virtual machine, as follows:
To connect to a virtual machine test-linux:
650) this.width=650; "title=" clip_image002 "style=" border-right-width:0px;background-image:none; border-bottom-width:0px;padding-top:0px;padding-left:0px;padding-right:0px;border-top-width:0px; "border=" 0 "alt = "clip_image002" src= "http://s3.51cto.com/wyfs02/M00/8C/69/wKiom1hrcY_zvANeAACVTv_3Jv0155.jpg" width= "558" height = "311"/>
Insert the Integration Services installation CD and mount it using the following command:
mount/dev/cdrom/media/
650) this.width=650; "title=" clip_image004 "style=" border-right-width:0px;background-image:none; border-bottom-width:0px;padding-top:0px;padding-left:0px;padding-right:0px;border-top-width:0px; "border=" 0 "alt = "clip_image004" src= "http://s3.51cto.com/wyfs02/M02/8C/65/wKioL1hrcZCQXrBbAAAuUnCZG3U631.jpg" width= "558" height = "/>"
To create an Integration Services storage directory:
Mkdir linuxic_v4.1
650) this.width=650; "title=" clip_image005 "style=" border-right-width:0px;background-image:none; border-bottom-width:0px;padding-top:0px;padding-left:0px;padding-right:0px;border-top-width:0px; "border=" 0 "alt = "clip_image005" src= "Http://s3.51cto.com/wyfs02/M00/8C/69/wKiom1hrcZGCHUehAAAMjtloU4M677.png" width= "541" height = "/>"
Copy Integration Services installation files:
cp–r/media/* ~/LINUXIC_V4.1/
650) this.width=650; "title=" clip_image006 "style=" border-right-width:0px;background-image:none; border-bottom-width:0px;padding-top:0px;padding-left:0px;padding-right:0px;border-top-width:0px; "border=" 0 "alt = "clip_image006" src= "Http://s3.51cto.com/wyfs02/M01/8C/69/wKiom1hrcZGRZi3IAAANY_-Ismw226.png" width= "504" height = "/>"
Switch to the Integration Services storage directory:
Cd ~/linuxic_v4.1
Run the following command to update
./upgrade.sh
650) this.width=650; "title=" clip_image008 "style=" border-right-width:0px;background-image:none; border-bottom-width:0px;padding-top:0px;padding-left:0px;padding-right:0px;border-top-width:0px; "border=" 0 "alt = "clip_image008" src= "http://s3.51cto.com/wyfs02/M01/8C/65/wKioL1hrcZPgECNiAACbVro42iw877.jpg" width= "558" height = "226"/>
This article is from the "small chapter" blog, please be sure to keep this source http://wuyvzhang.blog.51cto.com/9992636/1888662
CentOS Upgrade Hyper-V Integration Services