Showing posts with label G DATA. Show all posts
Showing posts with label G DATA. Show all posts

Sunday, October 24, 2010

Redirect G DATA antivirus update, log and quarantine folders and save disk space on the system volume

The freshly installed G DATA antivirus management server takes care about internet based update of virus signatures and program files for client and server.

By default the update folders are residing in the “Documents and Settings”/”All Users” path usually on the system disk. The G DATA management server downloads and keeps numerous (I cannot say how much, but definitely over 5-6) pre-downloaded versions of modules. This way you may face the problem of free disk space: the downloads on my server are in sum over 2 GB!

Fortunately, there’s a setting you can change manually to redirect update (and some other destination folders) to another disk to keep system disk free of the waste.

  1. stop the service “G DATA ManagementServer”.
  2. go to %Programs%\G DATA\G DATA AntiVirus ManagementServer folder.
  3. edit gdmms.exe.config file, UpdateDistributionFolder entry:
    (example)
  4. <setting name="UpdateDistributionFolder" serializeAs="String">
        <value>D:\Software\GData\AntiVirus ManagementServer\Updates</value>
    </setting>
  5. if required, edit also the entries LogFileFolder and QuarantineFolder:
    (example)
    <setting name="LogFileFolder" serializeAs="String">
        <value>D:\Software\GData\AntiVirus ManagementServer\Log</value>
    </setting>
    <setting name="QuarantineFolder" serializeAs="String">
        <value>D:\Software\GData\AntiVirus ManagementServer\Quarantine</value>
    </setting>
  6. save gdmms.exe.config.
  7. edit IUpdateCfg.xml file, entry BasePath:
    (example)
    <BasePath>D:\Software\GData\AntiVirus ManagementServer\Updates</BasePath>
  8. start “G DATA ManagementServer”.
  9. try internet update and check for destination folders.
  10. …enjoy!

Saturday, October 23, 2010

Restart missing G DATA antivirus client

If the G DATA antivirus client is running, you will see an icon in Windows task bar:

image

Sometimes the manually initiated update process gets hung and must be terminated. At this time the antivirus client process is killed, and the icon disappears. There are two ways to get the icon appearing again:

  • Restart computer (for servers somehow problematic way)
    or
  • Restart G DATA antivirus client autromatically:
  1. open console window (on Windows Server 2008, 2008 R"2 and Windows 7 “run as administrator” option may be required).
  2. switch to %ProgramFiles%\G DATA\AVKClient.
  3. start AVKCl.exe as follows:
    AVKCl.exe /GUI
  4. the icon should appear immediately and provide you with usual control options for G DATA antivirus client.

enjoy!