INSTALLING
The Notes multi-user migration assistant tool runs a supplied Visual Basic script (MUMigrationAssistant.vbs), which in turns is driven by a customized configuration file (MUMigrationAssistant.ini). The configuration file enables you to customize the migration for your unique deployment environment. The tool files are supplied in the Utility folder of the Notes install kit.
There are two use cases for this migration tool:
Note: While the MUMigrationAssistant.vbs script can be edited, it is designed to be used as supplied with a customized configuration file MUMigrationAssistant.ini. The editable configuration file is supplied in the install kit's Utility subdirectory. However, the MUMigrationAssistant.vbs script is documented internally, so opening the script and reviewing the embedded comments is helpful. The tool provides basic functionality and you can modify the script for your own environment. Most installations can be addressed by just editing the configuration file. However, for uniquely customized installations, you can edit the MUMigrationAssistant.vbs script as needed.
As an administrator, you'll edit fields in the supplied configuration file with user-specific details such as location of the old and new data directories.
Note: Be sure to have enabled permission for needed read/write/delete operations in those directories.
When you start the MUMigrationAssistant.vbs tool, it reads the configuration file and performs the necessary migration operations, including modification of user-specific NOTES.INI values and needed registry setting changes, and migrates the single user install to a multi-user install.
Understanding a simulated multi-user Notes installation
Notes 8.5.1 introduced install options to configure MULTIUSERBASEDIR and MULTIUSERCOMMONDIR directory paths. In Notes 8.5.1 we introduced install options to configure MULTIUSERBASEDIR and MULTIUSERCOMMONDIR directory paths. A simulated multi-user Notes installation was sometimes used prior to the support of a configurable data directory. A simulated multi-user installation is a single user Notes client installation where the user's data directory is mapped to a shared drive. Each user who logs in to the system will have their own data directory on their shared drive, thereby simulating a multi-user environment. The MUMigrationAssistant tool migrates user data and registry entries properly to move from the simulated multi-user Notes installation to a true Notes multi-user installation.
1. An administrator runs the MUMigrationAssistant for the admin user on the system where they have access to the mapped data drive for a specific user.
2. The MUMigrationAssistant tool runs and does the following:
Note: To keep "as is" you can set MULTIUSERBASEDIR to H:\ and set MIGRATE_USERDATA_DIR=false.
4. As each user logs in, the MUMigrationAssistant tool runs again and migrates that user's data as per the configuration ini file.
Run the tool initially to migrate the common files shared between all users, and also modify the registry settings entries for the whole machine. As each user logs in, a login script is run, with different parameters, which moves only that user's data from his mapped drive and also modifies that user's registry settings.
Considerations
The following considerations exist:
Note: Exceptions exist if you are migrating from a simulated multi-user installation, see the "Understanding a simulated multi-user Notes installation" section above.
Before the tool performs the migration it verifies the following checkpoints. If the NOTESPATH or CURRENTINIPATH are not valid, migration will stop. If the other settings are not specified or are incorrect, migration will continue.
Note: The MULTIUSERBASEDIR and MULTIUSERCOMMONDIR settings must either both be specified or not be specified at all.
For versions prior to 9.0:
If a multi-user kit (multi-user source installation) is detected on the system the tool exits with a message indicating that the installation is already multi-user.
Related tasks Using the Notes single user to multi-user migration assistant tool