INSTALLING
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:
Important: If you set a value for MULTIUSERBASEDIR, then you must also set a value for MULTIUSERCOMMONDIR.
Important: If you set a value for MULTIUSERCOMMONDIR, then you must also set a value for MULTIUSERBASEDIR.
Note: The following settings, denoted with an asterisk, are used only when migrating from a simulated multi-user Notes installation where the Notes client is installed in single user mode on one computer and multiple users are able to use Notes on that computer because their Notes data directory is mapped to H:\, which in turn is mapped to each user's private network share directory.
Note: The following settings can be specified on the cscript command line. If a setting is specified on the command line and in the MUMigrationAssistant.ini file, the command line setting takes precedence.
Note: This applies to the AllUsers group on Windows™ and sets the machine registry settings to be multi-user. This is not the per user setting.
Note: If other files must also be moved, such as the user's templates, specify them in a file whose location is set to MIGRATE_SHARED_FILES.
Note: Use the MULTIUSERCOMMONDIR option to specify the location at which to move the files or leave blank to accept the default.
Note: Use with the MIGRATE_SHARED_DIR=true option.
This can be configured using a command line to run for each user when they first log in to the computer.
The option works with MULTIUSERBASEDIR to determine where to move the files. If no value is set for MULTIUSERBASEDIR, the default user data path is used. For exampl, the default of C:\Documents and Settings\username\Local Settings\Application Data\Lotus\Notes\Data is used for versions of Notes prior to 9.0, or C:\Documents and Settings\username\Local Settings\Application Data\IBM\Notes\Data for Notes 9.0 or later.
Note: Set the value to false if you do not want the user's personal data to be moved.
Note: This value should be set to true for every user. To run the script for every user when they first log in to the OS, create a batch file to run the script in the StartUp Group or the RunOnce registry key.
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:
9. Perform the actual migration by disabling the DRYRUN option in the MUMigrationAssistant.ini file and then using the following command line statement:
A NOTES.INI file will be generated in the shared data directory. The original NOTES.INI file will be moved to the directory specified by the MULTIUSERBASEDIR variable. The data directory will be that specified by the MULTIUSERBASEDIR variable and the shared directory will be that specified by the MULTIUSERCOMMONDIR variable.
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.
Note: The .txt file resides in the directory from which you run the migration utility.
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:
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:
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:
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