Share migration - easy way?

Discussion in 'Software' started by Modey, Jun 15, 2009.

  1. Modey

    Modey Terabyte Poster

    2,397
    99
    154
    Hey all,

    I am thinking of migrating one of our main fileservers from 2003 R2 to a new virtual 2008 server running under HyperV and was wondering if anyone had or knows of a gem of a tool which will migrate all my shares (over 1000 of them).

    Last time I setup some scripts myself to do it, but it took a long time in the preparation. I know there are tools out there to do this, but was looking for a recommendation from someone who has used one of them.

    I have seen Robocopy mentioned but have never tried it. I was also looking into Secure Copy from Script Logic, but it looks like silly money considering I only really want to use it the once (Like £700 for 2 licenses).
     
    Certifications: A+, N+, MCP, MCDST, MCSA 2K3, MCTS, MOS, MTA, MCT, MCITP:EDST7, MCSA W7, Citrix CCA, ITIL Foundation
    WIP: Nada
  2. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211
    Modey,

    I found this artilce http://forums.techarena.in/server-networking/922342.htm. Hope it helps you.

    I never really done what you mentioned above... I used to xcopy to move files and folders across but never in the same volume as the amount of shares you have...
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA
  3. zebulebu

    zebulebu Terabyte Poster

    3,748
    330
    187
    ^^^ This

    Robocopy rules - use the '/MIR' switch to mirror the contents of one share to another drive. I run all my backups using robocopy scripts with the /mir switch.
     
    Certifications: A few
    WIP: None - f*** 'em
  4. Modey

    Modey Terabyte Poster

    2,397
    99
    154
    So will that do the shares as well Zeb?
     
    Certifications: A+, N+, MCP, MCDST, MCSA 2K3, MCTS, MOS, MTA, MCT, MCITP:EDST7, MCSA W7, Citrix CCA, ITIL Foundation
    WIP: Nada
  5. Gingerdave

    Gingerdave Megabyte Poster

    990
    44
    74
    be careful on how you use that, I have deleted files by mistake using that before. nothing vital just 15gb of the Manchester offices DR data :oops:
     
    Certifications: A+,MCP, MCDST, VCP5 /VCP-DV 5, MCTS AD+ Net Inf 2008, MCSA 2008
    WIP: MCSA 2012
  6. MLP

    MLP Kilobyte Poster

    305
    19
    59
    Hi

    Would this Knowledge-base article help at all?

    We had a similar situation whereby our users home areas were stored on one server, shared as \\servername\username, and we looked at this. In the end, after moving the files using ntbackup, we shared as \\servername\usergroup\username.

    HTH

    Maria
     
    Certifications: HND Computing
  7. zebulebu

    zebulebu Terabyte Poster

    3,748
    330
    187
    How did you manage that - the mirror switch simply mirrors data from one directory to the other - provided you're not doing anything daft like running it from the wrong side (i.e. FROM the new server TO the old server) I don't see how it can do any damage?
     
    Certifications: A few
    WIP: None - f*** 'em
  8. Modey

    Modey Terabyte Poster

    2,397
    99
    154
    After playing with tools like Robocopy etc.. I decided to do it the manual way so I knew it would defo be sorted. Was quite straight forward really, since I had some partial scripts from a previous filseserver migration.

    It consisted of using the DIR command with the /ad /b switches to get lists of users folders, then combining them in Excel using it's excellent string functions to create several batch files full of commands like this :-

    net share 02abbottd$=e:\users\intake02\02abbottd /grant:everyone,full /unlimited /cache:documents
     
    Certifications: A+, N+, MCP, MCDST, MCSA 2K3, MCTS, MOS, MTA, MCT, MCITP:EDST7, MCSA W7, Citrix CCA, ITIL Foundation
    WIP: Nada
  9. ThomasMc

    ThomasMc Gigabyte Poster

    1,507
    49
    111
    Use Robocopy like Zeb said or even RobocopyGUI if you don't like cli, the /mir switch owns
     
    Certifications: MCDST|FtOCC
    WIP: MCSA(70-270|70-290|70-291)
  10. nugget
    Honorary Member

    nugget Junior toady

    7,796
    71
    224
    Just wanted to say that myself.

    Here's a link to Robocopy GUI.

    Look in the november section.
     
    Certifications: A+ | Network+ | Security+ | MCP (270,271,272,290,620) | MCDST | MCTS:Vista
    WIP: MCSA, 70-622,680,685
  11. ThomasMc

    ThomasMc Gigabyte Poster

    1,507
    49
    111
    Has anyone tried RichCopy? looks intresting :D
     
    Certifications: MCDST|FtOCC
    WIP: MCSA(70-270|70-290|70-291)
  12. nugget
    Honorary Member

    nugget Junior toady

    7,796
    71
    224
    Damn. Just found that too but you beat me to it again.:x :dry :rolleyes: :biggrin
     
    Certifications: A+ | Network+ | Security+ | MCP (270,271,272,290,620) | MCDST | MCTS:Vista
    WIP: MCSA, 70-622,680,685
  13. ThomasMc

    ThomasMc Gigabyte Poster

    1,507
    49
    111
    Sorry Nug :)
     
    Certifications: MCDST|FtOCC
    WIP: MCSA(70-270|70-290|70-291)
  14. Gingerdave

    Gingerdave Megabyte Poster

    990
    44
    74
    Errm, :oops: Maybe....:biggrin
     
    Certifications: A+,MCP, MCDST, VCP5 /VCP-DV 5, MCTS AD+ Net Inf 2008, MCSA 2008
    WIP: MCSA 2012

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.