Thomas Wildgruber
Guest
|
Posted:
Wed Dec 29, 2004 4:06 pm Post subject:
[FSMT] Folder named by old servername |
|
|
Hi Group,
after a testmigration from an old Fileserver to a new one with the
FileserverMigrationTool, a new folder was created witch stores the actually
folders. Can i change this during the migration process and for what is
this folder needed. Can i move the content of this folder to the top level?
Note: There is no DFS working!
Thanks for any hints
Bye Tom
--
"I'm honored to shake the hand of a brave Iraqi citizen who had his hand
cut off by Saddam Hussein." George W. Bush - Washington, D.C., May 25, 2004
Source: http://slate.msn.com/id/76886/ |
|
Rebecca Chen [MSFT]
Guest
|
Posted:
Thu Dec 30, 2004 9:58 am Post subject:
RE: [FSMT] Folder named by old servername |
|
|
Hi Tom,
Yes, by default, target shared folders are named
Sharename_SourceServerName, where Sharename is the name of the shared
folder on the source file server, and SourceServerName is the name of the
source file server. The source file server name is appended to prevent name
conflicts. If you are migrating a small number of shared folders, you can
remove the source server name by editing the name shown in Target share for
each source shared folder.
For large migrations, you can edit the .xml file as follows:
1.) Create the migration project and add the source file servers. Note:
Please record the detailed path of the project as we will use it later.
2.) Clear the check box of "Use the following DFS root server", because it
is not necessary since you will rename the new file server after the
migration.
3.) Close the File Server Migration Wizard.
4.) Locate the .xml project file for the migration project (the path we
recorded in Step 1)). By default, project files are stored in a folder
called FileServerMigration.
5.) Use Notepad to open the .xml project file.
6.) Search for ?TargetShare?Sharename_SourceServerName?/TargetShare? and
remove _SourceServerName as needed.
For example, if you want to remove the server name _MyOldFS from the target
share names, you need to replace all occurrences of the
_MyOldFS?/TargetShare? string with the ?/TargetShare? string.
Note: Tags in the .xml file are case sensitive. You must type the tags
exactly as they are shown here.
7.) Save and close the .xml file, restart the File Server Migration Wizard,
and select the project file that you modified. Follow the wizard to finish
the migration.
Please go to a client and check if the new share on the new file server is
now accessible.
Reference:
==========
Microsoft File Server Migration Toolkit:
http://go.microsoft.com/fwlink/?LinkId=26396
FAQ on FSMT:
http://www.microsoft.com/windowsserver2003/upgrading/nt4/tooldocs/msfst_faqs
.mspx
White Paper:
http://www.microsoft.com/windowsserver2003/upgrading/nt4/tooldocs/msfst_over
view.mspx
In addition, I suggest you perform a complete backup for the existing file
server before we run the FSMT wizard.
Any update, let us get in touch!
Best regards,
Rebecca Chen
MCSE2000 MCDBA CCNA
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights. |
|