Upgrading the Faddom Server on Windows
To upgrade the Faddom server on Windows, download the Faddom Server-<version>-Setup.exe file from the downloads portal, copy it to the server, and run it.
If you have a proxy server, it will upgrade itself automatically unless it is running version 2022.3 or below. In that case, you will need to manually update it using the instructions below: Upgrading Faddom Proxy Manually.
Upgrading the Faddom Server on Linux
To upgrade the Faddom Virtual Appliance you have 2 options:
- Run the upgrade script - this requires that you have internet access from the Faddom Virtual Appliance. To do this, run:
/etc/illuminit/upgrade-server.sh
Note: If upgrading from version 2022.3 or below, you will need to run the above script twice. The first time will update the Faddom installer, and the second time will update to the latest version of Faddom. - Download the FaddomDiscoverServerUpgrade-<version>.x86_64.tar.gz file from the downloads portal, copy it to the server, and run:
tar -xvf VMWareFaddomServerUpgrade-<version>.x86_64.tar
./faddom-upgrade/upgradeFaddomServer.sh
If you have a proxy server, it will upgrade itself automatically unless it is running version 2022.3 or below. In that case, you will need to manually update it using the instructions below.
Upgrading Faddom Proxy Manually
Internet Connected Proxy
- Run the following commands to remove the old version and install the latest version of Java.
yum remove tzdata-java
yum remove java-1.8.0-openjdk
yum install java-11-openjdk
- Verify that the Operating System using the correct Java version by running
java -version
After the Java update is complete, restart the proxy server and it will complete the upgrade process.
Offline Proxy
- Download the latest versions of the following packages and upload them to the proxy server
tzdata-java
java-11-openjdk-headless
java-11-openjdk - Start by removing the old Java files:
yum remove tzdata-java
yum remove java-1.8.0-openjdk
- After removing the old packages start installing the packages in the following order
rpm -ivh tzdata-java-VERSION.rpm
rpm -ivh java-11-openjdk-headless-VERSION.rpm
rpm -ivh java-11-openjdk-VERSION.rpm
- Verify that the Operating System using the correct Java version by running
java -version
- If it is not showing Java 11 amend the config file then verify again
update-alternatives --config java
java -version
After the Java update is complete, restart the proxy server and it will complete the upgrade process.
Comments