INSTALLING
Before you begin
Procedure
1. Exit the Notes application; Notes cannot be running during the migration.
2. Locate the files 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 the MUMigrationAssistant.ini configuration file in a text editor and specify the following values:
Important: If you specify a value for this setting, then you must also specify a value for MULTIUSERCOMMONDIR.
If you specify a value, the tool checks that the value includes the %USERNAME% environment variable. If you do not specify a value for MULTIUSERCOMMONDIR, the default value CSIDL_COMMON_APPDATA is used.
The tool appends Lotus\Notes\Data for versions of Notes prior to 9.0, or appends IBM\Notes\Data on Notes 9.0 or later.
Important: If you specify a value for this setting, then you must also specify a value for MULTIUSERBASEDIR.
To customize the target location for moved files, use the MULTIUSERCOMMONDIR setting.
When migrating from a simulated multi-user Notes installation, you can specify this options at the command prompt when running the cscript command
To used this setting you must set the value of the previous setting, MIGRATE_SHARED_DIR, to True.
You can create a batch file in the StartUp Group or the RunOnce registry key to run the script to migrate data automatically for every user when they log in to Windows for the first time after the migration. If the source data directories for each use reside on separate drives, you must run the tool separately for each user.
If no value is set for MULTIUSERBASEDIR, data is migrated to the location specified by the default user data path. For Notes 8.5x and earlier, the default path is: C:\Documents and Settings\username\Local Settings\Application Data\Lotus\Notes\Data; for Notes 9.0 or later, the default path is: C:\Documents and Settings\username\Local Settings\Application Data\IBM\Notes\Data .
6. Close the MUMigrationAssistant.vbs script.
7. Perform a test run of the migration by setting the value of the DRYRUN option in the configuration file to true and then typing the following at the command prompt:
When you run the tool, it verifies settings in the configuration file before performing the migration. If the NOTESPATH and CURRENTINIPATH settings, which specify the location of the notes.exe and notes.ini files are not valid, the migration will stop:
Note: If conflicts occur between settings specified on the command line and in the configuration file, the settings specified at the command line take precedence.
9. Perform the migration by setting the value of the DRYRUN option to false in the configuration file and then typing the following at the command prompt:
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 new data directory will be located in the directory specified by the MULTIUSERBASEDIR variable and the shared directory will be that specified by the MULTIUSERCOMMONDIR variable.
The tool logs activity to the LotusInstall.log file, which resides in the installing user's My Documents folder and the migrated user's data directory.
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.
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 tool 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. When the source data directory for all users is local or resides on a common network drive, you can run the tool to move data to the target data directory location for all the users of that Notes client instance.
Run MUMigrationAssistant as an administrator from a system that has access to the mapped data drive(s) for the users. 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 resides on a mapped drive. The administrator has migrated the single-user settings on the Notes client to a multi-user installation. (as per Use case 2). 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 at 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
Related information Backing up and restoring Notes client data