oVirt专题:Hosted Engine之Engine Appliance使用(3)

(6)Engine VM操作流程
    a、配置网络

IP:192.168.14.77
NETMASK:255.255.252.0
GATEWAY:192.168.14.1

b、配置域名解析

192.168.14.67      node.test
192.168.14.77      engine.test

c、执行命令,部署engine

# engine-setup --config-append=/root/ovirt-engine-answers --offline        #(调用answer进行配置(answer文件在制作engine-appliance时已经放到appliance中),采用离线模式rpm包已安
装)
 [ 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‘, 
‘/root/ovirt-engine-answers‘]
           Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20141009035420-427q5m.log
           Version: otopi-1.3.0_master (otopi-1.3.0-0.0.master.20140911.git7c7d631.el6)
 [ INFO  ] Stage: Environment packages setup
 [ INFO  ] Stage: Programs detection
 [ INFO  ] Stage: Environment setup
 [ INFO  ] Stage: Environment customization
          
           --== PRODUCT OPTIONS ==--
          
           Configure Engine on this host (Yes, No) [Yes]: 
           Configure WebSocket Proxy on this host (Yes, No) [Yes]: 
          
           --== PACKAGES ==--
          
          
           --== ALL IN ONE CONFIGURATION ==--
          
          
           --== NETWORK CONFIGURATION ==--
          
           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  ] iptables will be configured as firewall manager.
           Host fully qualified DNS name of this server [engine.test.eayun]: 
 [WARNING] Failed to resolve engine.test.eayun using DNS, it can be resolved only locally
          
           --== DATABASE CONFIGURATION ==--
          
          
           --== OVIRT ENGINE CONFIGURATION ==--
          
           Engine admin password: 
           Confirm engine admin password: 
          
           --== PKI CONFIGURATION ==--
          
           Organization name for certificate [test.eayun]: 
          
           --== APACHE CONFIGURATION ==--
          
          
           --== SYSTEM CONFIGURATION ==--
          
          
           --== MISC CONFIGURATION ==--
          
          
           --== END OF CONFIGURATION ==--
          
 [ INFO  ] Stage: Setup validation
 [WARNING] Less than 16384MB of memory is available        #内存大小检测(ovirt3.5推荐engine内存大小16384MB)
         
           --== CONFIGURATION PREVIEW ==--
          
           Application mode                        : virt
           Datacenter storage type                 : False
           Firewall manager                        : iptables
           Update Firewall                         : True
           Host FQDN                               : engine.test.eayun
           Engine database name                    : engine
           Engine database secured connection      : False
           Engine database host                    : localhost
           Engine database user name               : engine
           Engine database host name validation    : False
           Engine database port                    : 5432
           Engine installation                     : True
           PKI organization                        : test.eayun
           Configure local Engine database         : True
           Set application as default page         : True
           Configure Apache SSL                    : True
           Configure WebSocket Proxy               : True
 [ INFO  ] Stage: Transaction setup
 [ INFO  ] Stopping engine service
 [ INFO  ] Stopping ovirt-fence-kdump-listener service
 [ INFO  ] Stopping websocket-proxy service
 [ INFO  ] Stage: Misc configuration
 [ INFO  ] Stage: Package installation
 [ INFO  ] Stage: Misc configuration
 [ INFO  ] Initializing PostgreSQL
 [ INFO  ] Creating PostgreSQL ‘engine‘ database
 [ INFO  ] Configuring PostgreSQL
 [ INFO  ] Creating/refreshing Engine database schema
 [ INFO  ] Creating CA
 [ INFO  ] Configuring WebSocket Proxy
 [ 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
          
           --== SUMMARY ==--
          
 [WARNING] Less than 16384MB of memory is available
           SSH fingerprint: D9:E9:E9:B5:0C:17:16:9F:8E:9D:B1:12:FD:AE:CA:17
           Internal CA D1:91:7E:6E:1C:1F:A5:EC:91:BE:5A:C5:ED:6B:63:F4:94:A8:DF:31
           Web access is enabled at:
               http://engine.test.eayun:80/ovirt-engine
               https://engine.test.eayun:443/ovirt-engine
           Please use the user "admin" and password specified in order to login
          
           --== END OF SUMMARY ==--
          
 [ INFO  ] Starting engine service
 [ INFO  ] Restarting httpd
 [ INFO  ] Stage: Clean up
           Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20141009035420-427q5m.log
 [ INFO  ] Generating answer file ‘/var/lib/ovirt-engine/setup/answers/20141009035903-setup.conf‘
 [ INFO  ] Stage: Pre-termination
 [ INFO  ] Stage: Termination
 [ INFO  ] Execution of setup completed successfully

此处返回第(5)步继续后面的操作。



OK。到此为止,基于Engine Appliance的hosted engine就配置完成了。

打开浏览器,访问Engine的IP地址:192.168.14.77即可访问到oVirt的WEB管理界面。



关于整个流程中一些细节分析,后续再添加。。。

时间: 2024-10-29 19:10:32

oVirt专题:Hosted Engine之Engine Appliance使用(3)的相关文章

oVirt专题:Hosted Engine之Engine Appliance使用(2)

(5)执行命令,部署hosted-engine # hosted-engine --deploy [ INFO  ] Stage: Initializing           Continuing will configure this host for serving as hypervisor and create  a VM where you have to install oVirt Engine afterwards.           Are you sure you want

oVirt专题:Hosted Engine之Engine Appliance使用(1)

前文中介绍了如何制作Engine Appliance.当Appliance制作好以后,如何使用它呢?下面就来详细介绍下Engine Appliance的使用方法. 首先,我们需要一台物理服务器,在这服务器上要先安装好CentOS7.0的操作系统.然后根据以下步骤进行配置: (1)配置网络 IP:192.168.14.67 NETMASK:255.255.252.0 GATEWAY:192.168.14.1 (2)配置域名解析 192.168.14.67      node.test 192.16

oVirt专题:Hosted Engine之Engine Appliance制作

oVirt v3.4开始支持Hosted Engine.什么是Hosted Engine呢?很简单,以前的管理节点是部署在一台物理机器上的,现在我们将管理节点部署到一台虚拟机中,并且这台虚拟机运行在oVirt虚拟化环境中的计算节点上.以前是先部署管理节点,然后部署计算节点,最后把计算节点注册到管理节点,这时通过WEB管理平台可以在计算节点上运行虚拟机.现在的需要先部署计算节点,然后在计算节点上起虚机部署管理节点.先后顺序有了变化. 前面提到需要将管理节点部署在一台虚拟机中,既然是虚拟机,那么我们

oVirt专题:Hosted Engine之Engine Appliance制作(2)

下面来分析下自动安装虚机时用到的ks文件: 默认情况下,整个自动安装过程会涉及到4个ks文件,但是我们可以根据我们的实际情况及需求进行灵活调整. (1)ovirt-appliance-fedora.ks.tpl **导入fedora-cloud-base.ks文件内容** %include fedora-spin-kickstarts/fedora-cloud-base.ks # # Repos # # baseurl variant #url --url=http://download.fed

engine.io分析1--socket.io的基石

转载请注明: TheViper http://www.cnblogs.com/TheViper 在上一篇socket.io迁移指南中提到过一点engine.io.engine.io是socket.io 1.x的抽象,核心. 特点: Maximum reliability(最大的可靠性) 即使在下列情况下,仍然可以建立连接: 1.代理,或负载均衡. 2.存在个人的防火墙,杀毒软件. Minimal client size(最小的客户端) 1.对flash传输方式懒加载 2.去除了冗余的传输方式 S

engine.io分析2--socket.io的基石

转载请注明: TheViper http://www.cnblogs.com/TheViper 源码分析 var engine = require('./node_modules/engine.io/lib/engine.io.js'); var server = engine.listen(8000,{ transports:['polling'] }); server.on('connection', function(socket){ socket.send('utf 8 string')

tomcat(13)Host和Engine容器

[0]README 0.1)本文部分文字描述转自 "how tomcat works",旨在学习 "tomcat(13)Host和Engine容器" 的基础知识: 0.2)Host容器:若你想在同一个tomcat部署 上运行多个Context 容器的话,就需要使用 Host 容器:它是Context容器的父容器:(干货--若你想在同一个tomcat部署 上运行多个Context 容器的话,就需要使用 Host 容器,Host容器表示包含有一个或多个 Context容

使用 Codec Engine 的 API 函数(七)

本文翻译自TI的手册,该手册是学习GPP+DSP开发的金典文档,希望对各位入门有所帮助,有理解不当之处望请赐教. Codec Engine Application Developer User's Guide.pdf (Literature Number: SPRUE67D) <Codec Engine 应用开发使用手册>           http://blog.csdn.net/dyzok88/article/details/42154487 <第一章 Codec Engine 概

activiti engine.schema.update DB_SCHEMA_UPDATE_FALSE

engine.properties # engine propertiesengine.schema.update=trueengine.activate.jobexecutor=falseengine.asyncexecutor.enabled=trueengine.asyncexecutor.activate=trueengine.history.level=full ProcessEngineConfiguration.createStandaloneInMemProcessEngineC