Viewing 4 posts - 1 through 4 (of 4 total)
The issue is the secondary server was renamed. If you check the servername you will notice it is incorrect.
SELECT @@SERVERNAME
These commands will correct the server rename and then it requires...
September 14, 2016 at 9:25 pm
Thanks again and this is the command syntax that worked:
--Powershell TSM Incremental Command
cd -Path "C:\Program Files\Tivoli\TSM\baclient"
$CMD = '.\dsmc.exe'
$arg1 = 'incremental'
$arg2 = '-domain="E:\Backup"'
& $CMD $arg1 $arg2
October 5, 2014 at 9:38 am
Thanks for the information.
I am not to worried about TSM support as much as getting the syntax correct for running the command.
October 4, 2014 at 3:57 pm
Just to clarify the local backup files are sent to tape nightly.
I also agree that DR is not a backup solution. If I had to pick I would always choose...
October 2, 2014 at 1:47 pm
Viewing 4 posts - 1 through 4 (of 4 total)