Enterprise Recon 2.2
Update ER2
With each new release of ER2, you are recommended to:
- Create a backup of the Master Server.
- Update the Master Server to access new features and benefit from improvements made to the software.
- (Optional) Perform an Agent Upgrade if a feature available in an updated version of the Agent is required.
See the Release Notes for a list of available features for the current version of ER2.
Requirements
To upgrade ER2, the Master Server needs to have:
- Internet access.
- Access to the Ground Labs update server at: https://updates.groundlabs.com:8843
Update the Master Server
- Create a backup of the Master Server.
-
In the Master Server console, run as root:
yum update
The yum command checks for and displays all available updates for ER2 and the underlying operating system.
To install only the ER2 update package, run as root:yum update er2-master
- Enter y to install available updates.
Offline Update
You must download the latest RPM package to update ER2 offline.
- Go to Ground Labs Services Portal and log in.
- In the Home tab, scroll down to the Download Products section.
- Find the latest version of the ER2 RPM package and click Download.
- Transfer the downloaded ER2 RPM package over to a destination directory in the Master Server.
- Create a backup of the Master Server.
-
In the Master Server Console, stop ER2:
/etc/init.d/er2-master stop
-
Remove the old er2-master RPM package:
rpm -e er2-master
-
Install the updated ER2 RPM package:
# Where '<directory>' is the full path of where the RPM package resides, and '<RPM file>' is the RPM package to install. # Syntax: rpm -ivh <directory>/<RPM file> rpm -ivh /tmp/er2_rpm_2.x.x_x64.rpm
-
Restart ER2:
/etc/init.d/er2-master start
Migrating ER2 to CentOS 7
From Enterprise Recon 2.0.28, new installations of Enterprise Recon utilize CentOS 7, which features an updated kernel, improved security features and support for operating system patches and updates until June 2024.
If your existing Master Server installation is based on CentOS 6, Ground Labs strongly recommends that you upgrade to CentOS 7 promptly as CentOS 6 will reach end of life on November 30, 2020. The Ground Labs Support Team is available to assist customers who wish to migrate their existing installations to CentOS 7.
Ground Labs will continue to support existing Enterprise Recon installations based on CentOS 6 until its end of life date on November 30, 2020.