I have a clustered MS SQL 2005 server environment running on W2K3 server. I take a snapshot of live databases, and present them to a second clustered MS SQL 2005 environment. When the SQL tries to mount the database, I get the error below:
Job 'Refresh SNAP' : Step 1, 'Attach DBs' : Began Executing 2008-02-14 09:20:00
Msg 5184, Sev 16, State 2, Line 1 : Cannot use file '<file_name>' for clustered server.
Only formatted files on which the cluster resource of the server has a dependency
can be used. Either the disk resource containing the file is not present in
the cluster group or the cluster resource of the Sql Server does not have a
dependency on it. [SQLSTATE 42000]
Where <file_name> is the name of the first file it tries to mount.
To create this dependency, I will need to temporarily off-line the SQL Server resource, add the dependency, then bring everything on-line. This will be a problem for us because we will need to create these snapshots at least once a day, and in some cases, multiple times a day. At those times, it will not be possible to off-line the SQL Server resource.
Is there a way to add a dependency to a resource without off-lining the resource?
Job 'Refresh SNAP' : Step 1, 'Attach DBs' : Began Executing 2008-02-14 09:20:00
Msg 5184, Sev 16, State 2, Line 1 : Cannot use file '<file_name>' for clustered server.
Only formatted files on which the cluster resource of the server has a dependency
can be used. Either the disk resource containing the file is not present in
the cluster group or the cluster resource of the Sql Server does not have a
dependency on it. [SQLSTATE 42000]
Where <file_name> is the name of the first file it tries to mount.
To create this dependency, I will need to temporarily off-line the SQL Server resource, add the dependency, then bring everything on-line. This will be a problem for us because we will need to create these snapshots at least once a day, and in some cases, multiple times a day. At those times, it will not be possible to off-line the SQL Server resource.
Is there a way to add a dependency to a resource without off-lining the resource?