Apigee Edge 시작, 중지, 다시 시작

Private Cloud용 Edge v. 4.16.05

하위 시스템을 중지 및 시작하는 순서가 중요합니다. 동일한 노드에서 실행되는 Edge 구성요소의 이 작업을 자동으로 처리하는 시작 및 중지 스크립트가 제공됩니다.

중지 순서: 여러 노드에 Edge를 설치한 경우 해당 노드의 Edge 구성요소를 다음 순서로 중지해야 합니다.

  1. Apigee UI
  2. 관리 서버
  3. 라우터
  4. 메시지 프로세서
  5. Qpid 서버
  6. Postgres 서버
  7. OpenLDAP
  8. 큐피드
  9. PostgreSQL 데이터베이스
  10. Cassandra
  11. ZooKeeper

순서 시작: 여러 노드에 Edge를 설치한 경우 해당 노드에서 다음 순서로 Edge 구성요소를 시작해야 합니다.

  1. ZooKeeper
  2. Cassandra
  3. OpenLDAP
  4. 큐피드
  5. PostgreSQL 데이터베이스
  6. 관리 서버
  7. 라우터
  8. 메시지 프로세서
  9. Qpid 서버
  10. Postgres 서버
  11. Apigee UI

다음 스크립트는 스크립트가 실행되는 시스템에서 실행되도록 구성된 Apigee 구성요소를 감지하고 해당 노드의 올바른 순서로 해당 구성요소만 시작하거나 중지합니다.

  • Apigee Edge, Apache Cassandra, Apache JoKeeper를 중지하려면 다음 안내를 따르세요.
    /<inst_root>/apigee/apigee-service/bin/apigee-all stop
  • Apache 동물원키퍼, Apache Cassandra, Apigee Edge를 시작하려면 다음 안내를 따르세요.
    /<inst_root>/apigee/apigee-service/bin/apigee-all start
  • 서버가 실행 중인지 확인하려면 다음 안내를 따르세요.
    /<inst_root>/apigee/apigee-service/bin/apigee-all status

개별 서비스 시작, 중지, 다시 시작

다음 도구를 사용하여 특정 서버에서 개별 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 중 하나입니다.

예를 들어 관리 서버를 시작하거나 중지하거나 다시 시작하려면 다음 명령어를 실행합니다.

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