centos7.3 安装ovirt-engine4.0 版本

本文涉及的产品
云原生数据库 PolarDB MySQL 版,通用型 2核4GB 50GB
云原生数据库 PolarDB PostgreSQL 版,标准版 2核4GB 50GB
简介:

官网:

安装指南:http://www.ovirt.org/documentation/install-guide/Installation_Guide/

下载地址:http://www.ovirt.org/download/

管理端安装:http://www.ovirt.org/documentation/install-guide/chap-Installing_oVirt/

node安装 :http://www.ovirt.org/documentation/install-guide/chap-oVirt_Nodes/

管理端:

yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm


node 节点iso:


http://resources.ovirt.org/pub/ovirt-4.0/iso/ovirt-node-ng-installer/ovirt-node-ng-installer-ovirt-4.0-2016062412.iso 


rpm -ihv http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm


安装node 节点时,强烈建议自动分区

管理端yum仓库:

[ovirt-4.1]

name=Latest oVirt 4.1 Release

#baseurl=http://resources.ovirt.org/pub/ovirt-4.1/rpm/el$releasever/

mirrorlist=http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-4.1-el$releasever

enabled=1

skip_if_unavailable=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-4.1

[aliyun]

name=aliyun

baseurl=https://mirrors.aliyun.com/centos/7/os/x86_64/

gpgcheck=0


[fr2.rpmfind.net]

name=fr2.rpmfind.net

baseurl=ftp://fr2.rpmfind.net/linux/centos/7.3.1611/updates/x86_64/

gpgcheck=0


首先管理端:

yum update

reboot

yum install -y ovirt-engine (官网比较慢)


Ovirt install guide

engine-setup 环境包配置以及安装包的下载


执行命令:engine-setup (这里密码我设置为admin 用户名也一样)

engine-setup

[ INFO  ] Stage: Initializing

[ INFO  ] Stage: Environment setup

          Configuration files: ['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', '/etc/ovirt-engine-setup.conf.d/10-packaging.conf']

          Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20170624083328-opfj3g.log

          Version: otopi-1.6.2 (otopi-1.6.2-1.el7.centos)

[ INFO  ] Stage: Environment packages setup

[ INFO  ] Yum Downloading: ovirt-4.1/7 (0%)

[ INFO  ] Yum Downloading: sac-gdeploy/x86_64 (0%)

[ INFO  ] Stage: Programs detection

[ INFO  ] Stage: Environment setup

[ INFO  ] Stage: Environment customization

         

          --== PRODUCT OPTIONS ==--

         

          Configure Engine on this host (Yes, No) [Yes]: 

          Configure Image I/O Proxy on this host? (Yes, No) [Yes]: 

          Configure WebSocket Proxy on this host (Yes, No) [Yes]: 

          Please note: Data Warehouse is required for the engine. If you choose to not configure it on this host, you have to configure it on a remote host, and then configure the engine on this host so that it can access the database of the remote Data Warehouse host.

          Configure Data Warehouse on this host (Yes, No) [Yes]: 

          Configure VM Console Proxy on this host (Yes, No) [Yes]: 

         

          --== PACKAGES ==--

         

[ INFO  ] Checking for product updates...

[ INFO  ] No product updates found

         

          --== NETWORK CONFIGURATION ==--

         

          Host fully qualified DNS name of this server [ovirt-engine.gewala.net]: 

[WARNING] Failed to resolve ovirt-engine.gewala.net using DNS, it can be resolved only locally

          Setup can automatically configure the firewall on this system.

          Note: automatic configuration of the firewall may overwrite current settings.

          Do you want Setup to configure the firewall? (Yes, No) [Yes]: 

[ INFO  ] firewalld will be configured as firewall manager.

         

          --== DATABASE CONFIGURATION ==--

         

          Where is the DWH database located? (Local, Remote) [Local]: 

          Setup can configure the local postgresql server automatically for the DWH to run. This may conflict with existing applications.

          Would you like Setup to automatically configure postgresql and create DWH database, or prefer to perform that manually? (Automatic, Manual) [Automatic]: 

          Where is the Engine database located? (Local, Remote) [Local]: 

          Setup can configure the local postgresql server automatically for the engine to run. This may conflict with existing applications.

          Would you like Setup to automatically configure postgresql and create Engine database, or prefer to perform that manually? (Automatic, Manual) [Automatic]: 

         

          --== OVIRT ENGINE CONFIGURATION ==--

         

          Engine admin password: 

          Confirm engine admin password: 

