ZStack CLI – zstack-ctl 管理命令

ZStack 常用管理命令

更新管理节点配置文件中的IP

zstack-ctl change_ip 

收集云平台诊断日志

zstack-ctl collect_log --full --db

基于zstack.properties的配置信息,重新安装rebbitmq

zstack-ctl reset_rabbitmq 

重启ZStack管理服务

zstack-ctl restart_node 

转存数据库到到备份文件

zstack-ctl dump_mysql

显示管理节点上ZStack的状态、日志文件、配置文件路径等信息

zstack-ctl status 

停止ZStack相关服务 / 启动ZStack相关服务

zstack-ctl stop 
zstack-ctl start 

查看 config

zstack-ctl show_configuration

修改 console proxy 配置

zstack-ctl configure consoleProxyOverriddenIp=IPADDRESS
# Set start console port
zstack-ctl configure consoleProxyPort=6900