Wednesday, November 9, 2011

DPM–The VSS provider is in a bad state (ID 30111)

Today I would like to share information on VSS error in DPM I found useful  to first timers DPM Administrators.

In this scenario I have a Secondary DPM server backing up the Primary DPM server.

image

The Secondary DPM Server tried to do a Recovery Point Creation failed.

So the next thing that usually that a DPM administrator will do is to do a Inconsistency Check …. and guess what happens.  It failed too.

image

Well, there’s a trick here.  Check your Primary DPM server if there’s any Thumb Drive or Hard Drive attached to the USB port

Solution :

  • Remove those storage from the USB ports (Primary DPM Server).
  • Do a Consistency Check again in the Secondary DPM Server.
  • Once completed, then do a Recovery Point Creation in the Secondary DPM Server.

Issue solved !!  

Hope it helps Smile you.  Thank you.

keywords : 0x8004230F, ID 30111 Details: VssError: The shadow copy provider had an unexpected error while trying to process the specified operation. The VSS application writer or the VSS provider is in a bad state.  Consistency check failed.

 

Thursday, November 3, 2011

DPM–Can’t Remove Protected Computer in DPM Console

Today I receive a request that the DPM agent was installed into a protected computer is no longer needed and needs to be remove from the DPM.

Somehow, they hit an issue.  They can’t uninstall the Agent from the DPM server. 

First of all, you need to check that there’s no protection group exist for that particular server anymore in the DPM.

Next is go to the Protected Computer and ensure that there’s no DPM agent installed.  Go to the Add or Remove Programs and uninstall the DPM agent.

Once this is done, go back to the DPM server and launch the PowerShell for DPM.

image

  • Key in remove-productionserver.ps1 from the powershell and hit <Enter>
  • Key in the DPM Server name that is protecting the server in the DPM Server name after the DPMServer:: and hit <Enter>
  • Key in the Protected Server (that is to be remove from the DPM database) after the PSName:: together with the FQDN (meaning the computername plus the full domain name) and hit <Enter>

Once it’s removed, just bring back the DPM Console and go to the ManagementAgents.  You’ll no longer see the computer that was removed using the PowerShell anymore.

Thank you and hope this helps you as much it helps me.

keynote : remove DPM agent manually, can’t remove agent from DPM Console, Can’t remove DPM agent from DPM console. remove-productionserver.ps1 PSName DPMServer.