Search found 4 matches

by robp
08 Feb 2014, 21:27
Forum: Firestreamer
Topic: fsmap keeps disappearing
Replies: 1
Views: 8009

fsmap keeps disappearing

Running DPM 2012 R2 on a 2012 R2 physical server with 6 Tb of local backup storage, using (6) 4 Tb Seagate external drives for offsite, formatted as 180 15 Gb tapes. Everything has been running fine, with the exception of an .fsmap file occasionally going missing. Well, now it seems that every weeke...
by robp
02 Jul 2011, 02:41
Forum: Firestreamer
Topic: problem automating the mounting of the tape library
Replies: 5
Views: 11228

Re: problem automating the mounting of the tape library

OK - I now have 2 scripts, dpm-load-tape.ps1 and dpm-unload-tape, and they are the same except in the unload version, I set $mapfile to "". Until I added the first line, it would run from the DPM console but wouldn't run from the powershell console. Now it does. Add-PSSnapin -name Microsof...
by robp
16 Jun 2011, 15:46
Forum: Firestreamer
Topic: problem automating the mounting of the tape library
Replies: 5
Views: 11228

Re: problem automating the mounting of the tape library

Here's the script alone without comments or output: [System.Reflection.Assembly]::LoadFrom("c:\Program files\Cristalink\FsChanger\FirestreamerInterface.dll") $FireTape = New-Object -TypeName Firestreamer.Driver.Controller $FireTape.Connect $AllLibraries = get-dpmlibrary -dpmservername cand...
by robp
16 Jun 2011, 01:57
Forum: Firestreamer
Topic: problem automating the mounting of the tape library
Replies: 5
Views: 11228

problem automating the mounting of the tape library

I am running DPM 2010 and using FireStreamer with great success. My only issue is, if I don't remember to manually unlock the tape door, mount the tape cartridge, and re-lock the tape door, I don't have a backup. Here's my attempt to automate the process - everything works but the actual FireStreame...