You can uninstall LifeKeeper in a Linux environment via the command line by entering the following command.
/opt/LifeKeeper/bin/rmlk
This command uninstalls all the LifeKeeper packages and removes the directory /opt/LifeKeeper from the system. The command can be run with or without LifeKeeper running on the system. If the command is run with LifeKeeper running on all nodes in the cluster, then hierarchies are unextended and any comm paths are removed. This ensures that all remnants of the node on which the command was run are removed from the remaining nodes which effectively removes the node from the cluster. If LifeKeeper is not running at the time the command is executed, the other nodes will have remnants remaining which may impact the running system. You may delete these by running the following command on the other nodes in the cluster (without LifeKeeper running), it will complete the uninstall.
/opt/LifeKeeper/bin/rmlk -l
Optional argument:
- -l which remove all LifeKeeper licenses
Use this command carefully.
Post your comment on this topic.