Jump to content

Upgrade ESET Proxy to 6.3 (with steps)


Go to solution Solved by BDeep,

Recommended Posts

  • ESET Insiders

Following on the heals of: https://forum.eset.com/topic/7278-upgrading-to-63-invalid-credentials/

My proxy servers also have special characters in the password.

Here are the steps (variation of the original thread) to get these proxies updated to 6.3

mkdir backup

cp /etc/opt/eset/RemoteAdministrator/Proxy/StartupConfiguration.ini /backup

nano /etc/opt/eset/RemoteAdministrator/Proxy/StartupConfiguration.ini
(Change the password to acceptable characters)

mysql -u root -p
(P is root pass)

set password for 'root'@'localhost' = PASSWORD(' ');
set password for 'era'@'localhost' = PASSWORD(' ');
flush privileges;

grant SUPER on *.* to 'era'@'localhost';

exit

chmod +x Proxy-Linux-x86_64.sh
(Script lives in /root)

./Proxy-Linux-x86_64.sh --skip-license

mysql -u root -p

revoke SUPER on *.* from 'era'@'localhost';

exit

chmod +x EraAgentInstaller.sh 
(downloaded new version from ERA server using "Agent Live Installers"

./EraAgentInstaller.sh

chmod +x RDSensor-Linux-x86_64.sh

./RDSensor-Linux-x86_64.sh --skip-license

shutdown -r now

Link to comment
Share on other sites

  • ESET Insiders
  • Solution

null post (to mark as solved). See instructions in first post.

Edited by BDeep
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...