美文网首页
CentOS7 minimal ovirt self-hoste

CentOS7 minimal ovirt self-hoste

作者: 余带盐 | 来源:发表于2018-05-16 12:08 被阅读0次

    注:搭建 hosted-engine的node节点的ip是192.168.0.125,hostnamenodeTest,hosts中有192.168.0.125 nodeTest

    • 方法一(通过web界面安装)
    1. 安装ovirt42的源:
      yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm
    2. 下载cockpit-ovirt-dashboard
      yum install cockpit-ovirt-dashboard
    3. 启动
      systemctl start cockpit.socket
      systemctl enable cockpit.socket
    4. 浏览器打开界面
      url:https://192.168.0.125:9090/
    5. 登录


      image.png
    6. start


      image.png
    7. VM



    8. engine


      image.png
    9. Prepare VM


      image.png
      image.png
    10. 配置nfs服务器:/stock/hadta
    11. Storage


      image.png
    12. Finish


      image.png
    13. 进入网页查看
      domain:


      image.png

      host:


      image.png
      vm:
      image.png
    14. 在页面上新建其他hosted-engine主机


      image.png
    • 方法二(通过命令行)
    1. 配置nfs服务器:/stock/hadta
    2. 安装ovirt42的源:
      yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm
    3. 下载
      yum install ovirt-hosted-engine-setup
    4. 开始部署
      hosted-engine --deploy --ansible
      image.png
      image.png
      image.png
      注:这个选项是找ovirt-engine-appliance包的
      image.png
      image.png
      image.png
    • hosted-engine 命令
    1. 查看hosted-engine 状态
      hosted-engine --vm-status
    2. 进入虚拟机控制台
      hosted-engine --console
      注:console 虚拟机

    引用:
    通过web界面安装hosted engine:cockpit-ovirt-dashboard
    官网:Self Hosted
    官网:oVirt Self-Hosted Engine Guide

    相关文章

      网友评论

          本文标题:CentOS7 minimal ovirt self-hoste

          本文链接:https://www.haomeiwen.com/subject/keozlftx.html