Reconfigure Enterprise Web Client after Upgrading Operations Hub
About this task
Note: These steps works only when Operations Hub URL
and credentials are not changed. If credentials or URL are updated, the Web Client
must be reinstalled.
Procedure
- On the Enterprise Edition Web Client machine, navigate to this directory {{Installer directory}}/ OpshubPost/.
- Update the application.properties file.
-
To give executable permissions, run
sudo chmod +x ./Linux_UpdateScopesAndPostPlugins.sh
. -
Run
sudo ./Linux_UpdateScopesAndPostPlugins.sh
- Copy uaa cert pem to the linux machine.
-
On the 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
.