Checking database state

August 21, 2023

ID 62414

Databases can exist in one of the three states:

  • Up to date (UpToDate)
  • Outdated (Outdated)
  • Obsolete (Obsoleted)

To check the state of Anti-Virus databases:

# /opt/kaspersky/klms/bin/klms-control --get-avs-bases-info

The application keeps the following information on Anti-Virus databases:

  • state of Anti-Virus databases: up to date (UpToDate), outdated (Outdated), or obsolete (Obsoleted).
  • Number of records.
  • Anti-Virus database release date;
  • The time when Anti-Virus databases were installed in the application.

The following example shows the command output:

Example:

<root>

<status>UpToDate</status>

<recordCount>8095519</recordCount>

<publishingTime>Fri Jun 11 16:40:00 2012</publishingTime>

<installTime>Fri Jun 11 4:53:12 PM 2012</installTime>

</root>

To check the state of Anti-Spam databases:

# /opt/kaspersky/klms/bin/klms-control --get-asp-bases-info

The application shows the following information about Anti-Spam databases:

  • state of Anti-Spam databases: up to date (UpToDate), outdated (Outdated), or obsolete (Obsoleted).
  • Anti-Spam database release date;
  • The time when Anti-Spam databases were installed in the application.

The following example shows the command output:

Example:

<root>

<status>UpToDate</status>

<publishingTime>Fri Jun 8 11:40:36 2012</publishingTime>

<installTime>Fri Jun 8 11:50:12 AM 2012</installTime>

</root>

To check the state of Anti-Phishing databases:

# /opt/kaspersky/klms/bin/klms-control --get-aph-bases-info

The application shows the following information about Anti-Phishing databases:

  • state of Anti-Phishing databases: up to date (UpToDate), outdated (Outdated), or obsolete (Obsoleted).
  • Anti-Phishing database release date;
  • The time when Anti-Phishing databases were installed in the application.

The following example shows the command output:

Example:

<root>

<status>UpToDate</status>

<publishingTime>Fri Jun 8 11:40:36 2012</publishingTime>

<installTime>Fri Jun 8 11:50:12 AM 2012</installTime>

</root>

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.