Complete this procedure to apply the latest fix pack to your General Availability version
10.1 or later components.
Update a master domain manager and
a backup master domain manager at the latest fix pack level
by running the serverinst script. Launch the script on the workstation where the master domain manager is running to update the master domain manager, then launch the script on the
workstation where the backup master domain manager is
running to update the backup master domain manager.
-
Log in as root or Administrator to the workstation where you plan to
install.
-
Download the installation images from IBM Fix Central.
-
Browse to the folder
image_location>/TWS/interp_name.
-
If possible, stop both master domain manager and backup master domain manager.
If this is not possible, launch the configureDB script at a
time when the server components are processing a low workload. If the
configureDB script should fail because of conflicts with
the server components, restart the script.
-
To update the database version, run the following command:
- On Windows operating systems
cscript configureDb.vbs --rdbmstype
db_type --dbhostname
db_hostname --dbport
db_port --dbname
db_name --dbuser
db_user --dbpassword
db_password --dbadminuser
db_administrator --dbadminuserpw
db_administrator_password
- On UNIX operating systems
./configureDb.sh --rdbmstype db_type
--dbhostname db_hostname --dbport
db_port --dbname
db_name --dbuser
db_user --dbpassword
db_password --dbadminuser
db_administrator --dbadminuserpw
db_administrator_password
-
Start the installation launching the following command:
- On Windows operating systems
cscript serverinst.vbs --acceptlicense yes --inst_dir
INST_DIR
- On UNIX operating systems
./serverinst.sh --acceptlicense yes --inst_dir
INST_DIR
where INST_DIR is the
directory where the component is installed. To find out the installation
directory, see Finding out what has been installed in which IBM Workload Automation instances.
Note: The acceptlicense and inst_dir
parameters are required. All other parameters are ignored by the
serverinst command, except for the following two
optional parameters: lang and
skipcheckprereq.
-
To align the database tables, run the following command:
planman resync
Note: Before running the "planman resync" command, check to
see if batchman process is up and running. If
batchman is down, then run the "conman
start" command. If batchman is down, then
planman resync remains in hang
status.
-
To link all fault-tolerant agents, type the following command:
-
If you are exposing metrics to monitor your workload, perform
the following steps to update the prometheus.xml file.
- Move the prometheus.xml file outside of the
overrides folder.
- Update the master domain manager.
- In the prometheus.xml file, modify the
cdi
version from 1.2 to
2.0, from:<server>
<featureManager>
<feature>mpMetrics-2.3</feature>
<feature>cdi-1.2</feature>
</featureManager>
<mpMetrics authentication="false" />
</server>
to <server>
<featureManager>
<feature>mpMetrics-2.3</feature>
<feature>cdi-2.0</feature>
</featureManager>
<mpMetrics authentication="false" />
</server>
- Move the prometheus.xml file back to the
overrides folder
For more information about exposing metrics, see
Exposing metrics to monitor your workload.
To verify that the installation completed successfully, browse to the directory where you
installed the
master domain manager and type the
following commands:
. ./tws_env.sh
optman ls
This command lists the IBM Workload Scheduler
configurations settings and confirms that IBM Workload Scheduler installed correctly.
For further details about commands, see Reference.