Solution
I. ESET Security Management Center Server to ESET PROTECT On-Prem
| Upgrade type | Installed from | Use when | Link to instructions |
|---|---|---|---|
| Components Upgrade Client task | ESET Security Management Center Server Web Console |
Recommended procedure
|
|
| Run Command Client task | Web Console |
|
|
| Upgrade the components manually | Linux terminal |
|
|
| Database pulled from an earlier ESET Security Management Center Virtual Appliance | VA terminal |
|
Upgrade ESET Security Management Center Server, Tomcat, and Web Console manually
Manual Web Console upgrade
-
Download the ESET PROTECT Web Console:
wget https://download.eset.com/com/eset/apps/business/era/webconsole/latest/era_x64.war -
Back up the Web Console configuration file and copy it to your home folder. For example:
cp /var/lib/tomcat/webapps/era/WEB-INF/classes/sk/eset/era/g2webconsole/server/modules/config/EraWebServerConfig.properties /home/user/backup.Era.WebServerConfig.properties -
Stop the Tomcat service:
sudo systemctl stop tomcat -
Remove the old Web Console files:
sudo rm -rf /var/lib/tomcat/webapps/era /var/lib/tomcat/webapps/era.war -
Copy the new
era.warfile:sudo cp era.war /var/lib/tomcat/webapps/ -
Start the Tomcat service:
sudo systemctl start tomcat -
Wait until the
era.waris extracted by Tomcat. A new foldereraappears in the/var/lib/tomcat/webapps/folder. -
Restore the backed Web Console configuration file:
sudo cp /home/user/backup.Era.WebServerConfig.properties /var/lib/tomcat7/webapps/era/WEB-INF/classes/sk/eset/era/g2webconsole/server/modules/config/EraWebServerConfig.properties -
Restart the Tomcat service to apply the restored configuration.
-
You can now log in to the Web Console.
RD Sensor upgrade
To upgrade Rogue Detection Sensor, run the installer as follows:
sudo ./rdsensor-linx-x86_64.sh --skip-license
The --skip-license parameter skips the display of the ESET End User License Agreement (EULA). If you want to view the EULA before agreeing to it, do not use this parameter during Rogue Detection Sensor installation.II. Upgrade ESET Management Agent
| Upgrade type | Installed from | Use when | Link to documentation |
|---|---|---|---|
| Components Upgrade Client task | Web Console |
|
Step by step guide (a Knowledgebase article) See also: Security Management Center Components Upgrade Online help topic |
| Run Command Client task | Web Console |
|
Step-by-step guides:
See also: Run Command Online help topic
|
| Manual Agent installation | Linux terminal |
|