Upgrading LAN Manager Server to Windows NTLast reviewed: September 22, 1997Article ID: Q104097 |
The information in this article applies to:
This article provides basic information on using the Microsoft Windows NT Advanced Server Upgrade for LAN Manager. This process pertains only to OS2/Lan Man servers and not to Unix LMX and the SCO Lan Man emulator. More detailed instructions and background information can be found included with the product. The upgrade uses three new utilities in conjunction with a utility that is included with LAN Manager.
Windows NT UtilitiesPORTUAS: Converts the LAN Manager user account database (UAS) to a Windows NT security accounts manager (SAM) database.ACLCONV: Converts LAN Manager access control lists (ACLs) to Windows NT permissions on Windows NT file system (NTFS) files.CONVERT: Converts a partition from FAT or HPFS to NTFS. NOTE: These utilities are not listed in the Windows NT documentation.
LAN Manager UtilityBACKACC: Backs up LAN Manager UAS and ACLs.
UPGRADE PROCEDURESNOTE: It is assumed you are performing a clone upgrade, meaning you are installing Advanced Server on a new system, not your current LAN Manager server. All necessary files will later be transferred from LAN Manager to Advanced Server. WARNING: Before starting this process, make sure that you perform a complete LAN Manager server backup.
Initial Preparation
Example: The following command line backs up the ACLs for all the files on drive C (including sub-directories) as well as the UAS:
backacc c:\ /sNOTE: Please refer the LAN Manager Administrative Reference manual for more information on BACKACC.
Note: Issues involving operation of a Windows NT server and a LAN Manager Primary Domain Controller (PDC) in the same domain will not be discussed here. Please see the Concepts and Planning Guide for Windows NT or the upgrade documentation for more information.
Restoring User Account Database
LAN Manager Domain Windows NT Domain ------------------ ----------------- Admins Domain Administrators Users Domain Users Guests Guests Servers ServersAny other non-default groups become domain groups in the Windows NT domain.
Restoring File PermissionsRun ACLCONV on the Windows NT computer. NOTE: The Windows NT computer must have NTFS volumes for ACLCONV to run. The directory and file structure must be identical to on both computers. Example: The following command restores the C drive (aclbakC.acl) and keeps the results of the conversion in LOGFILE.
aclconv /data: aclbakc.acl /log: logfileIf you were converting the same ACLs but to a different drive on the Windows NT computer, you would use the following command line:
aclconv /data: aclbakc.acl /log: logfile /newdrive:d Converting File SystemCONVERT can be run during Windows NT Setup or any time afterwards. Example: The following command line converts the X drive to NTFS:
convert x: /fs:ntfsNOTE: You cannot convert back from NTFS to FAT. Only Windows NT can read NTFS volumes.
IN PLACE UPGRADEIf you must install Windows NT Advanced Server over your existing LAN Manager server installation, make sure that you do a full backup first. In place upgrades require that your system be down and unavailable for some time. In general, the procedures above still apply to the upgrade.
|
Additional query words: prodlm2nt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |