We need to repurpose an agent into another cluster. What steps need to be taken to move an agent from one cluster to another to ensure it’s clean to enter the new cluster. E.g. delete all data from database table x, delete all files in directory y etc.
Since we will be doing this reasonably frequently (setting up and testing data with external interfaces on one environment before bringing it into a live system), we want to be sure there is nothing hanging around that wouldn't be covered by the deletealldata.dmupgrade package.
If we could avoid an uninstall-reinstall, that would be preferable.
Hi Jack,
From DataMiner version 10.0.12.0 a new tool is available to reset the a DataMiner Agent to its default state from immediately after installation: SLReset.
You can find more information about this tool in Dojo (Factory Reset Tool)
Thanks Miguel – good information and your steps on other questions has also helped clear this up