About this task
You can use the following setps to reconfigure the Enterprise Edition Web Client after upgrading Operations Hub.Note: These steps works only when Operations Hub URL and credentials are not changed. If credentials or URL are updated, WEb Client must be reinstalled.
Procedure
-
On the Enterprise Edition Web Client machine run below commands to restart the
uaa_uaac
service:
$sudo docker service scale uaa_uaac=0
$sudo docker service scale uaa_uaac=1
-
Copy uaa cert pem to the linux machine.
-
On Web Client machine navigate to installer folder using
$cd path/to/installer
-
Edit the silentinstaller.yml file to update the UAA_PEM_PATH key value with uaa pem path.
-
Provide execution permissions to utility.sh file by running the following command:
$sudo chmod +x utility.sh
-
Run the utility.sh file to update web client with latest uaa pem:
$sudo ./utility.sh -l -pkey reset
.