我试图通过dcos-vagrant在我的Mac上安装DC / OS群集。
Intallation非常顺利,没有发现错误。
# Do the fun!
def fire(self):
self.printHeader()
print ("Hitting webserver in mode '{0}' with {1} workers running {2} connections each. Hit CTRL+C to cancel.").format(self.method, self.nr_workers, self.nr_sockets)
if DEBUG:
print ("Starting {0} concurrent workers").format(self.nr_workers)
但是当我查看==> m1: sudo: chmod u+x /opt/mesosphere/bin/postflight.sh
==> m1: sudo: /opt/mesosphere/bin/postflight.sh
==> boot: DC/OS Installation Complete
==> boot: Web Interface: http://m1.dcos/
时,没有显示web-ui,显示http://m1.dcos/
错误,并且找不到dcos命令。
获取http://m1.dcos/ net :: ERR_EMPTY_RESPONSE
ERR_EMPTY_RESPONSE
任何人都可以帮助我!提前谢谢!
dcos无法正常工作,我没有安装dcos CLI。
答案 0 :(得分:0)
要安装CLI,请复制并粘贴到终端中:
mkdir -p dcos
cd dcos
curl -O https://downloads.dcos.io/dcos-cli/install.sh
bash ./install.sh . https://m1.dcos
source ./bin/env-setup
答案 1 :(得分:0)
来自http://m1.dcos/的空响应似乎表明UI服务或管理路由器出现问题,但CLI工作意味着管理路由器可以访问并正确代理组件,如Marathon& Mesos。
您可以查看管理员路由器日志,看看它是否无法提供UI html / js。
状态:
systemctl status dcos-adminrouter.service
日志:
journalctl -u dcos-adminrouter