[WARNING] Password is weak: it is too short

          Use weak password? (Yes, No) [No]: yes

          Application mode (Virt, Gluster, Both) [Both]: 

         

          --== STORAGE CONFIGURATION ==--

         

          Default SAN wipe after delete (Yes, No) [No]: 

         

          --== PKI CONFIGURATION ==--

         

          Organization name for certificate [gewala.net]: 

         

          --== APACHE CONFIGURATION ==--

         

          Setup can configure the default page of the web server to present the application home page. This may conflict with existing applications.

          Do you wish to set the application as the default page of the web server? (Yes, No) [Yes]: 

          Setup can configure apache to use SSL using a certificate issued from the internal CA.

          Do you wish Setup to configure that, or prefer to perform that manually? (Automatic, Manual) [Automatic]: 

         

          --== SYSTEM CONFIGURATION ==--

         

          Configure an NFS share on this server to be used as an ISO Domain? (Yes, No) [No]: yes

          Local ISO domain path [/var/lib/exports/iso]: 

         

          Please provide the ACL for the Local ISO domain.

          See the exports(5) manpage for the format.

          Examples:

          - To allow access for host1, host2 and host3, input: host1(rw) host2(rw) host3(rw)

          - To allow access to the entire Internet, input: *(rw)

         

          For more information, see: http://www.ovirt.org/Troubleshooting_NFS_Storage_Issues

         

          Local ISO domain ACL: *(rw)    

          Local ISO domain name [ISO_DOMAIN]: 

         

          --== MISC CONFIGURATION ==--

         

          Please choose Data Warehouse sampling scale:

          (1) Basic

          (2) Full

          (1, 2)[1]: 

         

          --== END OF CONFIGURATION ==--

         

[ INFO  ] Stage: Setup validation

         

          --== CONFIGURATION PREVIEW ==--

         

          Application mode                        : both

          Default SAN wipe after delete           : False

          Firewall manager                        : firewalld

          Update Firewall                         : True

          Host FQDN                               : ovirt-engine.gewala.net

          Configure local Engine database         : True

          Set application as default page         : True

          Configure Apache SSL                    : True

          Engine database secured connection      : False

          Engine database user name               : engine

          Engine database name                    : engine

          Engine database host                    : localhost

          Engine database port                    : 5432

          Engine database host name validation    : False

          Engine installation                     : True

          NFS setup                               : True

          PKI organization                        : gewala.net

          NFS export ACL                          : *(rw)*

          NFS mount point                         : /var/lib/exports/iso

          DWH installation                        : True

          DWH database secured connection         : False

          DWH database host                       : localhost

          DWH database user name                  : ovirt_engine_history

          DWH database name                       : ovirt_engine_history

          DWH database port                       : 5432

          DWH database host name validation       : False

          Configure local DWH database            : True

          Configure Image I/O Proxy               : True

          Configure VMConsole Proxy               : True

          Configure WebSocket Proxy               : True

         

          Please confirm installation settings (OK, Cancel) [OK]: 

[ INFO  ] Stage: Transaction setup

[ INFO  ] Stopping engine service

[ INFO  ] Stopping ovirt-fence-kdump-listener service

[ INFO  ] Stopping dwh service

[ INFO  ] Stopping Image I/O Proxy service

[ INFO  ] Stopping vmconsole-proxy service

[ INFO  ] Stopping websocket-proxy service

[ INFO  ] Stage: Misc configuration

[ INFO  ] Stage: Package installation

[ INFO  ] Stage: Misc configuration

[ INFO  ] Upgrading CA

[ INFO  ] Initializing PostgreSQL

[ INFO  ] Creating PostgreSQL 'engine' database

[ INFO  ] Configuring PostgreSQL

[ INFO  ] Creating PostgreSQL 'ovirt_engine_history' database

[ INFO  ] Configuring PostgreSQL

[ INFO  ] Creating CA

[ INFO  ] Creating/refreshing Engine database schema

[ INFO  ] Creating/refreshing DWH database schema

