Update Via Mirror Tools
Salah satu metode selain Endpoint sebagai Mirror, Update untuk client yang tidak terkoneksi dengan internet atau koneksi kurang baik, dengan menjadikan salah satu Komputer yang terhubung dengan internet sebagai sumber update.
Berikut requirement Mirror tools https://help.eset.com/esmc_install/70/en-US/mirror_tool_windows.html?mirror_tool_windows.html
- Membuat Folder bin, eset_upd, license, temp didalam folder mirror drive C
2. Download program mirror for Windows tools di sini :
https://download.eset.com/com/eset/apps/business/era/tools/mirror/latest/win32.zip
Exctract hasil download dan copy ke direktory bin
3. Ambil lisensi offline di EBA dan copy ke Folder license, untuk panduan ambil lisensi offline silahkan kunjungi url di bawah :
Download Lisensi Offline EBA
4. Create bat dengan Script sbb copy script berikut ke notpad dan save as update.bat :
@echo off
REM Script for Update Mirror Tools
REM Mirror Tools Designed for Creating Local Update Signature Database
REM https://help.eset.com/esmc_install/70/en-US/mirror_tool_windows.html
SET binary=C:\mirror\bin\MirrorTool.exe
SET lfpath=C:\mirror\license\offline.lf
SET dirtemp=C:\mirror\temp
SET dirupd=C:\mirror
SET logfile=C:\mirror\log.txt
REM defined this variable if using proxy
REM “1” for using proxy
REM “0” for direct internet
SET proxy=0
SET proxyhost=
SET proxyport=
SET proxyuser=
SET proxypswd=
del %logfile%
IF “%proxy%”==”0” ( call :dodirect >> %logfile% ) ELSE ( call :doproxy >> %logfile% )
:dodirect
cls
echo Download directed internet
echo %date% %time%
%binary% –mirrorType regular –intermediateUpdateDirectory %dirtemp% –offlineLicenseFilename %lfpath% –outputDirectory %dirupd% –excludedProducts ep4 ep5
exit
:doproxy
cls
echo Download through %proxyhost%
echo %date% %time%
%binary% –mirrorType regular –intermediateUpdateDirectory %dirtemp% –offlineLicenseFilename %lfpath% –outputDirectory %dirupd% –proxyHost %proxyhost% –proxyPort %proxyport% –proxyUsername %proxyuser% –proxyPassword %proxypswd%
exit
5. Jalankan update.bat run as administartor maka akan muncul cmd & folder baru di dalam temp folder, jika muncul maka proses download sedang berjalan silahkan tunggu beberapa saat.
6. Cek log untuk melihat proses download patch update ESET.
7. Setelah proses update tersebut maka file yang digunakan untuk update Endpoint berada pada folder “eset_upd” folder tersebut dapat dilakukan sharing via http, untuk dapat diakses pada masing masing client.
8. Di Endpoint client setting seperti berikut http://IPMIRROR/eset_upd/ep7/
Pengguna Endpoint versi 6 gunakan ep6, versi 7 menggunakan ep7 dapat di sesuaikan.
untuk link di sesuaikan dengan sharing http yang digunakan.
9. Silahkan jalankan penjadwalan program run otomatis untuk menjalankan .bat file tersebut di waktu tertentu.