wang_rx 发表于 2015-10-14 07:10:21

cloudstack下载ISO状态为空问题

  如果status状态为空,或者是ready为no,总之management server就是不下载iso镜像,我们可以按照以下步骤依次查看。
  

  1 首先先检查一下服务器是否能够访问下载镜像的url地址,可以用curl或浏览器进行判定。
  2 然后看一下二级存储服务(Secondary Storage)是否启动,如果二级存储用的是nfs,那么用service nfs status查看状态,start启动,stop关闭。
  3 关闭服务器的防火墙,/etc/init.d/iptables stop,防止8250等端口被墙。
  4 关闭服务器的selinux, setenforce permissive。
  5 还要查看management server上的全局参数secsstorage.interal.sites是否是二级存储的地址,默认0.0.0.0要根据自己的环境配置。一般还要写上子网掩码,如10.10.10.0/24.
  

  如果上述都试过了还不行,那你就要考虑你在装cloudstack management的时候很可能是哪个地方安错了,仔细再检查一遍自己的安装过程。
  在安装cloudstack的过程中,一定要学会查看日志,management server的日志一般在 /var/log/cloud/management/management-server.log。
  

  
原文:http://blog.iyunv.com/hongchangfirst/article/details/8979090
作者:hongchangfirst
hongchangfirst的主页:http://blog.iyunv.com/hongchangfirst

         版权声明:本文为博主原创文章,未经博主允许不得转载。
页: [1]
查看完整版本: cloudstack下载ISO状态为空问题