IBM DataPower Operations Dashboard v1.0.12.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Uninstall


DPOD removal is not applicable for Appliance installation mode, Docker container edition and Developer edition.

Remove DPOD from the DataPower Gateways

How to Uninstall DPOD from DataPower

Remove DPOD Application From the Installed Server (non-appliance mode only)

In order to remove DPOD application from the installed server, execute the following commands:

cd /
test -f /etc/init.d/DisabledMonTier-AgentNode && mv /etc/init.d/DisabledMonTier-AgentNode /etc/init.d/MonTier-AgentNode
montier_env_uninstall.sh
rm -fr /shared/* /logs/* /data/* /installs/* /app/custom /app/elasticsearch_nodes /app/sources /app/utils /app/version /app/scripts /app/flume /etc/sysconfig/MonTier /etc/profile.d/montier-profile.sh /etc/init.d/MonTier-* /data2*/* /data3*/* /data4*/*
for i in {1..10}; do echo "Attempt $i"; rpm -qa | grep -i -e montier -e product-logo | xargs --no-run-if-empty -I rrr rpm -e rrr; done;



IBM DataPower Operations Dashboard (DPOD) v1.0.12.0