After updating the configurations using the configureEnv.sh file,
run the following scripts in the order listed.
About this task
- $TOP/bin/websphere/create_vhost.sh
- You are prompted to create a virtual host.
- $TOP/bin/websphere/create_appsvr.sh
- You are prompted to create an application servers.
- $TOP/bin/websphere/install_war.sh
- You are prompted to install the application server that is configured for IBM® Product Master in the
[appserver.appsvr]
section of the env_settings.ini
file. Install Product Master on the default application server
(appsvr_<SERVER_NAME>)
. For more information, see Enabling horizontal cluster for the IBM Product Master.
- When WebSphere® Application Server security is
enabled, add the
wsadminUsername
and wsadminPwd
arguments to the
install_war.sh command.
-
- Syntax
-
install_war.sh [ --wsadminUsername=<WAS admin user name>
--wsadminPwd=<password for WAS admin user>]
The install_war.sh
script installs the WAR file for each application server that
is defined in the [services]
section in the env_settings.ini
file.
- $TOP/mdmui/bin/installAll.sh
- Installs and deploys the Persona-based UI on the application
server. Also starts the following services, if they are enabled:
- Free Text Search
- Machine learning services
Procedure
-
Enter the following URL in the address bar of your browser to access the GUI:
- Admin UI
- http://host_name:port_number/utils/enterLogin.jsp
- Persona-based UI
- http://host_name:port_number/mdm_ui
- To manually start these services, proceed as follows:
ML
services
- Go to the scripts folder, for example
$TOP/mdmui/machinelearning/scripts
.
- Use the following commands as
required:
To start the service:
Python 3.x.x start.pyc
To stop the service:
Python 3.x.x stop.pyc
To check the status of the service:
Python 3.x.x status.pyc
All services
To start all the services:
$TOP/bin/go/start_local.sh
To stop all the services:
$TOP/bin/go/stop_local.sh
To get status of all the services:
$TOP/bin/go/rmi_status.sh
Free Text Search
services To start the service:
$TOP/mdmui/bin/startFtsServices.sh
To stop the service:
$TOP/mdmui/bin/stopFtsServices.sh
Enable
Free text search. For more details, see
Using Free Text
Search.
What to do next
Complete the steps that are listed in the Importing data model.