This section describes how to uninstall BeanConnect under Linux.
Uninstalling the BeanConnect proxy container
If you have installed the proxy container as a Linux service, you must delete this service first by calling the delete-bccontainer-service.sh
script.
If you have installed the MC-CmdHandler of the proxy container as a Linux service, you also must delete this service first by calling the delete-bcmccmdhandler-service.sh
script.
To uninstall the proxy container you simply have to delete the home directory of the proxy container.
Uninstalling the BeanConnect Management Console
To uninstall the Management Console you simply have to delete the home directory of the Management Console.
Uninstalling the BeanConnect product files
You use the following command to uninstall the BeanConnect product files:
rpm -e --nodeps BC$(versionL)-$(versionDot)-1.x86_64
Uninstalling openUTM
You use the following command to uninstall openUTM:
rpm -e UTM<version>
Uninstalling openUTM-LU62 Gateway
You use the following command to uninstall the openUTM-LU62 gateway:
rpm -e UTMLU62-<version>
Uninstalling PCMX
You use the following command to uninstall PCMX:
rpm -e --nodeps PCMX-<version>
To obtain the exact package name, enter rpm -qa | grep PCMX .