Comments
3 comments
-
A SQL Backup cluster installation entails the following:
- installing the SQL Backup server components on both the active and passive nodes
- setting up the SQL Backup Agent service as a cluster resource in the SQL Server cluster group
- registering the SQL Backup extended stored procedures on the clustered SQL Server instance
Assuming your cluster is 'normal', for a new installation, all the above activities do not require a reboot of the machine nor a restart of the SQL Server instance.
For an upgrade, you may need to bounce the SQL Server instance if the extended stored procedures cannot be replaced, usually because SQL Server does not release the library from its process space. This is more common on SQL Server 2000 instances. -
Doesn't each node have a copy of the SQLBackupAgent?
In making it a cluster resource, do you mean making it critical to the cluster, so if it fails, the cluster fails over? -
Doesn't each node have a copy of the SQLBackupAgent?In making it a cluster resource, do you mean making it critical to the cluster, so if it fails, the cluster fails over?
Add comment
Please sign in to leave a comment.
Any restart of SQL Server required?
Thanks.[/u]