Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 moving SQL server data to a new drive

Author  Topic 

shaminda
Starting Member

25 Posts

Posted - 2012-03-02 : 15:59:05
This weekend we are planning on changing the drive on our SQL Server 2000 cluster. I saw in of the forums that others have done this. Here is the lnk:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=62093

Here is what we are planning on doing:

Turn off MSSQLSERVER service
Turn off SQLSEVERAGENT service

Copy the files to the new drive
Rename drive F: to a different letter
After the copy is complete rename the new drive to F:

Turn on the two services

So the question I have is do we keep both servers on while we copy the data? And do we turn the services off from cluster administrator or from Administration Tools?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-03-02 : 16:35:51
When using SQL Server on a cluster, always use cluster administrator to stop/start SQL Server.

Yes both servers should be on during the copy, although it's really only the active node that matters. Best not to do any maintenance on the other node during the copy just in case.

And make sure you have valid (restorable) backups in case things go wrong. It happens.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

shaminda
Starting Member

25 Posts

Posted - 2012-03-07 : 11:08:38
Thanks tkizer! This past weekend we moved the data to the new drive. The only problem we had was, we had folder paths that were longer than 256 characters. We had to use Robocopy to copy the data to the new drive. Other than that every thing else was a breeze. Performance on our clients have improved significantly since we changed to the new drive.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-03-07 : 15:12:01
256 characters! Oh my!

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2012-03-07 : 15:30:09
Lions, and Tigers, and Bears....

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


Go to Top of Page
   

- Advertisement -