Apigee Edge の起動、停止、再起動

Edge for Private Cloud v. 4.16.05

サブシステムの停止と起動の順序が重要です。開始スクリプトと停止スクリプトは、 ただし、同じノード上で実行される Edge コンポーネントについてはその処理が自動的に行われます。

停止順序: 複数のノードに Edge をインストールする場合は、Edge を停止する必要があります。 コンポーネントを次の順序で配置します。

  1. Apigee UI
  2. 管理サーバー
  3. ルーター
  4. Message Processor
  5. Qpid サーバー
  6. Postgres サーバー
  7. OpenLDAP
  8. クピッド
  9. PostgreSQL データベース
  10. Cassandra
  11. ZooKeeper

開始順序: 複数のノードに Edge をインストールする場合は、 これらのノード上のエッジ コンポーネントは、次の順序で配置されます。

  1. ZooKeeper
  2. Cassandra
  3. OpenLDAP
  4. クピッド
  5. PostgreSQL データベース
  6. 管理サーバー
  7. ルーター
  8. Message Processor
  9. Qpid サーバー
  10. Postgres サーバー
  11. Apigee UI

次のスクリプトは、システムで実行するように構成された 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 ステータス

Cloud Shell の起動、停止、再起動は、 個別のサービス

次のツールを使用すると、任意のインスタンスで個々の 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 のいずれかです。

たとえば、Management Server を起動、停止、再起動するには、次のコマンドを実行します。

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

次のコマンドを使用して、個々の Apigee サービスのステータスを確認することもできます。 command:

apigee-service edge-management-server status