正在卸载 Edge

您可以卸载单个组件、所有组件,也可以从系统中彻底移除 Edge。此外,如果您已升级,则可以回滚 Edge

卸载各个组件

如需卸载组件,请使用以下形式的 apigee-service 实用程序:

/opt/apigee/apigee-service/bin/apigee-service component_name uninstall

其中,component_name 用于标识您要卸载的组件。component_name 的可能值包括:

  • apigee-cassandra (Cassandra)
  • apigee-openldap (OpenLDAP)
  • apigee-postgresql (PostgreSQL database)
  • apigee-qpidd (Qpidd)
  • apigee-sso (Edge SSO)
  • apigee-zookeeper (ZooKeeper)
  • edge-management-server (Management Server)
  • edge-management-ui (new Edge UI)
  • edge-message-processor (Message Processor)
  • edge-postgres-server (Postgres Server)
  • edge-qpid-server (Qpid Server)
  • edge-router (Edge Router)
  • edge-ui (Classic UI)

除了这些组件之外,您还可以卸载 apigee-provisionapigee-validate 组件。

例如,如需卸载 Edge 界面,请执行以下操作:

/opt/apigee/apigee-service/bin/apigee-service edge-ui uninstall

此命令不会删除任何数据或日志文件。它只会删除组件。

卸载所有组件

如需卸载节点上的所有 Apigee 组件,请卸载 apigee-service 实用程序:

/opt/apigee/apigee-service/bin/apigee-service apigee-service uninstall

此命令不会删除任何数据或日志文件。它只会删除组件。

移除 Edge

如需从系统中彻底移除 Edge,请执行以下操作:

  1. 停止计算机上运行的所有 Edge 服务:
    /opt/apigee/apigee-service/bin/apigee-all stop
  2. 清除 yum 缓存:
    sudo yum clean all
  3. 移除所有 Apigee RPM:
    sudo rpm -e $(rpm -qa | egrep "(apigee-|edge-)")
  4. 移除安装根目录:
    sudo rm -rf /opt/apigee
  5. 移除 NGINX 目录:
    sudo rm -rf /opt/nginx