+ Post New Thread
Results 1 to 6 of 6
Hardware Thread, Migrating off your Windows boxes onto the S7000 in Technical; Hello again, Another posting so soon... whats going on I hear you ask? Well maybe not.... Anyway, Today I'm going ...
  1. #1
    Hebdenlad's Avatar
    Join Date
    Apr 2009
    Location
    Hebden Bridge
    Posts
    194
    Thank Post
    243
    Thanked 84 Times in 42 Posts
    Rep Power
    25

    Migrating off your Windows boxes onto the S7000

    Hello again,

    Another posting so soon... whats going on I hear you ask? Well maybe not....

    Anyway, Today I'm going to tgalk about migration off the legacy Windows servers you have onto the nice new S7000's that are popping up all over the place and I am indebted to John at Settle College for this one (beers (or coffee) at least when we meet).

    John told me about a basic migration tool he found on the Microsoft Technet website called "Richcopy". It allowed him to migrate data off his old Windows boxes quickly and easily on to his nice new S7110 4TB.

    He did say that some of the extremely long file names that students had given certain documents (i.e. jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj jjjjjjjjjjjjjjjjjjjjjjjjjj.doc) were not picked up but it did give him an error report so he could look at those individual files.

    I've tried it here on my laptop to copy across some data onto my backup drive (yes I am a diligent little soldier and backup my data on a very regular basis - must be the StorageTek in me coming out).

    It's very easy to use, quick and above all free.

    Here's the link: Free Utility: RichCopy, an Advanced Alternative to RoboCopy

    right, off to make a chilli con carne for tea.

    Cheers,

    Phil

  2. Thanks to Hebdenlad from:

    john (13th August 2009)

  3. IDG Tech News
  4. #2
    DMcCoy's Avatar
    Join Date
    Oct 2005
    Location
    Isle of Wight
    Posts
    3,230
    Thank Post
    10
    Thanked 443 Times in 387 Posts
    Rep Power
    101
    Some issues with richcopy:

    Not all options work - Timestamps didn't get copied when I used it iirc.
    Do not copy multiple files simultaneously! It was quicker for me to delete and recopy with robocopy than it was to defragment the resultant mess with multiple files copied at once.

  5. #3

    maniac's Avatar
    Join Date
    Feb 2007
    Location
    Kent
    Posts
    3,035
    Thank Post
    209
    Thanked 425 Times in 306 Posts
    Rep Power
    140
    Richcopy just did not work for me when I tried it recently for migrating all my data to my new domain, it literally crashed out after a few minutes and produced a serious error report every time I tried it.

    I used Robocopy with the GUI so save having to type it in on the command line, that completed very very quickly, and produced a nice log file of everything it copied. Not one single error reported throughout the whole process.

    I believe someone on here is working on a file moving tool to do the same sort of things as robocopy/richcopy as well.

    Mike.

  6. #4

    Join Date
    Jan 2009
    Location
    England
    Posts
    1,365
    Thank Post
    245
    Thanked 278 Times in 245 Posts
    Rep Power
    75
    Quote Originally Posted by maniac View Post
    I believe someone on here is working on a file moving tool to do the same sort of things as robocopy/richcopy as well.

    Mike.
    Edumove is the tool you're thinking of (EduMove - Coming Soon). Hopefully it'll be out soon

    Provided it's out in the next week or so I'm planning on using it to migrate data to our 7110

  7. #5

    john's Avatar
    Join Date
    Sep 2005
    Location
    London
    Posts
    10,000
    Thank Post
    1,279
    Thanked 893 Times in 778 Posts
    Rep Power
    251
    Well its worked fine for me, for me the timestamps are not that bothering (I can live without them) and it just seemed to work and log what it didn't move (eg the long file names which always had crud in them like silly text files saying haha wasted ur time etc) but hey as with everything you find something that works well for one doesn't for another

  8. #6
    Duke's Avatar
    Join Date
    May 2009
    Posts
    1,009
    Thank Post
    298
    Thanked 171 Times in 157 Posts
    Rep Power
    55
    I couldn't use Robocopy as I've got a couple of 64-bit servers and Robocopy isn't x64 compatible. I think I looked at richcopy and it seemed good, can't remember why I didn't use it. Personally we just go back to using xcopy scripts here. It's old and awkward, but it does 'just work', although it still fails on long pathnames.

    Credit to my colleague Chris Hatherall (he's on Edugeek somewhere) for this (edited) one:

    Code:
    @echo off
    Echo From Server To Server File Copy
    echo From Server To Server File Copy > %temp%\Move.log
    echo. >> %temp%\Move.log
    echo.
    
    pause
    
    echo File Copy starting at %time%
    echo File Copy starting at %time% >> %temp%\Move.log
    
    xcopy "x:\Path\To\Source" \\S7000\path /e /d /v /c /i /f /h /r /y 1>> %temp%\Move.log 2>> %temp%\MoveErrors.log
    
    echo File Copy finished at %time%
    echo File Copy finished at %time% >> %temp%\Move.log
    
    pause
    notepad %temp%\Move.log
    notepad %temp%\MoveErrors.log
    After that I go through the error log and found out what failed, fix things like long paths and permissions then re-run it, make sure there's no errors. If you want something easier on the eyes then I run WinMerge (open-source, free) on the two directories to confirm they're the same. Note that this script wipes out permissions on files/folders, which was intentional for moving our shared resources as I wanted to reset them anyway.

    Cheers,
    Chris

SHARE:
+ Post New Thread

Similar Threads

  1. S7000 Discovery Days....
    By Hebdenlad in forum Hardware
    Replies: 0
    Last Post: 14th May 2009, 12:32 PM
  2. Migrating from Windows 2000 Server to Windows Server 2008
    By Kamran7860 in forum Windows Server 2008
    Replies: 1
    Last Post: 3rd April 2009, 10:29 AM
  3. IWB Control Boxes/Trunking Boxes?
    By dbsocs08 in forum Hardware
    Replies: 6
    Last Post: 12th December 2008, 06:46 PM
  4. Something to do with old boxes
    By webman in forum Jokes/Interweb Things
    Replies: 5
    Last Post: 30th May 2007, 11:17 PM
  5. Problems with Windows XP log in boxes.
    By MikeMyers in forum Wireless Networks
    Replies: 10
    Last Post: 1st December 2006, 03:05 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
  •