Installing User Management Service iFixes
If you configured authentication using Single Sign-On (IAM) during the server installation, then you installed and configured User Management Service (UMS). UMS contains WebSphere Liberty ND. Security updates for WebSphere Liberty ND need to be manually applied.
Before you begin
The procedure applies only to IBM RPA on premises and IBM Robotic Process Automation on Red Hat® OpenShift® Container Platform.
Procedure
This topic covers the following tasks:
Downloading available iFixes
Follow these steps to get a list of fixes that are available for the WebSphere Liberty ND:
- In a browser, go to Fix Central
.
- Click Select product.
- Enter WebSphere Liberty on the search box.
- To figure out the WebSphere Liberty version to update, open the
README.TXT
file from the<IBM RPA_InstallPath>\ums
directory. By default, the<IBM RPA_InstallPath>
isC:\Program Files\IBM Robotic Process Automation
. You should read the WebSphere Liberty version on the top of the document. - Pick the version of WebSphere Liberty to install updates.
- For the platform, select your operating system, and click Continue.
- Select Browse for fixes and click Continue.
- Search for WebSphere Application Server Network Deployment Liberty License Upgrade and select the correspondent product.
- Click Continue.
- Select how you want to download and click Continue.
Each Liberty image is packaged as a JAR file called wlp-<edition>-all-<fix_pack>.jar
.
Updating the Liberty ND server
-
Go to the Windows Start menu and search for Task Manager and open the application.
-
Go to the Services tab and search for
umsServer
. -
Right click the
umsServer
service and click Stop to stop the User Management Service server. -
Back up your current installation by renaming the current User Management Service installation directory from
<IBM RPA_InstallPath>\ums
to<IBM RPA_InstallPath>\ums_back
. -
Run the following commands on Windows™ PowerShell or terminal to extract the Liberty ND server into
<IBM RPA_InstallPath>\ums
:cd <RPA_InstallPath>\ums java -jar wlp-<edition>-all-<fix_pack>.jar
-
Copy the
wlp/usr
and thewlp/ibmUserManagement
folders from the<IBM RPA_InstallPath>\ums_back
folder toIBM RPA_InstallPath\ums
. -
Start the
umsServer
from the Task Manager.