启动
执行如下命令来启动 LiCO :
若 管理节点 需要提供 web 服务,需要启动 nginx$ sudo systemctl start nginx $ sudo systemctl enable nginx
若 登录节点 需要提供 web 服务,需要启动 nginx$ sudo psh login systemctl start nginx $ sudo psh login systemctl enable nginx
启动 LiCO 监控服务$ sudo systemctl start lico-ganglia-mond $ sudo systemctl start lico-confluent-mond
启动 LiCO$ sudo systemctl start lico
LiCO 启动之后,删除文件lico_env.local
$ sudo rm -rf /root/lico_env.local
在启动 LiCO 服务之后,您可以通过浏览器来访问 LiCO,在浏览器中输入链接
https://<ip>:<port>
(<ip> 为您登陆节点的 ip,<port> 为您在/etc/nginx/conf.d/https.conf
文件中的配置,请参考: lico-portal)。 如果您安装正确,那么您将看到 LiCO 登陆页面,您可以使用设置的 ldap 账号(请参考: 初始化用户)来登陆 LiCO。