I am a developer on the DPM team and I have contributed in developing -
- Client-side caching model.
- GUI for library management.
- Cluster support.
- Sharepoint protection and recovery.
- Powershell based CLI.
The following script runs detailed inventory on all unknown tapes in all the libraries attached to the
This script runs a consistency check job on all the protected datasources that are in the invalid state
This script restores the latest recovery point of the specified SQL databases. Save this script as a
This script allows a user to mark any tape as free so that it is available for protection by DPM. Tapes
This script copies the latest recovery point of the specified SQL databases to the destination folder
In DPM, Jobs are objects that encapsulate the notion of a (typically) long running operation. Unfortunately
Please can you advise:
S C:\Tape Drive Tools\DPMeraseTape> C:\Tape Drive Tools\DPMeraseTape\DPMeraseTape.ps1
[01/11/2012 15:50:04] DPMeraseTape V1.2
[01/11/2012 15:50:04] ======================
[01/11/2012 15:50:04] TRAP: The term 'Get-DPMLibrary' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was inc
luded, verify that the path is correct and try again.
Exception calling "WriteEntry" with "3" argument(s): "The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security."
At C:\Tape Drive Tools\DPMeraseTape\DPMeraseTape.ps1:35 char:17
+ $log.WriteEntry <<<< ("TRAP: $TN: $msg", [system.Diagnostics.EventLogEntryType]::Error,9911)
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : DotNetMethodException