Comments
1 comment
-
Good Afternoon,
I checked with the developers and they said this in regards to the settings.ObjectsPendingRemoval table:
"It should be safe to delete the data from ObjectsPendingRemoval.
Background: When you remove a cluster, the details of the cluster are stored in ObjectsPendingRemoval, then the data relating to machines in the cluster is removed from the database shortly afterwards. As a result, ObjectsPendingRemoval doesn't hold state or anything particularly important."
With this in mind, one thing you can try to ensure the deletion of the data, is to re-add the servers and then remove them with the check box for deleting the data checked. I recommend this over trying to use a string as it can be very tricky to get the procedure with the strings to work.
Add comment
Please sign in to leave a comment.
7:Cluster,1,4:Name,s10:lucidrect1,
Lucidrect1 is the name of the server that I removed, but does anyone know what the rest of this string means? And if we can decipher this, can I add that string to the ObjectsPendingRemoval table with the name of the servers which I removed to get the data purged out?