January 26, 2004 at 8:54 am
Hi ,
Did any body had a way to restore sql cluster database from Legato, If so please let me know details.
Venkatesh
Thanks
venkatesh
January 27, 2004 at 11:43 am
What mode are using within the cluster? Active/Active nodes or Active/Passive?
Regards,
Rusty
January 27, 2004 at 11:48 am
two node cluster with Active/Passive mode.
Thanks
venkatesh
January 27, 2004 at 12:01 pm
What are you lokking to restore? Just a single database or one of the system DB's?
If it is just regular database, assuming you have the correct BSM for SQL Server installed, you can perform the restore on the active node with no issues. Just make sure all active sessions are disconnected and start the restore using the Networker User for SQL Server session.
HTH,
Rusty
January 28, 2004 at 7:40 am
We use Legato Co-StandbyServer in active/passive SQL Cluster environment. Legato works in a low-level "hidden" mode mirroring disk drives and SQL configuration changes. We treat the "Active" node like a stand-alone SQL Server. Our process for simple database restores:
1. Uncheck "Automatic Failover" box in properties of "Active" node.
2. Deactivate "Passive" node.
3. Restore database.
4. Reactive "Passive" node.
5. Check "Automatic Failover" box in properties of "Active" node.
Basically, database restores impact the data (.MDF and .LDF) files stored on disks within our cluster. The disk mirroring of the cluster handles the impact of a restore. The only thing we are carefull to avoid is the cluster "failing over" in the middle of a restore - ouch! To avoid "cluster" problems during the restore: steps 1, 2, 4, & 5 are preventative measures; step 3 is the actual restore. Technically, step 3 is the only "required" step (if you believe everything you read - we don't).
Sorry for the length, hope this is helpful.
David
January 28, 2004 at 7:49 am
Thanks of info David, its nice you replied with patience. Do you restore any time through scripts from Legato i.e,. for multi database restore. If so, please send me the scripts which can help ful for me.
Thanks
venkatesh
January 28, 2004 at 7:53 am
Don't have to restore often enough to require "scripting" it out. Sorry.
January 30, 2004 at 8:31 am
Hi ,
While restoring from Legato tapes onto the cluster database instance is saying "Waiting for SQL server startup to complete". Can you please let me know what that mean. Is i am missing anything.
Venkatesh
venkatesh
January 30, 2004 at 10:03 am
Sorry for the delay.
I take it you had to restart the server? The way our system is set up, SQL Server does not start automatically on Windows Startup. The logical drives for SQL Server are managed by the Legato cluster, so Legato has to have them up and running BEFORE SQL is allowed to start. Legato then has .CMD scripts to start up services (including SQL Server) which run as old-fashion MS-DOS .BAT files.
These "scripts" may not have ran yet, are waiting for input from you, or are waiting for you to "acknowledge" them by closing the DOS window.
Hope this helps.
January 30, 2004 at 10:08 am
I've seen this error before. It mean you are running the wrong version of the BSM for the version of the SQL server. Check Legato's web site for the correct version / patch level.
HTH,
Rusty
January 30, 2004 at 3:18 pm
Hi ,
We are running latest version BSM. AS davidf said i didn't find any script as such in legato. Can you please explore more which can help in this.
venkatesh
February 2, 2004 at 7:32 am
What patch level has been applied to SQL Server?
February 2, 2004 at 1:31 pm
SP3
Thanks
venkatesh
February 2, 2004 at 1:40 pm
Try this... This what we have done in the past to fix this issue.
1. Uninstall NMSQL V3.1 using NMSQL V3.1
2. Install NMSQL V3.0.1.
February 2, 2004 at 1:45 pm
Just to give an update which i forgot to mention. Before trying restore in the same server, we did done in different server using NWMSQL 3.1 with the option COPY, it did worked fine. Is there any steps i need to take if i need to restore on the same server using the same option while SQL server is running.
Please advise.
Thanks
venkatesh
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic. Login to reply