I am trying to find a solution where we can automatically deconfigure clients which have no backup history. While also making sure we don’t mistakenly deconfigure any MediaAgents/proxies/CS/etc.
We’re trying to implement a set of policies/settings that would result in decom of a server simply by disabling backup activity at the client level.
I want to enable the Data Aging MM parameter to ignore cycles on backup activity disabled, so that if we disable backup activity it would prune the data after 35 days.
Then I want the client to remain for some time and if it has no backup history, then I want to have it automatically deconfigured after X days. Then we would turn on the option to delete deconfigured clients that have no protected data, so that things would eventually clean up automatically.
I am trying to find a setting to deconfigure clients which have no backup history - the closest thing I was able to engineer would be:
Smart Client Group
Deconfigure Client Workflow scheduled against that group.
But when trying to configure the smart group, the closest setting I can find is “Clients With No Archive Data” -- but it seems like that option only includes clients that are already deconfigured (Rules Available for Smart Client Computer Groups (commvault.com)). So I’m also playing around with smart client computer groups where “days since last backup” are greater than 35 days and not associated to infrastructure group. Also trying “client offline days” greater than X -- but that one seems to get the virtualization clients and index servers, which we do not want to deconfigure.
Does anyone have a better way to automatically deconfigure servers with no backup history?