Kaspersky Embedded Systems Security for Linux

Viewing information about used license keys

You can view information about the license keys being used by Kaspersky Embedded Systems Security in the following ways:

  • In Kaspersky Security Center, in the properties of the Add key task.

    In the properties of the Add key task, you can find information about the key that this task adds to the application.

  • In Kaspersky Security Center, in the properties of the relevant Kaspersky application installed on the client device.

    In the properties of the Kaspersky Embedded Systems Security application on the protected device, you can find information about the active and reserve keys added to the application on this device. You can view the properties of the application using the Web Console as well as the Administration Console.

  • In Kaspersky Security Center, in the license key usage report.

    You can view the license key usage report using the Web Console (Monitoring & reportingReports), as well as the Administration Console (Reports tab). To view the report, you need to select the "Report on usage of license keys" template in the list of reports and start generating the report.

  • In Kaspersky Security Center, in the Kaspersky Security Center license key store.

    You can open the key store using the Web Console (Operations → Kaspersky licenses) or using the Administration Console (Kaspersky licenses folder). The store displays information about all keys added to Kaspersky Security Center Administration Server.

  • On a device with Kaspersky Embedded Systems Security installed. You can view information about the license used by the Kaspersky Embedded Systems Security application on the command line.

You can also use notifications about Kaspersky Security Center events to get information about the used license keys and the licenses associated with them. The application sends information about expired licenses and license violations to the Kaspersky Security Center Administration Server.

If you use Kaspersky Security Center to manage the application, by default, information about license keys being added and removed and about license term expiration is recorded in the operating system log.

In this section

Viewing information about license keys on a device using the Web Console

Viewing information about license keys on a device using the Administration Console

Viewing information about the license and the key in the command line

Page top
[Topic 197624]

Viewing information about license keys on a device using the Web Console

To view information about license keys added to the device in the Web Console:

  1. In the main window of the Web Console, select Assets (Devices)Managed devices.

    The list of managed devices opens.

  2. Select the administration group containing the necessary device. To do so, click the link in the Current path field above the list of managed devices and select an administration group in the window that opens.

    The list displays only the managed devices for the selected administration group.

  3. In the list, find the device for which you want to view information and click the device name.
  4. This opens a managed device properties window; in that window, go to the Applications tab.
  5. In the list of applications installed on the device, click the name of the Kaspersky Embedded Systems Security 3.4 for Linux application.
  6. This opens the Kaspersky Embedded Systems Security 3.4 for Linux window; in that window, open the General tab, Licenses section.

    This section displays information about license keys added to the application and the licenses associated with these keys.

    • License key status is the status of the key: active or reserve.
    • Application name is the name of the license associated with the key and information about this license.
    • License key is the license key, a unique alphanumeric sequence.
    • License type can be trial, commercial, or subscription.
    • Activation date is the date when this key was added.
    • Expiration date is the date when your right to use the application activated with the current key expires.
Page top
[Topic 294245]

Viewing information about license keys on a device using the Administration Console

To view information about the license keys added to the device in Kaspersky Security Center Administration Console:

  1. In the Kaspersky Security Center Administration Console tree, in the Managed devices folder, select the administration group containing the required device.
  2. In the workspace, select the Devices tab.
  3. In the list of managed devices, select the required device and double-click it to open the Properties: <Task name> window.
  4. In the window that opens with the properties of the managed device, select the Applications section.

    The right part of the window displays a list of Kaspersky applications installed on the device.

  5. Select Kaspersky Embedded Systems Security 3.4 for Linux and double-click it to open the application properties window. Alternatively, you can click the Properties button in the lower part of the window.
  6. This opens the Kaspersky Embedded Systems Security 3.4 for Linux settings window; in that window, go to the License keys section.

    This section contains information about the active and reserve license keys:

    • Serial number – unique alphanumeric sequence.
    • Status – The status of the license key, e.g. active or reserve.
    • Type: type of license (commercial or trial).
    • License validity period — Number of days during which you can use the application activated with this key.
    • License limit — Number of devices on which you can use the key.
    • Activation date (this field is only available for the active key): date when the active key was added.
    • License expiration date (this field is only available for the active key): date when the application can no longer be used with the current active key.
Page top
[Topic 294246]

Viewing information about the license and the key in the command line

In the command line, using the -L --query command, you can view information about the active and reserve license keys added to the application, and about the license under which the application has been activated.

To view information about the license keys and license on the device, run the following command:

kess-control -L --query [--json]

where --json: output data in JSON format. If the --json option is not specified, the settings are output in the INI format.

As a result of the command execution, the following information will be displayed in the console:

  • Information about the active license key, if this key has been added:
    • Date and time when the license for using the application expires.
    • Number of days before the end of the license term.
    • Information about the limitation of protection functions.
    • Information about the limitation of the function for updating application databases.
    • Information about the status of the license key.
    • The type of license associated with the key.
    • Licensing limitation of the key (the number of licensing units).
    • Name of the application that the key is intended to activate.
    • Active license key (unique alphanumeric sequence).
    • Activation date.
  • Information about the reserve license key, if a reserve key has been added.
    • Date and time when the license for using the application expires.
    • Information about the limitation of protection functions.
    • Information about the limitation of the function for updating application databases.
    • Information about the status of the license key.
    • The type of license associated with the key.
    • Licensing limitation of the key (the number of licensing units).
    • Name of the application that the key is intended to activate.
    • Reserve license key (unique alphanumeric sequence).
    • Date and time when the license associated with the active key expires, in UTC.

You can also get information about the license under which the application is being used when viewing information about the operation of the application using the kess-control --app-info command.

Page top
[Topic 264031]