Windows Thread, Moving Servers - Profiles and My Documents in Technical; Hello,
We are moving all our User Areas and Profiles from one server to another.
I am going to use ...
-
11th April 2008, 03:44 PM #1
- Rep Power
- 13
Moving Servers - Profiles and My Documents
Hello,
We are moving all our User Areas and Profiles from one server to another.
I am going to use Backup Exec - Folder Redirection to keep permissions etc.
Question???????
If I Stop sharing the User Shares on one server, And Copy to another server -What happends to teachers offline files?, For example.
Sat - I Stop the old user Shares, Copy the folders to new servers, under new shares, change the AD to point to new location.
Sun A Teacher on their laptop at home makes a new document - not connected to the network.
Monday Teacher will not be able to Sync (as folder does not exist),When they Sync again....
Q1 Will they loose document???
Q2 Will it auto Sync to new location?
Q3 Will File Sync think its a new document and ask about conflicts?
Q4 Will Sync Lock all documents until Sync Problems resolved?
Any ideas ????
-
-
IDG Tech News
-
11th April 2008, 03:55 PM #2 To redirect offline files to point to the new server share you use csccmd.
You need a copy of csccmd available from MS
Then I used the following in a batch file:
if not exist h:\flag.txt goto move
goto end
:move
\\server\public\StaffOnly\ICTSupport\csccmd.exe /moveshare:\\server02\%username%$ \\server03\%username%$
echo . > h:\flag.txt
pause
:end
Ben
-
2 Thanks to plexer:
benIT (11th April 2008), contink (12th December 2009)
-
11th April 2008, 04:38 PM #3
- Rep Power
- 13
Many thanks Plexer.
Found the MS Tool - It;s here Features and functions in version 1.1 of the Client-Side Caching Command-Line Options command-line tool
The Scripts a good Idea, I assume you run the batch file at startup Plexer??
Would this also work for Redirected My Documents? via GP, I could just use same method as flag.txt on desktop, if their then leave in place.
How long did you leave script in place for ??
Thanks
-
-
11th April 2008, 07:36 PM #4 If you've not already started this then make life easier for next time (because there will be a next time ...) by using DFS
Basically, what you do is share the folder as usual and then use DFS to give it a domain share name - eg your files are on server2 in a share called home so you refer to them as \\server2\home etc DFS allows you to use \\domain\share and this doesn't change when you get a new server; you just change the DFS so that it knows that \\domain\share is now on server3 rather than server2
-
Thanks to srochford from:
-
13th April 2008, 06:58 PM #5
- Rep Power
- 13
Good Thinking srochford, I was looking at implementing this.
Does this mean I would put \\domain\share\%username% in My Doc Path in AD??
Furthermore I assume this has no effect on file sync??
Many thanks
Ben
-
-
13th April 2008, 07:01 PM #6 When moving the files and shares personally i would use this: http://www.microsoft.com/windowsserv...ocs/msfsc.mspx
-
-
13th April 2008, 08:06 PM #7
- Rep Power
- 13

Originally Posted by
FN-Greatermanchester
mmm Looks good, just checking to see if it goes to 2008 server, had a change of heart and whilst building new doc server I have gone 2008!!!
Many thanks GreaterManchester
-
-
13th April 2008, 08:22 PM #8 The other way is to leave paths etc as they are now in AD and alias your new server so it still answers to the same name. That of course only works if you are rebuilding the old one or decommisioning it.
-
-
13th April 2008, 08:27 PM #9 hmm my post has gone again. Anyway i think that tool does work with server 2008.
Thanks for the thanks
-
-
13th April 2008, 11:03 PM #10 
Originally Posted by
benIT
Good Thinking srochford, I was looking at implementing this.
Does this mean I would put \\domain\share\%username% in My Doc Path in AD??
Furthermore I assume this has no effect on file sync??
Many thanks
Ben
Yes (to home folder path) and yes (it won't break file sync)
@jcollings - good idea (we use it!) but watch out for a quirk of Server 2003 (and I'd guess 2008) which prevents you accessing file shares using an alias. You need to set the registry value to disablestrictnamechecking and the server itself won't be able to access its own shares using the alias (not sure why; just know it breaks!)
-
-
14th April 2008, 09:11 AM #11
- Rep Power
- 13
For anyone reading this for their own use......
Update on the File Server Migration Toolkit running on Windows 2008....
Re: Server 2008 File Server Migration Toolkit - TechNet Forums
Seems MS have not included it to work on 2k8 - Discussion was 2-Jan-08 So not sure if any updates / developments on this. that said it may run anyway!!
-
-
14th April 2008, 11:22 AM #12 
Originally Posted by
srochford
Yes (to home folder path) and yes (it won't break file sync)
@jcollings - good idea (we use it!) but watch out for a quirk of Server 2003 (and I'd guess 2008) which prevents you accessing file shares using an alias. You need to
set the registry value to disablestrictnamechecking and the server itself won't be able to access its own shares using the alias (not sure why; just know it breaks!)
Yes - we had to do all that. We now have a small number of boxes with multiple identities. Think I'll just keep taking one away and see what happens a la Jenga!
-
-
14th April 2008, 12:23 PM #13 csccmd v1.1 has more features than ver 1.0 but only 1.0 is available to download from MS for v1.1 you have to contact them.
for moving shares v1.0 will be fine for deleting existing shares you need v1.1
Ben
-
-
10th December 2009, 12:05 PM #14 
Originally Posted by
benIT
For anyone reading this for their own use......
Update on the File Server Migration Toolkit running on Windows 2008....
Re: Server 2008 File Server Migration Toolkit - TechNet Forums
Seems MS have not included it to work on 2k8 - Discussion was 2-Jan-08 So not sure if any updates / developments on this. that said it may run anyway!!
Just to update this as I've been looking into this:
http://www.microsoft.com/downloads/d...DisplayLang=en
Win2k8 (including R2) seem to be compatible now...
-
SHARE: 
Similar Threads
-
By m2d2 in forum Network and Classroom Management
Replies: 6
Last Post: 31st January 2008, 08:26 PM
-
By crc-ict in forum Wireless Networks
Replies: 9
Last Post: 18th August 2007, 02:00 PM
-
Replies: 2
Last Post: 2nd February 2007, 08:47 AM
-
Replies: 5
Last Post: 12th December 2006, 06:06 AM
-
By alonebfg in forum Wireless Networks
Replies: 5
Last Post: 11th September 2006, 06:00 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules