Windows 사용자: ESET Remote Administrator 6.x를 최신 버전으로 업그레이드하는 방법을 보려면 여기를 클릭하세요.
ERA 가상 어플라이언스: 기존 ERA VA를 최신 버전으로 업그레이드하거나 ERA VA 마이그레이션 수행 지침을 확인하려면 여기를 클릭하세요
I. MySQL을 이용해 Linux ESET Remote Administration 서버 수동 업그레이드 (ERA 서버 어플라이언스에 적용)
III. ERA 프록시 업그레이드 (Linux 및 ERA 가상 어플라이언스에 적용)
service tomcat7 stop
(CentOS) /var/lib/tomcat7/webapps/era
/var/lib/tomcat7/webapps/era/WEB-INF/classes/sk/eset/era/g2webconsole/server/modules/config/EraWebServerConfig.properties
/var/lib/tomcat7/webapps/era
/var/lib/tomcat7/webapps/era/
Examples (명령을 사용할 수 없는 경우 "unzip
"을 설치해 yum
이나 apt-get
을 사용):
mkdir /var/lib/tomcat7/webapps/era/
unzip era.war -d /var/lib/tomcat7/webapps/era/
(jar xvf era.war)
/var/lib/tomcat7/webapps/era/WEB-INF/classes/sk/eset/era/g2webconsole/server/modules/config/EraWebServerConfig.properties
sudo ./server-linux-x86_64.sh --skip-license
이 --skip-license
매개 변수는 ESET EULA (최종 사용자 라이선스 계약) 표시를 건너 뜁니다. 동의하기 전에 EULA를 확인하려면 ERA 서버를 설치할 때 이 매개 변수를 사용하지 마십시오.
업그레이드 시 권한 부족과 관련된 오류 (서버 버그 6.1.GA)가 표시되면 다음 로그로 이동하십시오:
/var/log/eset/RemoteAdministrator/EraServerInstaller.log
다음 단계를 완료하십시오:
/etc/opt/eset/RemoteAdministrator/Server/StartupConfiguration.ini
다음 스크립트를 사용하세요 ("era"대신 실제 사용자 이름 대체):
mysql -u root -p
grant SUPER on *.* to era@'localhost';
mysql -u root -p --host=
grant SUPER on *.* to 'era'@'%';
업그레이드를 완료하고 업그레이드가 완료된 직후에 SUPER를 제거합니다:
mysql -u root -p
revoke SUPER on *.* from 'era'@'localhost';
mysql -u root -p --host=
revoke SUPER on *.* from 'era'@'%';
sudo ./rdsensor-linx-x86_64.sh --skip-license
이 --skip-license
매개 변수는 ESET EULA (최종 사용자 라이선스 계약) 표시를 건너 뜁니다. 동의하기 전에 EULA를 보려면 RD 센서를 설치할 때 이 매개 변수를 사용하지 마십시오.
에이전트를 업그레이드할 때 두 가지 옵션이 있습니다:
명령 실행 클라이언트 작업을 사용한 ERA 에이전트 업그레이드
HTTP 로컬 공유 명령: wget -q http://SERVER/share/agent-linux-i386.sh -O /tmp/agent-linux-i386.sh && chmod a+x /tmp/agent-linux-i386.sh && /tmp/agent-linux-i386.sh --skip-license &> /tmp/era-agent-upgrade.txt
온라인 명령의 요청: wget -q http://download.eset.com/download/ra/v6/standalone-installers/agent/agent-linux-i386.sh -O /tmp/agent-linux-i386.sh && chmod a+x /tmp/agent-linux-i386.sh && /tmp/agent-linux-i386.sh --skip-license &> /tmp/era-agent-upgrade.txt
HTTP 로컬 공유 명령: wget -q http://SERVER/share/agent-linux-x86_64.sh -O /tmp/agent-linux-x86_64.sh && chmod a+x /tmp/agent-linux-x86_64.sh && /tmp/agent-linux-x86_64.sh --skip-license &> /tmp/era-agent-upgrade.txt
온라인 명령의 요청: wget -q http://download.eset.com/download/ra/v6/standalone-installers/agent/agent-linux-x86_64.sh -O /tmp/agent-linux-x86_64.sh && chmod a+x /tmp/agent-linux-x86_64.sh && /tmp/agent-linux-x86_64.sh --skip-license &> /tmp/era-agent-upgrade.txt
클라이언트 작업이 이런 컴포넌트를 업데이트하지 못할 경우 아래 명령을 입력합니다:
wget https://download.eset.com/com/eset/apps/business/era/proxy/latest/proxy-linux-x86_64.sh
chmod +x proxy-linux-x86_64.sh
./proxy-linux-x86_64.sh