ESET Insiders BDeep 7 Posted January 28, 2016 ESET Insiders Share Posted January 28, 2016 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 More sharing options...
ESET Insiders Solution BDeep 7 Posted January 28, 2016 Author ESET Insiders Solution Share Posted January 28, 2016 (edited) null post (to mark as solved). See instructions in first post. Edited January 28, 2016 by BDeep Link to comment Share on other sites More sharing options...
Recommended Posts