[ INFO  ] Configuring Image I/O Proxy

[ INFO  ] Setting up ovirt-vmconsole proxy helper PKI artifacts

[ INFO  ] Setting up ovirt-vmconsole SSH PKI artifacts

[ INFO  ] Configuring WebSocket Proxy

[ INFO  ] Creating/refreshing Engine 'internal' domain database schema

[ INFO  ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf'

[ INFO  ] Stage: Transaction commit

[ INFO  ] Stage: Closing up

[ INFO  ] Starting engine service

[ INFO  ] Restarting nfs services

[ INFO  ] Starting dwh service

[ INFO  ] Restarting ovirt-vmconsole proxy service

         

          --== SUMMARY ==--

         

[ INFO  ] Restarting httpd

          Please use the user 'admin@internal' and password specified in order to login

          Web access is enabled at:

              http://ovirt-engine.gewala.net:80/ovirt-engine

              https://ovirt-engine.gewala.net:443/ovirt-engine

          Internal CA 92:33:70:05:A2:83:0D:81:01:CE:39:24:59:21:7E:AE:00:B3:89:63

          SSH fingerprint: 54:64:7f:ab:6f:cb:dd:26:9a:26:07:92:5c:7b:50:dd

[ ERROR ] Could not refresh NFS exports (1: [u'exportfs: /etc/exports.d/ovirt-engine-iso-domain.exports:1: syntax error: bad option list'])  (这里我nfs 配置错了,之后进入/etc/exports.d/ovirt-engine-iso-domain.exports 修改一下即可)

         

          --== END OF SUMMARY ==--

         

[ INFO  ] Stage: Clean up

          Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20170624083328-opfj3g.log

[ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20170624084825-setup.conf'

[ INFO  ] Stage: Pre-termination

[ INFO  ] Stage: Termination

[ INFO  ] Execution of setup completed successfully

 NFS 修改

cat /etc/exports.d/ovirt-engine-iso-domain.exports 

/var/lib/exports/iso*(rw)

systemctl restart nfs-server.service

[root@ovirt-engine yum.repos.d]# showmount -e 192.168.3.176

Export list for 192.168.3.176:

/var/lib/exports/iso *

检查一下 共享目录权限 的拥有人与拥有组是否有权限,并且是否都属于 vdsm kvm 这两个用户与组的

否则会挂载不上的

wKioL1lc7U2SEddrAAAxmdAOFjM261.png


之后打开主页

ovirt-engine.gewala.net (自己的主机名即可)自己设置的用户与密码:admin/admin


node端:

我用自己的系统最小化安装,然后使用安装包做的node端

yum install vdsm vdsm-cli -y

如果启动失败vdsm服务,需要:

systemctl restart vdsmd  failed

vdsm-tool configure 

systemctl stop sanlock

systemctl stop libvirtd

h端:主机名解析 /etc/hosts

启动相关服务有:

systemctl restart vdsmd

systemctl restart vdsm-network

systemctl restart vdsm-network-init.service

systemctl restart momd

systemctl restart momd-vdsm

安装node dashboard图形管理端:

yum install cockpit-ovirt-dashboard.noarch -y

如果要进Node 里面使用virsh 操作的话使用以下操作

useradd user

echo "password" | passwd --stdin user

 saslpasswd2 -a libvirt user

virsh 登录的时候输入user 用户名与密码即可



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

相关实践学习
使用PolarDB和ECS搭建门户网站
本场景主要介绍基于PolarDB和ECS实现搭建门户网站。
阿里云数据库产品家族及特性
阿里云智能数据库产品团队一直致力于不断健全产品体系,提升产品性能,打磨产品功能,从而帮助客户实现更加极致的弹性能力、具备更强的扩展能力、并利用云设施进一步降低企业成本。以云原生+分布式为核心技术抓手,打造以自研的在线事务型(OLTP)数据库Polar DB和在线分析型(OLAP)数据库Analytic DB为代表的新一代企业级云原生数据库产品体系, 结合NoSQL数据库、数据库生态工具、云原生智能化数据库管控平台,为阿里巴巴经济体以及各个行业的企业客户和开发者提供从公共云到混合云再到私有云的完整解决方案,提供基于云基础设施进行数据从处理、到存储、再到计算与分析的一体化解决方案。本节课带你了解阿里云数据库产品家族及特性。
相关文章
|
21天前
|
Linux 网络安全 数据安全/隐私保护
Linux系统之Centos7安装cockpit图形管理界面
【10月更文挑战第12天】Linux系统之Centos7安装cockpit图形管理界面
48 1
Linux系统之Centos7安装cockpit图形管理界面
|
5天前
|
关系型数据库 MySQL Linux
在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤,并与使用 RPM 包安装进行了对比
本文介绍了在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤,并与使用 RPM 包安装进行了对比。通过具体案例,读者可以了解如何准备环境、下载源码、编译安装、配置服务及登录 MySQL。编译源码安装虽然复杂,但提供了更高的定制性和灵活性,适用于需要高度定制的场景。
18 3
|
6天前
|
关系型数据库 MySQL Linux
在 CentOS 7 中通过编译源码安装 MySQL 数据库的详细步骤,并与使用 RPM 包安装进行了对比。
本文介绍了在 CentOS 7 中通过编译源码安装 MySQL 数据库的详细步骤,并与使用 RPM 包安装进行了对比。内容涵盖准备工作、下载源码、编译安装、配置服务、登录设置及实践心得,帮助读者根据需求选择最适合的安装方法。
15 2
|
8天前
|
关系型数据库 MySQL Linux
在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤,包括准备工作、下载源码、编译安装、配置 MySQL 服务、登录设置等。
本文介绍了在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤,包括准备工作、下载源码、编译安装、配置 MySQL 服务、登录设置等。同时,文章还对比了编译源码安装与使用 RPM 包安装的优缺点,帮助读者根据需求选择最合适的方法。通过具体案例,展示了编译源码安装的灵活性和定制性。
45 2
|
12天前
|
Linux 知识图谱
Centos7安装killall,fuser, killall,pstree和pstree.x11
通过上述步骤,您已在CentOS 7系统中成功部署了killall、fuser、pstree以及pstree.x11,为高效管理系统进程打下了坚实基础。更多关于服务器管理与优化的知识,获取全面技术支持与解决方案。
14 1
|
12天前
|
监控 安全 Linux
CentOS7下安装配置ntp服务的方法教程
通过以上步骤,您不仅能在CentOS 7系统中成功部署NTP服务,还能确保其配置合理、运行稳定,为系统时间的精确性提供保障。欲了解更多高级配置或遇到特定问题,提供了丰富的服务器管理和优化资源,可作为进一步学习和求助的平台。
26 1
|
24天前
|
NoSQL Linux Redis
Docker学习二(Centos):Docker安装并运行redis(成功运行)
这篇文章介绍了在CentOS系统上使用Docker安装并运行Redis数据库的详细步骤,包括拉取Redis镜像、创建挂载目录、下载配置文件、修改配置以及使用Docker命令运行Redis容器,并检查运行状态和使用Navicat连接Redis。
171 3
|
24天前
|
关系型数据库 MySQL Linux
在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤
本文介绍了在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤,包括准备工作、下载源码、编译安装、配置服务等,并与使用 RPM 包安装进行了对比,帮助读者根据需求选择合适的方法。编译源码安装虽然复杂,但提供了更高的定制性和灵活性。
192 2
|
26天前
|
关系型数据库 MySQL Linux
在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤
【10月更文挑战第7天】本文介绍了在 CentOS 7 中通过编译源码方式安装 MySQL 数据库的详细步骤,包括准备工作、下载源码、编译安装、配置 MySQL 服务、登录设置等。同时,文章还对比了编译源码安装与使用 RPM 包安装的优缺点,帮助读者根据自身需求选择合适的方法。
49 3
|
25天前
|
安全 Linux 数据库连接
CentOS 7环境下DM8数据库的安装与配置
【10月更文挑战第16天】本文介绍了在 CentOS 7 环境下安装与配置达梦数据库(DM8)的详细步骤,包括安装前准备、创建安装用户、上传安装文件、解压并运行安装程序、初始化数据库实例、配置环境变量、启动数据库服务、配置数据库连接和参数、备份与恢复、以及安装后的安全设置、性能优化和定期维护等内容。通过这些步骤,可以顺利完成 DM8 的安装与配置。
156 0