redgate backup installation from command line
garga1
Posts: 9
Hello,
I am having some issues with trying to install backup tool using command line. It gets installed successfully using the GUI though. But I want the command line option. This is what I am running.
Please note that this is on a node which is part of a cluster. SQL Backup version: 7.3.1.1
SQBServerSetup.exe /VERYSILENT /I (STGSQL005_1) /PATH "O:STGSQL005_1_DMSSQL12.STGSQL005_1Red GateSQL Backup 7STGSQL005_1" /DATAPATH "O:STGSQL005_1_DMSSQL12.STGSQL005_1RedGateSQL BackupData" /LOGPATH "O:STGSQL005_1_DMSSQL12.STGSQL005_1RedGateSQL BackupLog" /LOG /EXITCODEFILE "RedGateSetupExitCodeLog.txt"
@servername = STGSQLCLUS005-1STGSQL005_1
I did not provide any username/pwd. Documentation says that in such a case, it will pickup the account name the sql service is running under. That account is sysadmin at sql level and administrator at host level.
The install does not generate any error (even when I don't specify the VERYSILENT switch). The exitcodefile has just 65536 in it. Per documentation,it means "The SQL Backup Agent service was unable to start within 1 minute."
Please help.
Thanks.
Ajay
I am having some issues with trying to install backup tool using command line. It gets installed successfully using the GUI though. But I want the command line option. This is what I am running.
Please note that this is on a node which is part of a cluster. SQL Backup version: 7.3.1.1
SQBServerSetup.exe /VERYSILENT /I (STGSQL005_1) /PATH "O:STGSQL005_1_DMSSQL12.STGSQL005_1Red GateSQL Backup 7STGSQL005_1" /DATAPATH "O:STGSQL005_1_DMSSQL12.STGSQL005_1RedGateSQL BackupData" /LOGPATH "O:STGSQL005_1_DMSSQL12.STGSQL005_1RedGateSQL BackupLog" /LOG /EXITCODEFILE "RedGateSetupExitCodeLog.txt"
@servername = STGSQLCLUS005-1STGSQL005_1
I did not provide any username/pwd. Documentation says that in such a case, it will pickup the account name the sql service is running under. That account is sysadmin at sql level and administrator at host level.
The install does not generate any error (even when I don't specify the VERYSILENT switch). The exitcodefile has just 65536 in it. Per documentation,it means "The SQL Backup Agent service was unable to start within 1 minute."
Please help.
Thanks.
Ajay
Comments
Any ideas? This is needed to save issues when we failover an instance to another host. Our backups start failing because the default locations are on the C: drive and C: drive is not a clustered disk. I want to put the binaries and the datafiles on a clustered source.