Edge for Private Cloud v. 4.16.05
サブシステムの停止と起動の順序が重要です。開始スクリプトと停止スクリプトは、 ただし、同じノード上で実行される Edge コンポーネントについてはその処理が自動的に行われます。
停止順序: 複数のノードに Edge をインストールする場合は、Edge を停止する必要があります。 コンポーネントを次の順序で配置します。
- Apigee UI
- 管理サーバー
- ルーター
- Message Processor
- Qpid サーバー
- Postgres サーバー
- OpenLDAP
- クピッド
- PostgreSQL データベース
- Cassandra
- ZooKeeper
開始順序: 複数のノードに Edge をインストールする場合は、 これらのノード上のエッジ コンポーネントは、次の順序で配置されます。
- ZooKeeper
- Cassandra
- OpenLDAP
- クピッド
- PostgreSQL データベース
- 管理サーバー
- ルーター
- Message Processor
- Qpid サーバー
- Postgres サーバー
- 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>
ここで
- <service> は、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
- <command> は、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