Networking Forums

Networking Forums > Computer Networking > Windows Networking > Migrating Files without losing share name and Security permission(ACL)

Reply
Thread Tools Display Modes

Migrating Files without losing share name and Security permission(ACL)

 
 
ping
Guest
Posts: n/a

 
      09-16-2005, 09:27 AM
Hi,

I am migrating Windows 2000 to Windows 2003 soon. After the extending
the schema on Windows 2000 and replicate the AD to new server, as well
transferring roles, there is another problem I concern.

There are many individual shared folders that need to be moved/migrated
to the Windows 2003. Is there a way to keep the file permission as well
as the shared attributes when these files is moved to the windows
Server 2003?

I plan to map a drive and copy all the files, but with this way, i will
lose all my ACL, share name, etc on Win2k03.

Thanks.

 
Reply With Quote
 
 
 
 
Todd J Heron
Guest
Posts: n/a

 
      09-16-2005, 12:48 PM
Microsoft File Server Migration Toolkit (Windows Server 2003):
http://www.microsoft.com/windowsserv...ocs/msfsc.mspx

It not only migrates files and their associated permissions (both NTFS and
shared folder permissions), it also maintains UNC paths of files after they
are migrated to a new server.

--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights

"ping" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
Hi,

I am migrating Windows 2000 to Windows 2003 soon. After the extending
the schema on Windows 2000 and replicate the AD to new server, as well
transferring roles, there is another problem I concern.

There are many individual shared folders that need to be moved/migrated
to the Windows 2003. Is there a way to keep the file permission as well
as the shared attributes when these files is moved to the windows
Server 2003?

I plan to map a drive and copy all the files, but with this way, i will
lose all my ACL, share name, etc on Win2k03.

Thanks.

 
Reply With Quote
 
Kotowski
Guest
Posts: n/a

 
      09-16-2005, 02:33 PM
I just remembered in older times we used to have xcopy...

Good ol´command line.

"Todd J Heron" wrote:

> Microsoft File Server Migration Toolkit (Windows Server 2003):
> http://www.microsoft.com/windowsserv...ocs/msfsc.mspx
>
> It not only migrates files and their associated permissions (both NTFS and
> shared folder permissions), it also maintains UNC paths of files after they
> are migrated to a new server.
>
> --
> Todd J Heron, MCSE
> Windows Server 2003/2000/NT; CCA
> ----------------------------------------------------------------------------
> This posting is provided "as is" with no warranties and confers no rights
>
> "ping" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) ups.com...
> Hi,
>
> I am migrating Windows 2000 to Windows 2003 soon. After the extending
> the schema on Windows 2000 and replicate the AD to new server, as well
> transferring roles, there is another problem I concern.
>
> There are many individual shared folders that need to be moved/migrated
> to the Windows 2003. Is there a way to keep the file permission as well
> as the shared attributes when these files is moved to the windows
> Server 2003?
>
> I plan to map a drive and copy all the files, but with this way, i will
> lose all my ACL, share name, etc on Win2k03.
>
> Thanks.
>
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      09-16-2005, 03:20 PM
"Kotowski" <(E-Mail Removed)> wrote in message
newsE28B536-E3DC-4551-AEF9-(E-Mail Removed)...
> I just remembered in older times we used to have xcopy...


But it would not move the Shares and the NTFS Permissions. Those had to be
recreated.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      09-16-2005, 03:21 PM
"Todd J Heron" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Microsoft File Server Migration Toolkit (Windows Server 2003):
>

http://www.microsoft.com/windowsserv...ocs/msfsc.mspx
>
> It not only migrates files and their associated permissions (both NTFS and
> shared folder permissions), it also maintains UNC paths of files after

they
> are migrated to a new server.


Hi Todd,

How does it handle it if the machines are not the same name? The name of
the machine would be part of the UNC path.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------



 
Reply With Quote
 
Todd J Heron
Guest
Posts: n/a

 
      09-16-2005, 05:09 PM
In this situation, you would delete the DNS record for the current file
server, leave the new file server with its current name, and create an Alias
(CNAME) record in DNS that points the original name to the new server's
name. Then, make a registry entry on the new server to disable
strictnamechecking so that it answers to the CNAME.

--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights

"Phillip Windell" <@.> wrote in message
news:uW%(E-Mail Removed)...
"Todd J Heron" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Microsoft File Server Migration Toolkit (Windows Server 2003):
>

http://www.microsoft.com/windowsserv...ocs/msfsc.mspx
>
> It not only migrates files and their associated permissions (both NTFS and
> shared folder permissions), it also maintains UNC paths of files after

they
> are migrated to a new server.


Hi Todd,

How does it handle it if the machines are not the same name? The name of
the machine would be part of the UNC path.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      09-16-2005, 05:33 PM
OK

Phil..

"Todd J Heron" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In this situation, you would delete the DNS record for the current file
> server, leave the new file server with its current name, and create an

Alias
> (CNAME) record in DNS that points the original name to the new server's
> name. Then, make a registry entry on the new server to disable
> strictnamechecking so that it answers to the CNAME.
>
> --
> Todd J Heron, MCSE
> Windows Server 2003/2000/NT; CCA
> --------------------------------------------------------------------------

--
> This posting is provided "as is" with no warranties and confers no rights
>
> "Phillip Windell" <@.> wrote in message
> news:uW%(E-Mail Removed)...
> "Todd J Heron" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Microsoft File Server Migration Toolkit (Windows Server 2003):
> >

>

http://www.microsoft.com/windowsserv...ocs/msfsc.mspx
> >
> > It not only migrates files and their associated permissions (both NTFS

and
> > shared folder permissions), it also maintains UNC paths of files after

> they
> > are migrated to a new server.

>
> Hi Todd,
>
> How does it handle it if the machines are not the same name? The name of
> the machine would be part of the UNC path.
>
> --
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
> -----------------------------------------------------
> Understanding the ISA 2004 Access Rule Processing
> http://www.isaserver.org/articles/IS...cessRules.html
>
> Microsoft Internet Security & Acceleration Server: Guidance
> http://www.microsoft.com/isaserver/t...dance/2004.asp
> http://www.microsoft.com/isaserver/t...dance/2000.asp
>
> Microsoft Internet Security & Acceleration Server: Partners
> http://www.microsoft.com/isaserver/partners/default.asp
> -----------------------------------------------------
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Migrating files from Novell share to Windows Server paulreims@gmail.com Windows Networking 2 04-17-2007 11:20 AM
Help required - No permission to access files on other PC Scott Mackintosh Home Networking 2 01-26-2006 07:30 AM
Copying Files and retaining File Permission ping Windows Networking 14 01-24-2006 04:20 PM
share permission in a workgroup =?Utf-8?B?U3Vubnk3MjAw?= Windows Networking 1 03-13-2005 02:04 PM
Simple Wireless Network to share ADSL Connection, but we cannot see or share files any more, help Frank SERVAIS Wireless Internet 0 12-21-2003 04:22 PM



1 2 3 4 5 6 7 8 9 10 11