启动、停止和重启 Apigee Edge

适用于私有云的 Edge v. 4.16.05

停止和启动子系统的顺序很重要。启动和停止脚本 但前提是它已为您处理好在同一节点上运行的 Edge 组件。

停止顺序:如果您在多个节点上安装 Edge,则应停止 Edge 组件的运行顺序:

  1. Apigee 界面
  2. 管理服务器
  3. 路由器
  4. 消息处理器
  5. Qpid 服务器
  6. Postgres 服务器
  7. OpenLDAP
  8. Qpidd 卡
  9. PostgreSQL 数据库
  10. Cassandra
  11. ZooKeeper

启动顺序:如果您在多个节点上安装 Edge,则应从 这些节点上的 Edge 组件按以下顺序排列:

  1. ZooKeeper
  2. Cassandra
  3. OpenLDAP
  4. Qpidd 卡
  5. PostgreSQL 数据库
  6. 管理服务器
  7. 路由器
  8. 消息处理器
  9. Qpid 服务器
  10. Postgres 服务器
  11. Apigee 界面

以下脚本检测 Apigee 组件配置为在运行该系统的系统上 该脚本将会执行,并会按照正确的顺序启动或停止这些组件, 该节点。

  • 要停止 Apigee Edge、Apache Cassandra 和 Apache ZooKeeper,请执行以下操作:
    /<inst_root>/apigee/apigee-service/bin/apigee-all 停止
  • 如需启动 Apache ZooKeeper、Apache Cassandra 和 Apigee Edge,请执行以下操作:
    /<inst_root>/apigee/apigee-service/bin/apigee-all 开始
  • 如需检查服务器是否正在运行,请执行以下操作:
    /<inst_root>/apigee/apigee-service/bin/apigee-all 状态

启动、停止和重启 个人服务

您可以使用以下工具在任何服务器上启动/停止/重启单个 Apigee 服务 特定服务器

/<inst_root>/apigee/apigee-service/bin/apigee-service <service> <command>

其中:

  • &lt;service&gt; 是以下项之一:edge-management-server、edge-ui、edge-router、 Edge-message-processor、edge-qpid-server、edge-postgres-server、apigee-zookeeper、 apigee-cassandra、apigee-openldap、apigee-qpidd、apigee-postgresql
  • &lt;command&gt; 是以下内容之一:start、stop、 restart

例如,要启动、停止或重启管理服务器,请运行以下命令:

apigee-service edge-management-server start
apigee-service edge-management-server stop
apigee-service edge-management-server restart

您还可以使用以下代码来检查单个 Apigee 服务的状态 命令:

apigee-service edge-management-server status