Overview
This article describes how to apply auto-updates to an installation that cannot access the GFI auto-update servers via the internet directly.
Process
The steps described below are applicable to EventsManager 2012 and EventsManager 2013.
EventsManager 2012
- On a host that can access the internet, download all files from the download site.
Note: If prompted for a user ID and password, please contact GFI Support for these credentials. - On the EventsManager server, create the folder
C:\ESMupdates
and copy all the downloaded files into it. - Extract ESMUpdateInCfo.xml.gz (e.g. via 7-Zip).
- Open the extracted file ESMUpdateInfo.xml in Notepad (or any text editor).
- Search and replace each instance of
http://update.gfi.com/esm/
withC:\ESMupdates\
and save the file. - Save the edited ESMUpdateInfo.xml file back to ESMUpdateInfo.xml.gz with the utility used to extract the .gz file.
Note: If using 7-Zip, within the 7-Zip File Manager:- Right-click ESMUpdateInfo.xml, select 7-Zip > Add to archive...
- In the Archive: field, ensure ESMUpdateInfo.xml.gz is seen, and use Archive format: gzip.
- Open the folder C:\Program Files (x86)\GFI\EventsManager2012\Data\AutoUpdate.
- Create a backup copy of the file config.xml.
- Open the file config.xml in Notepad (or any text editor).
- Change the tag
<DownloadURL>
so that its value points to:C:\ESMupdates\ESMUpdateInfo.xml.gz
and save the file. - Open an elevated command prompt and go to the folder:
C:\Program Files (x86)\GFI\EventsManager2012
- Run the command:
updater.exe /InstallNow
.
Notes:
- The procedure assumes that the product is installed in the default location:
C:\Program Files (x86)\GFI\EventsManager2012. - The
updater.exe
command might need to be run multiple times in order to install all updates.
EventsManager 2013
On EventsManager 2013 there are two auto updates processes, one for the Database Server and another for EventsManager.
Auto Updates for EventsManager:
- On a host that can access the internet, download all files from the download site.
Note: If prompted for a user ID and password, please contact GFI Support for these credentials. - Copy the file UpdateInfo.xml.gz into the folder
C:\Program Files (x86)\GFI\EventsManager2013\Data\AutoUpdate\. - Copy all the patches into the folder
C:\Program Files (x86)\GFI\EventsManager2013\Data\AutoUpdate\Patches\. - Open an elevated command prompt and go to the folder:
C:\Program Files (x86)\GFI\EventsManager2013
- Run the command:
updater.exe /InstallNow
Auto Updates for the Database Server:
- On a host that can access the internet, download all files from the download site.
Note: If prompted for a user ID and password, please contact GFI Support for these credentials - Copy the file DLIBUpdateInfo.xml.gz into the folder
C:\Program Files (x86)\GFI\Database Server 2.X\Data\AutoUpdate\. - Copy all the patches into the folder
C:\Program Files (x86)\GFI\Database Server 2.X\Data\AutoUpdate\Patches\.
Note: If you are in an offline environment the Patches folder will not be created automatically, so you should create it if it is missing. - Open an elevated command prompt and go to the folder:
C:\Program Files (x86)\GFI\Database Server 2.X\
- Run the command:
updater.exe /InstallNow
Note: The procedure assumes that the product is installed in the default location:
C:\Program Files (x86)\GFI\EventsManager2013.