18.1 Migrating AFP from Netware to OES 2018 SP2

In these sections, the NetWare server is referred to as the source server and the OES 2018 SP2 server as the target server.

18.1.1 Requirements

Make sure your source server and target server meet the following requirements:

Source Server Requirements

  • NetWare 6.5 SP8

Target Server Requirements

18.1.2 Migration Scenarios

AFP supports the following migration scenarios:

  • Migrating Servers through Server Consolidation

  • Migrating Servers through Transfer ID

For more information about these scenarios, see Migration Scenarios.

NOTE:AFP does not support migration across different eDirectory trees. However, it can be achieved by using the Different Tree scenario to migrate the file system, then reconfiguring AFP on the target server:

For details, see Migrating Data to a Server in a Different Tree and Installing and Setting Up AFP in the OES 2018 SP2: OES AFP for Linux Administration Guide

18.1.3 Migration Procedure

Migrating the AFP configuration is done by using the Migration Tool or through the command line interface.

NOTE:Before migration, manually edit afptcpd.conf file and set the number of threads within the valid range. For more information, see Modifying Thread Range.

Modifying Thread Range

Beginning with OES 2015, the valid thread range is changed to as follows:

Minimum threads: 3 to 32, default value: 3

Maximum threads: 4 to 512, default value: 32

Before migration, manually edit afptcpd.conf file and set the number of threads within the valid range and proceed with the migration procedure. If it is not changed and the minimum or maximum threads is out of the range, then AFP server will use default number of threads.

Using the Migration Tool to Migrate

  1. Click Applications > Other > Novell Migration Tools to access the Migration Tool Utility.

  2. Authenticate to the source and target servers.

  3. Select Novell AFP, then click Configure. The AFP configuration window is displayed.

  4. Click Migrate to begin the migration process.

Using Command Line Utilities to Migrate

To run the AFP migration utility through the command line, run migafp with the following parameters:

Table 18-1 migafp Command Line Parameters

Parameter

Description

-h

Prints a summary of the migration process

-s

IP address of the source server

-u

DN of the source tree admin. For example: cn=user, o=company)

-w

Admin password to authenticate to the source server

For example:

migafp -s 10.10.10.1 -u cn=sourceadmin.o=novell -w password

18.1.4 Verifying the Migration Process

  1. Ensure that all the context details from sys:/etc/ctxs.cfg (NetWare context file) are migrated to /etc/opt/novell/afptcpd/afpdircxt.conf (OES 2015 or later server context file).

  2. Verify by running the command rcnovell-afptcpd start.

18.1.5 Cross-Platform Issues

AFP on Linux uses Universal Password as the authentication mechanism instead of the Simple Password authentication mechanism on NetWare. During migration from NetWare to Linux, the simple passwords on the NetWare system are synchronized to the Universal Password, so that the user can authenticate seamlessly to the AFP service on the Linux server.

This feature is restricted based on the following conditions:

  • To synchronize the password of a first-time login user, authentication must happen using Diffie Hellman Exchange-2, Diffie Hellman Exchange, or Clear-text authentication method. To set the type of authentication, ensure that the authentication method (AUTH_UAM) option in /etc/opt/novell/afptcpd/afptcpd.conf file is set to DHX2, DHX, cleartext.

    The automatic password synchronization will not occur if the user authenticates by using the Random Exchange or Two-way Random Exchange method of authentication.

  • If you use the Diffie Hellman Exchange-2, Diffie Hellman Exchange, or Clear-text authentication method, the eDirectory service (ndsd) must be started with the environment variable NDSD_TRY_NDSLOGIN_FIRST set to TRUE.

If the above conditions are not met, all the users with Simple Passwords are required to manually authenticate to the AFP server on NetWare after they are enabled for Universal Password, in order to trigger the password synchronization to Universal Password.