設定伺服器自動啟動功能

Edge for Private Cloud 4.19.01

在重新啟動期間,Edge Private Cloud 的內部部署安裝作業不會自動重新啟動。您可以使用下列指令,在任何節點上啟用/停用自動啟動功能。

如要啟用節點上的所有元件,請按照下列步驟操作:

/opt/apigee/apigee-service/bin/apigee-all enable_autostart

如要停用節點上的所有元件,請按照下列步驟操作:

/opt/apigee/apigee-service/bin/apigee-all disable_autostart

如要啟用或停用節點上特定元件的自動啟動功能,請按照下列步驟操作:

/opt/apigee/apigee-service/bin/apigee-service component_name enable_autostart
/opt/apigee/apigee-service/bin/apigee-service component_name disable_autostart

其中 component_name 是元件的識別碼。可能的值包括:

  • apigee-cassandra (Cassandra)
  • apigee-openldap (OpenLDAP)
  • apigee-postgresql (PostgreSQL 資料庫)
  • apigee-qpidd (魁北克)
  • apigee-sso (邊緣單一登入)
  • apigee-zookeeper (ZooKeeper)
  • edge-management-server (管理伺服器)
  • edge-management-ui (新版 Edge UI)
  • edge-message-processor (訊息處理器)
  • edge-postgres-server (Postgres 伺服器)
  • edge-qpid-server (快速伺服器)
  • edge-router (邊緣路由器)
  • edge-ui (傳統版 UI)

指令碼只會影響執行指令碼的節點。如要為自動啟動功能設定所有節點,請在所有節點上執行指令碼。

請注意,啟動元件的順序非常重要:

  1. 首先啟動 ZooKeeper、Cassandra、LDAP (OpenLDAP)

    如果以叢集形式安裝 ZooKeeper 和 Cassandra,則必須先啟動並執行完整的叢集,才能啟動其他 Apigee 元件。

  2. 接著,任何 Apigee 元件 (管理伺服器、路由器、UI 等)。針對 Postgres 伺服器,請先啟動 postgresql,針對 Qpid 伺服器,請先啟動 qpidd。

影響:

  • 如要完全重新啟動 Apigee Edge 環境,請先啟動含有 ZooKeeper 和 Cassandra 的節點,再啟動其他節點。
  • 如果有任何其他 Apigee 元件在一個或多個 ZooKeeper 和 Cassandra 節點上執行,則不建議使用自動啟動功能。請按照「啟動、停止、重新啟動及檢查 Apigee Edge 狀態」一文所述的順序啟動元件。

排解自動啟動問題

設定自動啟動後,Edge 在啟動 OpenLDAP 伺服器時遇到問題,可以嘗試停用 SELinux,或將所有節點設為寬鬆模式。如何設定 SELinux:

  1. 編輯 /etc/sysconfig/selinux 檔案:
    sudo vi /etc/sysconfig/selinux
  2. 請設定 SELINUX=disabledSELINUX=permissive
  3. 儲存編輯內容。
  4. 重新啟動裝置,然後重新啟動 Edge:
    /opt/apigee/apigee-service/bin/apigee-all restart