2008 R2 Hyper-V安装Centos网卡驱动

简介:
+关注继续查看
1、在Hyper-V控制台新建虚机,注意虚机的网卡先选择“旧版网络适配器”,主要是方便有关服务的网络在线安装。

2、到微软网站下载支持包,Linux Integration Services v2.1 for Windows Server 2008 Hyper-V R2

http://www.microsoft.com/downloads/zh-cn/details.aspx?displaylang=zh-cn&FamilyID=eee39325-898b-4522-9b4c-f4b5b9b64551

解压得到LinuxIC v21.iso文件

3、以最小化方式安装Centos,除了必要的组件,其它不安装。

4、Centos安装完成后根据自己的网络环境配置网络,配置好后要能顺利的访问外网资源

(1)配置IP

vi /etc/sysconfig/network-script/ifcfg-eth0

根据自己的环境来配置IP和子网掩码

(2)配置网关

在ifcfg-eth0添如如下命令

GATEWAY=你的网关地址

(3)配置DNS

编辑/etc/resolv.conf文件,添如如下命令

nameserver 你的DNS服务器地址

(4)重启网络服务,测试外网的访问。

service network restart

5、网络安装以下组件命令如下:

yum install make kernel-devel gcc perl –y


6、把光盘的文件复制到硬盘进行编译,我的环境如下

mount /dev/cdrom /mnt

mkdir /root/hyper-v

cp –R /mnt/* /root/hyper-v

cd /root/hyper-v

rm /lib/modules/2.6.18-164.el5/build
ln –s /usr/src/kernels/2.6.18-128.1.16.el5-x86_64/ /lib/modules/2.6.18-128.el5/build

make

make install

reboot


8、安装成功后把“旧版网络适配器”删除,添加新的“网络适配器”在Centos下重新配置网络环境,以达到最佳性能。


Hyper-V 虚拟机的 Linux 集成服务 v2.1 新特性有

Driver support for synthetic devices: Linux Integration Services supports the synthetic network controller and the synthetic storage controller that were developed specifically for Hyper-V.

Fastpath Boot Support for Hyper-V(Fastpath 引导支持): Boot devices take advantage of the block Virtualization Service Client (VSC) to provide enhanced performance.

Timesync(时间同步): The clock inside the virtual machine will remain synchronized with the clock on the host.

Integrated Shutdown(集成关机): Virtual machines running Linux can be gracefully shut down from either Hyper-V Manager or System Center Virtual Machine Manager.

Symmetric Multi-Processing (SMP) Support(对称多线程处理支持): Supported Linux distributions can use up to 4 virtual processors (VP) per virtual machine.

Heartbeat(运行状态): Allows the host to detect whether the guest is running and responsive.

Pluggable Time Source(可插入的时钟源): A pluggable clock source module is included to provide a more accurate time source to the guest.


 



本文转自 freeterman 51CTO博客,原文链接:http://blog.51cto.com/myunix/1095075,如需转载请自行联系原作者

相关文章
|
2天前
|
存储 Linux
CentOS 7 上安装和使用 FFmpeg
FFmpeg 是一个用于处理多媒体文件的免费开源工具集合。它包含一组共享的音频和视频库,例如 libavcodec、libavformat 和 libavutil。使用 FFmpeg,您可以在各种视频和音频格式之间进行转换、设置采样率、捕获流音频/视频以及调整视频大小 #云库工具#。
32 1
|
6天前
|
存储 jenkins Java
CentOS上安装Jenkins
CentOS上安装Jenkins
10 0
|
6天前
|
运维 安全 关系型数据库
|
7天前
|
存储 Linux 开发工具
如何在CentOS 8上安装Git
如何在CentOS 8上安装Git
15 0
|
7天前
|
Linux Docker 容器
CentOS 上安装 Docker
CentOS 上安装 Docker
131 43
|
7天前
|
Linux 开发工具
centos 安装ffmpeg
centos 安装ffmpeg
17 0
|
7天前
|
JavaScript Linux 内存技术
centos 安装nvm
centos 安装nvm
12 0
|
8天前
|
Linux 应用服务中间件 nginx
centos通过服务名查询安装目录
centos通过服务名查询安装目录
14 0
|
10天前
|
人工智能 JavaScript Linux
CentOS操作系统之--安装nvm
nvm 作为node版本管理工具,记录安装流程
18 0
|
14天前
|
Oracle 关系型数据库 Linux
在CentOS 7 下安装.Net 框架
在CentOS 7 下安装.Net 框架
32 0
相关产品
云迁移中心
推荐文章
更多