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를 설치하는 경우 이러한 노드의 에지 구성요소를 다음 순서로 배열할 수 있습니다.

  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 동물원을 중지하려면 다음 안내를 따르세요.
    /<inst_root>/apigee/apigee-service/bin/apigee-all 중지
  • Apache 동물원, 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-postgresq
  • &lt;command&gt;start, 중지, 재시작 중 하나입니다.

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

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