Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

Description

Displays the license content and optionally can be used to send the license content, human readable format, via email.

(lightbulb) It will work even if you are logged in via 'ssh' . See CHARON on Linux - Cannot get license information or run guests over ssh for more information.

Example

Once the file is generated, you'll either be prompted to select the editor you want to use or the editor will be opened automatically is you did setup your preferences.

Example with "vim" and its syntax highlighting:

When exiting the editor, it is possible to send the license content (text file) by email:

(info) If you decide to send the result via email, you will receive one with subject: "[CHARON] View license HASP_SRM_VIEW"


(lightbulb) Licenses descriptions (usage, location, etc...) can be added to the display list by manually creating the following file: /opt/charon/utils/charon_licenses.list

This optional file must contain the license number followed by a description and an ANSI color code (see "# man terminfo" and search for "Color Handling"), each parameter separated by a semicolon. One line per license.

Example:

We describe here the license 1000.806 as "ESX server, path:3/5" with a green color (ANSI code 2)

# cat /opt/charon/utils/charon_licenses.list
1000.806;ESX server, path:3/5;2

  • No labels