Clustering and Multiple Instances
richarde
Posts: 9
Hi Joyce or anyone reading this,
I was wanting to know whether anyone has deployed redgate onto a sql 2000 virtual server. I am wanting to employ Redgate as the standard backup process due to the compression and encryption facilities exposed by this but want to know whether there are any issues with doing this. I have 2 virtual servers one active/passive and another as a 3+1.
Also, does redgate support multi instances.
Thanks in advance.
Richard
I was wanting to know whether anyone has deployed redgate onto a sql 2000 virtual server. I am wanting to employ Redgate as the standard backup process due to the compression and encryption facilities exposed by this but want to know whether there are any issues with doing this. I have 2 virtual servers one active/passive and another as a 3+1.
Also, does redgate support multi instances.
Thanks in advance.
Richard
Comments
The complete answer is on the forums already:
http://www.red-gate.com/messageboard/vi ... php?t=1880
This should address any concerns you may have about SQL Backup on a cluster.
Thank you very much for your reply. The link provided has answered my questions.
Cheers
Rich
I'm running the sqbserversetup -i clustername
and sql backup still references the local machine for the backups. I still recieve error messages regarding the installation of the services. My database is called clientname-sql and resolves via DNS. I have the sql services running under a domain account (dba) and am installing sqlbackup as an administrator.
Any assistance would be appreciated.
Cheers,
Gavin
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Hi Petey,
Thanks for the quick response, the virtual server name is bestof-sql. I don't believe that we configured a seperate instance name. When running the install I simply get (Local), as I said above the -i option doesn't seem to change where the product tries to install. Any assistance would be appreciated.
Thanks,
Gavin
If you connect to the SQL Server virtual server using Query Analyzer or Management Studio, are you at least able to backup a database using sqlbackup e.g.
EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [c:\model.sqb] WITH INIT" '
Do ensure that the service has been started, and the service name should read 'SQL Backup Agent'.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
This is part of the problem, the sql backup services don't install.
Cheers,
Gavin
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
We got round this in the end by setting up a single SQL server, performing the restore and then using the standard export tools.
Thanks for your assistance though.
Regards,
Gavin