For non-Windows systems, make a small configuration change
to enable a madconfig target to move the content of the LDAP repository
within your Initiate® installation
into a WebSphere® Application
Server user repository.
Procedure
-
Within your Initiate Master Data Service® installation, navigate on the command line to the
MAD_ROOTDIR/inst/inst-name/ldap/lib
directory.
- Open the _script-util.sh for editing.
- Replace
MAD_ROOTDIR="${MAD_ROOTDIR}"
with
a literal path, for example, MAD_ROOTDIR="/opt/IBM/Initiate/Engine10.1"
- Save and close the file.
- Navigate to the scripts directory
within your new IBM® InfoSphere® MDM installation: MAD_INSTALL_HOME/scripts.
- Run the command:
madconfig.sh migrate_users_and_groups
- Complete the prompts that follow with the appropriate information:
- Enter the instance's LDAP directory -
The location of the Initiate internal
LDAP directory.
- Enter WAS home - The location
of the WebSphere Application
Server instance.
- Enter WAS host - The host name
or IP address of the WebSphere Application
Server.
- Enter WAS port - The SOAP port
address for the WebSphere Application
Server.
- Enter WAS user - The WebSphere Application Server
administrative user name.
- Enter WAS password - The WebSphere Application Server
administrative user password.
- Enter trust file path and name -
Fully qualified path to the WebSphere Application
Server client truststore.
- Enter trust file password - The
password for the WebSphere Application
Server client truststore.
- Enter default password for user creation
(none to use the username) - Default password for user
creation.
The progress of the user and group migration is output to the
console as the migration proceeds.