echo -e "192.168.0.222 aniu-ovirt\n" >> /etc/hosts
oVirt官方文档
- http://www.ovirt.org/documentation/
- http://www.ovirt.org/documentation/quickstart/quickstart-guide/#for-each-host-ovirt-node-fedora-host-centos-host
yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm
yum -y install ovirt-engine
https://ovirt.aniu.tv/ovirt-engine # ovirt.aniu.tv 是oVirt交互式安装时自定义的域名
cd /var/log/ovirt-engine/
tailf server.log
tailf engine.log
# 注意:笔者的环境 server.log 日志有下面报错
2017-08-19 15:56:46,388 WARN [org.apache.sshd.client.channel.ChannelExec] (pool-12-thread-3) Unknown channel request: keepalive@openssh.com
2017-08-19 15:56:52,789 WARN [org.apache.sshd.client.session.ClientConnectionService] (pool-12-thread-3) Unknown global request: keepalive@openssh.com
根据上面两个日志的输出,可以看出ovirt运行过程中是否出现了问题。