通过在local.conf中启用,我已经在devstack环境中安装了ceilometer服务。“
enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification$
enable_service ceilometer-alarm-evaluator,ceilometer-alarm-notifier
enable_service ceilometer-api
enable_service ceilometer-aipmi但是,当我执行rejoin-stack.sh并输入Ctrl + a + "时,我无法列出服务。
我应该如何解决这个问题,因为我需要在安装kwapi时重新启动ceilometer服务?
提前谢谢你。
发布于 2015-05-13 21:42:57
Ceilometer是由其他服务使用的中间件。要“重新启动ceilometer”,您应该使用./unstack.sh后跟./stack.sh重新启动整个堆栈。如果想要卸载并重新安装,可以运行./lean.sh,然后运行./stack.sh。
发布于 2015-11-19 17:53:59
当你想用devstack重启服务时,主要有两种方法:
但是,我建议您在使用devstack重新启动任何服务时使用第一种方法。这是让你的系统运行顺畅的最好方法。
发布于 2016-01-10 04:37:10
- You can find the file ./rejoin\_stack.sh
- Execute the same.
- It will be executed and screen will be opened for access.
- press ctrl + a + shift + "
- Then it will be listing the running services
- can move to service which needs to be stopped by scrolling towards it.
- on the service which is needs to be stopped press enter
- then press ctrl + c , it will stop the service
- then press up arrow key to run the service again
- service will be restarted successfully.
https://stackoverflow.com/questions/29890607
复制相似问题