Upgrade: Java Linux Static Agent on a Host



Overview

The vFunction Controller keeps a backup of environmentally-specific files in /etc/sysconfig/vfunction/installation/backup/. These backup files are then copied back into the default location during the upgrade process. Because this backup-and-copy process is in place, no manual steps are required to keep backups of files before the upgrade occurs.


Upgrade Steps

  1. Download the vFunction Controller package
  2. SCP the Controller TGZ package to the Linux VM
  3. SSH to the Linux VM
  4. Unpack the Controller TGZ package
### Replace $VERSION with the package version, such as 4.1.1635
sudo tar -Pxvzf ./vfunction-controller-installation.v$VERSION.tgz
  1. Run the Upgrade Script
sudo bash /opt/vfunction/controller-installation/upgrade.sh
  1. If any issues arise: