启动

这种方法asctl方法将 Orchestrator 进程实例化:管理器、引擎监控器、工作者和杂种。

方法名称 启动
命令
asctl orchestrator:start
详细信息 实例化协调程序进程。
输入 无。
输出 STDOUT 以显示 Orchestrator 进程已停止。
# asctl orchestrator:start
starting...
started...
nohup: redirecting stderr to stdout

Orchestrator Status:
  -> Orchestrator Manager running with pid: 26783
  -> Orchestrator Engine running with pid: 26797
  -> Mongrel serving orchestrator on port 3000 is running with pid: 26802
  -> Mongrel serving orchestrator on port 3001 is running with pid: 26804
  -> Mongrel serving orchestrator on port 3002 is running with pid: 26806
  -> Orchestrator Monitor running with pid: 26800
  -> Asynchronous Worker Process 0 is running with pid: 26813
  -> Asynchronous Worker Process 1 is running with pid: 26815
  -> Synchronous Worker Process 2 is running with pid: 26817
  -> Synchronous Worker Process 3 is running with pid: 26819
  -> Synchronous Worker Process 4 is running with pid: 26821
  -> Synchronous Worker Process 5 is running with pid: 26811
注意:最初运行 asctl orchestrator:start 时,您可能看到的不是上述 Orchestrator 状态、Orchestrator Engine running with pid, 不同的地位:
 Orchestrator Engine NOT running
如果 Orchestrator 仍在完成安装过程,则会显示该信息。 要确认 Orchestrator 进程正在运行,请等待一分钟,然后运行以下命令:
asctl orchestrator:status
这将提供最新状态。 有关详细信息,请参阅 Status