I am having some issues with changing the Primary DPM server for my protected servers.
We have had to change the design now that instead of having the remote servers backing up one of it's neighbours physical servers all they will be backing up is the DPM server itself (we were having issues with our 100mb link not liking the amount of data going across it every two hours).
Now each site will back up it's own servers and one of it's neighbours will back up the DPM server every 24 hours.
I used the setdpmserver –dpmServerName command on the agent and the Attach-ProductionServer.ps1 <DPM server name> <production server name> <user name> <password> <domain> command on the DPM server, this moved the agent to the new DPM server, I refreshed the information on the old DPM server and then removed the servers from the list.
Now comes the problem, none of the DPM servers have any protection groups. All of the old data has been removed (due to the fact that I needed to remove it before I could delete the agent from the old server. When I try to create a new PG on the new DPM server it see's the agent on the server but when I try to add the data (network shares) it tells me I am trying to backup source data that's already protected by another primary DPM server and I can't get beyond there (the old protection group data is gone so it can't map to there) and I have tried using the Start-ProductionServerSwitchProtection commandlet, but that fails with
Start-ProductionServerSwitchProtection : Cannot bind parameter 'ProductionServer'. Cannot convert the "eoe-fsnr01" value of type "System.String" to type "Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.ProductionServer".
At line:1 char:39+ Start-ProductionServerSwitchProtection <<<< + CategoryInfo : InvalidArgument: (:)
[Start-ProductionServerSwitchProtection], ParameterBindingException + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.Internal.EnterpriseStorage.Dls.UI.Cmdlet.ProtectionCmdLets.StartProductionServerSwitchProtection
I am kinda stuck, I can't reboot the servers with the agents on (live production servers, a mix of SQL and File Data) but I need to get them backed up again.
Any ideas?