INSTALLING


Using the Notes single user to multi-user migration assistant tool
Use this procedure to upgrade an existing Notes® single user installation or simulated multi-user installation to a true Notes multi-user installation within a single Notes release. After migration you can optionally upgrade the existing multi-user installation to a new Notes release multi-user installation.

About this task

Review the tool as described in "Understanding the Notes single user to multi-user migration assistant tool" and run the tool as follows.

Note: Prior to running the tool consider backing up your Notes client. For details, see Backing up and restoring Notes client data in the Notes and Domino® wiki.

Procedure

1. Exit the Notes application; Notes cannot be running during the migration.

2. Locate MUMigrationAssistant.vbs and MUMigrationAssistant.ini in the Utility folder in the Notes install kit.

3. Open the MUMigrationAssistant.vbs script and review its embedded documentation.

4. Open MUMigrationAssistant.ini in a text editor and specify needed values as follows:

5. Save and close the MUMigrationAssistant.ini file.

6. Close the MUMigrationAssistant.vbs script.

7. Run the migration in "dry run" mode by enabling the DRYRUN option in the MUMigrationAssistant.ini file and then using the following command line statement:


8. Review the output report and determine if any MUMigrationAssistant.ini file adjustments are required. If so, make them now.

9. Perform the actual migration by disabling the DRYRUN option in the MUMigrationAssistant.ini file and then using the following command line statement:


Example

Example: Simulated multi-user installation to (true) multi-user installation

In this scenario, several users are configured to work on a single computer using a simulated multi-user environment and a shared drive containing their common and user-specific data files.

Migrate users based on your applicable use case as follows:

Use case 1 - Simple single user to multi-user migration for all versions of Notes

In this use case, Notes 8.5.1 is installed in single user mode with Program Files installed to C:\Program Files\IBM\Lotus Notes and data files installed to C:\Program Files\IBM\Lotus\Notes\Data.

Run the MUMigrationAssistant to do the following:


The values specified in the MUMigrationAssistant.ini are as follows:

DRYRUN=trueCURRENTINIPATH=C:\Program Files\IBM\Lotus\Notes\Data\notes.iniNOTESPROGRAM=C:\Program Files\IBM\Lotus\NotesIS_SIMULATED_MODE=falseMIGRATE_REGISTRY=trueMIGRATE_USER_REGISTRY=trueMIGRATE_SHARED_DIR=trueMIGRATE_USERDATA_DIR=trueMULTIUSERCOMMONDIR= MULTIUSERBASEDIR=

Note: Leave MULTIUSERBASEDIR and MULTIUSERCOMMONDIR blank to use the default value.

Use case 2 - Simulated multi-user to true multi-user migration - First run of the tool to move all the shared data

In this use case, Notes 8.5.1 is installed in single user mode but each user's data directory are mapped on a network drive. Program Files are installed to C:\Program Files\IBM\Lotus\Notes and data files are installed to H:\data.

Run MUMigrationAssistant as an administrator to do the following:


The values specified in the MUMigrationAssistant.ini are as follows:

DRYRUN=trueCURRENTINIPATH=H:\data\notes.iniNOTESPROGRAM=C:\Program Files\IBM\Lotus\NotesIS_SIMULATED_MODE=trueMIGRATE_REGISTRY=trueMIGRATE_USER_REGISTRY=falseMIGRATE_SHARED_DIR=trueMIGRATE_USERDATA_DIR=falseMULTIUSERCOMMONDIR=C:\notes\commonMULTIUSERBASEDIR=H:\data

Use case 3 - Simulated multi-user to true multi-user migration with subsequent running of the tool when each user logs in to move each user's data

In this use case, Notes 8.5.1 is installed in single user mode but each user's data directory is mapped on a network drive. The administrator has migrated the single user settings on the Notes client system to a multi-user mode. (as per Use case 2 above). Each user now logs in to the system.

Run MUMigrationAssistant when the user logs in to do the following:


The values specified in the MUMigrationAssistant.ini are as follows:

DRYRUN=trueCURRENTINIPATH=H:\data\notes.iniNOTESPROGRAM=C:\Program Files\IBM\Lotus\NotesIS_SIMULATED_MODE=trueMIGRATE_REGISTRY=falseMIGRATE_USER_REGISTRY=trueMIGRATE_SHARED_DIR=falseMIGRATE_USERDATA_DIR=trueMULTIUSERCOMMONDIR=C:\notes\commonMULTIUSERBASEDIR=

Note: Leave MULTIUSERBASEDIR blank to its default value.

Related concepts
Understanding the Notes single user to multi-user migration assistant tool

Related tasks
Installing and upgrading Notes on Windows for multi-user