msgbartop
Everybody get your shell on!
msgbarbottom

Nov 04, 2008 11:10 am Scripting de-provisioning of a client in DPM

If you are trying to automate your DPM environment, part of the process is de-provisioning protection groups when a server no longer needs to be backed up. This code snippet will take a clientname input and dpmserver input parameter and remove all data sources (which will effectively remove the protection group) for that client. This [...]

Read the rest... »

Tags: ,

Nov 03, 2008 5:55 pm Problems with Windows system state backups and SQL

It appears there could potentially be issues with VSS when installing SQL on a Windows 2003 server. We had a machine that we were backing up with DPM (which uses, in this case, NTBackup to capture the system state). The machine was backing up fine until SQL Express was installed (I narrowed it down to [...]

Read the rest... »

Tags: , ,

Oct 31, 2008 4:13 pm Running DPM scripts outside of the DPM Management Shell

For the most part, running scripts through the DPM Management Shell works for most people. However, if you have many people that may be using your DPM oriented scripts (any script calling a DPM specific commandlet), it may be less confusing for them to run those through the actual powershell console. Also, this allows you [...]

Read the rest... »

Tags: ,

Oct 31, 2008 11:28 am Auto grow Replica space and Recovery point space

DPM has a handy function during client provisioning that allows you to automatically allocate a quota size.  Basically, it takes the used size on for a data source, multiplies it by three, and then divides that by two which give you your quota (say you are setting up a data source that is the C [...]

Read the rest... »

Tags: ,

Oct 31, 2008 10:57 am Auto running consistency checks

Frequently data sources can end up in a inconsistent state which will cause the job to fail until a consistency check has happened.  Inconsistent data sources typically are caused by reboots in the middle of a syncronization or general server unavailability during a syncronization period.  You can set consistency checks to run once every 24 hours on [...]

Read the rest... »

Tags: , ,