csservice 的公用接口为 start-cal 和 stop-cal。本部分介绍上述每个包装脚本的用法,并包含解释选项的表格,以及要启动或停止的组件列表。
start-cal 的用法如下:
./start-cal [options...] [components...]
以下是选项列表:
显示此帮助列表。
启用调试模式。
列出活动的服务。
列出启用的服务。
列出所有服务。
以下是组件列表:
watcher |
ens |
store |
notify |
admin |
http |
dwp |
如果未列出任何组件,则 start-cal 将启动所有已启用的服务。
stop-cal 的用法如下:
./stop-cal [options...] [components...]
以下是选项列表:
显示此帮助列表。
启用调试模式。
强制停止使用 SIGKILL。(这只适用于 UNIX® 平台。)
以下是组件列表:
watcher |
mfagent |
ens |
store |
notify |
admin |
http |
dwp |
如果未列出任何组件,则 stop-cal 将停止所有已启用的服务。