Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
DPOD removal is not applicable for Appliance installation mode, Docker container edition and Developer edition.

Remove DPOD from the DataPower Gateways

...

Remove All Monitored Devices from DPOD

Before uninstalling the product, navigate to [Manage → Devices → Gateways → Delete Gateway] and delete all monitored devices. Make sure to check the option "Delete Syslog logs targets from device" in the confirmation window.

For a complete removal of all changes made by DPOD to the monitored devices, see Gateway Changes Performed by DPOD.

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

Note

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

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

Code Block
themelanguageRDarkbash
shopt -s extglob
ps -ef | grep -i montier | grep -v grep | awk '{print $2}' | xargs -I ff kill -9 ff
cd /
test -f /etc/init.d/DisabledMonTier-AgentNode && mv /etc/init.d/DisabledMonTier-AgentNode /etc/init.d/MonTier-AgentNode
/app/scripts/montier_env_uninstall.sh
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;
rm -fr /shared/* /logs/* /data/* /installs/* /app/custom /app/elasticsearch_nodestmp/* /app/sources /app/utils /app/version /app/scripts /app/flume /!(tmp) /etc/sysconfig/MonTier /etc/profile.d/montier-profile.sh /etc/init.d/*MonTier-* /data2*/* /data3*/* /data4*/* rpm -qa | grep/var/lock/subsys/MonTier*
sed -i -e '/montier -e product-logo | xargs --no-run-if-empty -I rrr rpm -e rrr
/d; /cell-manager/d' /etc/hosts
sed -i '/montier/d' ~/.bashrc