I am testing this portion DPM and would like to know, does anyone know the
commandlet this refers to? I've been checking around and can't seem to find
it.
We backed up the DPM replicas and the DPm database to tape and destroyed the
DPM server. The DPM database restore seemed to go find and we've reallocated
the replica's, but I just can't find the commandlet this refers to. Thanks
--
Thanks
//Balaji Hariharan[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Tim Simmons" <TimSi...@discussions.microsoft.com> wrote in message
news:B839A275-F57A-49E8...@microsoft.com...
--
Thanks
//Balaji Hariharan[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Balaji Hariharan[MSFT]" <balaji.h...@online.microsoft.com> wrote in
message news:emeTcaT...@TK2MSFTNGP04.phx.gbl...
The section is question is under chapter 10.
For eg: To recover to a filesystem replica the command to create recovery
options would be
$rop = New-RecoveryOption -Filesystem -RecoverToReplicaFromTape 1
-RecoveryLocation DPMReplicaVolume -DPMLibrary <libraryobject> -TargetServer
<dpmservername> -OverWriteType OverWrite -RecoveryType Recover
Rest of the cmdlets for recovery are same as for a normal recovery to the
Production Server.
Note: You can recover your replica from tape only when the replica is
'Manual replica creation Pending' state.
Thanks,
Krishna Ganesula[MSFT]
--
Thanks
//Balaji Hariharan[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Tim Simmons" <TimSi...@discussions.microsoft.com> wrote in message
news:C9C57C63-1E37-446E...@microsoft.com...
I get this error:
New-RecoveryOption : Parameter set cannot be resolved using the specified
named
parameters.
At line:1 char:19
+ new-recoveryoption <<<< -Filesystem -RecoverToReplicaFromTape 1
-RecoveryLoc
ation DPMReplicaVolume -DPMLibrary $liblist[0] -Targetserver dpmtest2
-overwrit
etype overwrite -Recoverytype recover
I figured it might be the way that $liblist[0] was expanding, so I wrapped
it in quotes as such:
new-recoveryoption -Filesystem -RecoverToReplicaFromTape 1 -RecoveryLocation
DPMReplicaVolume -DPMLibrary "$liblist[0]" -Targetserver dpmtest2
-overwritetype overwrite -Recoverytype recover
And now I get this:
New-RecoveryOption : Cannot bind parameter 'DPMLibrary'. Cannot convert
value "
Id = 5cbe3eef-45d0-449f-b286-3e5890ee56ef
IsBarcodeSupportedField = False
IsEnabled = True
IsOffline = False
IsDoorOpen = False
MachineName = dpmtest2.INSIGHT
NeedsFastInventory = False
NumberOfChangers = 0
NumberOfIEPortSlots = 0
ProductId =
ScsiBus = -1
ScsiLun = -1
ScsiPort = -1
ScsiTargetId = -1
SerialNumber =
Type = StandAloneDriveTapeLibrary
UserFriendlyName = Firestreamer Tape Drive
VendorId =
Id = d8b361c8-67d2-4abf-96ef-bc65ac6f8b70
IsBarcodeSupportedField = False
IsEnabled = False
IsOffline = True
IsDoorOpen = False
MachineName = dpmtest2.INSIGHT
NeedsFastInventory = False
NumberOfChangers = 0
NumberOfIEPortSlots = 0
ProductId =
ScsiBus = -1
ScsiLun = -1
ScsiPort = -1
ScsiTargetId = -1
SerialNumber =
Type = StandAloneDriveTapeLibrary
UserFriendlyName = Firestreamer Tape Drive
VendorId =
Id = 0e424ec7-ac7c-4add-89f3-fdc4b82535ff
IsBarcodeSupportedField = False
IsEnabled = True
IsOffline = True
IsDoorOpen = False
MachineName = dpmtest2.INSIGHT
NeedsFastInventory = False
NumberOfChangers = 0
NumberOfIEPortSlots = 0
ProductId =
ScsiBus = -1
ScsiLun = -1
ScsiPort = -1
ScsiTargetId = -1
SerialNumber =
Type = StandAloneDriveTapeLibrary
UserFriendlyName = Firestreamer Tape Drive
VendorId =
[0]" to type
"Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.LibraryMa
nagement.Library". Error: "Invalid cast from 'System.String' to
'Microsoft.Inte
rnal.EnterpriseStorage.Dls.UI.ObjectModel.LibraryManagement.Library'."
At line:1 char:106
+ new-recoveryoption -Filesystem -RecoverToReplicaFromTape 1 -RecoveryLocation
DPMReplicaVolume -DPMLibrary <<<< "$liblist[0]" -Targetserver dpmtest2
-overwr
itetype overwrite -Recoverytype recover
Any thoughts?
new-recoveryoption -Filesystem -RecoverToReplicaFromTape 1 -RecoveryLocation
DPMReplicaVolume -DPMLibrary $liblist[0] -Targetserver dpmtest2
-overwritetype overwrite
And I get this back:
DsmProperties :
Microsoft.Internal.EnterpriseStorage.Dls.XsdClasses.
MTA.DsmPropertiesType
AlternateLocation :
LibraryId : 5cbe3eef-45d0-449f-b286-3e5890ee56ef
SourceServer :
TargetServer : dpmtest2
RecoverToReplicaFromTape : True
I've waited about an hour now for anything to actually happen with the tape
or the replica volume, nothing budges. Any thoughts?
If you have any issues in running this sequence please mail me at
kris...@microsoft.com.
How do I get the <datasourceobject> refered to in "$rp = Get-Recoverypoint
<datasourceobject>"
I've tried get-datasource cmdlet and it spewed out 217K worth of data (I
diverted it to a text file and checked it's size). I'm protecting 1 volume on
a server and the DPM database itself. All I need to do now is restore this
one volume from tape back to the replica so I can start restoring files to
the protected server. I sent that data to a variable and tried to use it that
way, the results so far have been null. Please assist. Thanks.
For the particular issue that you are facing, I request you to contact us
over e-mail. You can mail us at
krisgane AT microsoft DOT com, prkumar AT microsoft DOT com
We can close on this offline and post the resolution to the newsgroup for
helping out everyone.
Thanks!
Prashant
--
--
Prashant Kumar [MSFT]
**This posting is provided "AS IS" with no warranties, and confers no
rights.
"Tim Simmons" <TimSi...@discussions.microsoft.com> wrote in message
news:8227468C-89AC-4ABB...@microsoft.com...