Verifying the installation
After you install a fix pack, verify that the installation was successful by completing the steps that are listed here.
Procedure
To verify that the installation was successful, complete the following steps:
- Start Product Master.
- Run the start_local.sh script in the $TOP/bin/go directory to start all the services needed to run the Product Master.
-
Run the svc_control.sh script to start the individual services.
The svc_control.sh supports starting multiple services from the same command:svc_control.sh --action=start --svc_name=<service name>[--svc_name=<service name>]
Example
svc_control.sh --action=start --svc_name=appsvr --svc_name=admin --svc_name=schedulerML 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 start the service:$TOP/mdmui/bin/startFtsServices.shTo stop the service:$TOP/mdmui/bin/stopFtsServices.sh - Go to the scripts folder, for example
-
Run the gdsmsg.sh script located in the $TOP/bin/
directory to start the GDS messaging service (optional):
gdsmsg.sh startImportant: For Product Master running WebSphere® Application Server, as part of a new installation or an upgrade to an existing installation, use the redeploy option when running the start_local.sh script to ensure that the web services are deployed to the Product Master application.
This process might take approximately 30 - 40 seconds, depending on the speed of your CPU processor.
- Verify that all Product Master JVM services are started.
-
Run the $TOP/bin/go/rmi_status.sh script and verify that the following
services are started correctly:
- admin_machine_Name
- appsvr_machine_Name
- eventprocessor_machine_Name
- queuemanager_machine_Name
- scheduler_machine_Name
- workflow_machine_Name
- Dashboards service status
- FTS service status
- Machine learning service status
-
Run the following script to verify that the GDS messaging services are correctly started
:
$TOP/bin/gdsmsg.sh status
-
Verify the Product Master installation by
reviewing version of the installed Product Master.
- Run the get_ccd_version.sh shell script in the
$TOP/bin directory.
$TOP/bin/get_ccd_version.sh
- View the installation version through the Product Master user interface.
- For Admin UI, go to Window > About Current PageId.
- Persona-based UI, in the upper-right corner of the interface, click more > About IBM Product Master.
- Run the get_ccd_version.sh shell script in the
$TOP/bin directory.