IBM DataPower Operations Dashboard v1.0.22.x

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Remove All Monitored Gateways from DPOD

If you are uninstalling a DPOD All-in-One installation or a cell manager, navigate to [Manage → Topology → Gateways → Delete Gateway] and delete all monitored gateways. 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 gateways, see Gateway Changes Performed by DPOD.

Remove DPOD Application From the Installed Server

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

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/tmp/* /app/!(tmp) /etc/sysconfig/MonTier /etc/profile.d/montier-profile.sh /etc/init.d/*MonTier-* /data2*/* /data3*/* /data4*/* /var/lock/subsys/MonTier*
sed -i '/montier-/d; /cell-manager/d' /etc/hosts
sed -i '/montier/d' ~/.bashrc

  • No labels