开源虚拟化管理平台Ovirt简介和配置环境搭建
一Ovirt简介
Ovirt是什么?
Ovirt是一个开源的虚拟化管理平台,是redhat 虚拟化管理平台RHEV的开源版本。
Ovirt的构架是什么样的?
Ovirt由两部分组成,
客户端ovirt-node 类似于vmware esxi,是由fedaro 16订制而成。也可以在linux系统上安装vdsm服务而得到一个ovirt客户端。
管理端overt-engine 类似于 vmware vcenter,但是是基于web页面的。
Ovirt能做什么,不能做什么?
Ovirt现在已有的功能:
1. 对宿主机节点的管理,支持基于数据中心,集群的管理,比较有特色的一个功能是可以管理ilo idarc等硬件管理卡;
2. 对虚拟机的管理,可以完成虚拟机的创建、快照、删除、基于模版的克隆等常见操作;
3. 迁移,在线及离线迁移虚拟机;
4. 高可用,当一台宿主机宕机,在另外一台宿主机上自动开启虚机;
5. 宿主机、虚拟机性能查看及统计;
6. 支持nfs,iscsi,fc等存储方式;
7. 支持多端口的网口绑定;
8. 提供一个命令行,可以完成图形界面的大部分功能;
9. 活动目录集成;
10. 提供python api接口,可以api编程;
11. 没有授权限制;
和vmware相比,目前没有的功能:
1. 稳定目前较差,经常出现崩溃,连接出现问题;
2. 易用性较差,设计不人性化;
3. 没有cpu 内存很精细的调节限制功能;
4. 没有FT(Fault Tolerance)功能;
5. 宿主机、虚拟机性能查看及统计功能很简单,远没有vmware丰富;
6. 不支持分布式交换机;
二 Ovirt测试环境的搭建
本次测试环境:
硬件环境
Ovirt Node 1 Dell r610
CPU E5645 2颗(2.4G 6核)
内存 48G
硬盘 300G*2 raid 1
Ovirt Node 2 HP 380G7
CPU E5620 2颗(2.4G 4核)
内存 8G
硬盘 146G*4 raid 10
Ovirt engine vmware虚拟机
CPU 2颗2.4G
内存 4G
硬盘 255G
软件环境
Ovirt Node 1 安装f16 更新最新软件包,然后安装vdsm软件包
Ovirt Node 2 安装f16订制的ovirt-node-image 2.2.2版本
Ovirt engine 安装f16更新最新软件包,然后安装ovirt engine软件包
Ovirt配置
注意事项:因为ovirt的程序调用是用全局域名FQDN,因此应该保证每台测试机器的机器名能被解析,需要配置dns,或者确保/etc/hosts文件内容一致。
1 ovirt-engine 安装
1) 先将系统升级到最新
yum –y update
2) 下载ovirt的yum配置文件
wget http://ovirt.org/releases/stable/ovirt-engine.repo -O /etc/yum.repos.d/ovirtengine.repo
3) 如果安装了classpathx-jaf组件,删除,因为会和ovirt使用的jboss冲突yum remove classpathx-jaf
4) 通过yum命令安装ovirt-engine
yum install overt-engine
5) 通过engine-setup 配置,会启动一个向导,按照提示操作
engine-setup
[root@ovirt yum.repos.d]# engine-setup
Welcome to oVirt Engine setup utility
HTTP Port [8080] :
HTTPS Port [8443] :
Host fully qualified domain name, note that this name should be fully resolvable [ovirt.engine] :
ovirt.engine did not resolve into an IP address
User input failed validation, do you still wish to use it? (yes|no): yes
Password for Administrator (admin@internal) :
Confirm password :
Database password (required for secure authentication with the locally created d atabase) :
Confirm password :
Organization Name for the Certificate: ovirttest
The default storage type you will be using ['NFS'| 'FC'| 'ISCSI'] [NFS] :
Should the installer configure NFS share on this server to be used as an ISO Dom ain? ['yes'| 'no'] [yes] :
Mount point path: /nfsios
Display name for the ISO Domain: iso
Firewall ports need to be opened.
You can let the installer configure iptables automatically overriding the curren t configuration. The old configuration will be backed up.
Alternately you can configure the firewall later using an example iptables file found under /usr/share/ovirt-engine/conf/iptables.example
Configure iptables ? ['yes'| 'no']: yes
oVirt Engine will be installed using the following configuration:
=================================================================
http-port: 8080
ht
相关新闻>>
- 发表评论
-
- 最新评论 更多>>