Uninstall layer7 software gateway
search cancel

Uninstall layer7 software gateway

book

Article ID: 371502

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Steps to uninstall gateway -- for software form factor only

Resolution

The software gateway is installed by rpm command, then we can unintall it by rpm command,

  1. show ssg package
    # rpm -aq|grep ssg
  2. uninstall 
    # rpm -e <ssg package>
    <ssg package> is the ssg package name from step 1
  3. some logs and custom file will not be deleted by uninstall, may need manually remove the gateway folder
    # rm -Rf /opt/SecureSpan/
  4. to uninstall policy manager, please refer to,
    https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/10-0/install-configure-upgrade/upgrade-or-uninstall-the-policy-manager.html