license
The license
command is used to manage licensed features. The license is delivered as a plain-text ASCII license file with the extension .lic
to be installed on your Makito X device.
Note
Multiple licenses may be installed on the same device at the same time.
Synopsis
license list |
Actions
Action | Description |
---|---|
list | Displays a list of installed licenses. Licenses are stored on the Makito X file system in the folder |
info | Displays options information for license file(s). -w Display warnings (*W) |
view | Displays the content of the specified license file. |
install | Installs the specified (uploaded) license. Note The license file must be uploaded to the encoder and locally stored in the current (administrative) user’s folder before it can be installed. The Makito X supports FTP and TFTP client, as well as SCP client and server for downloading and uploading files. |
verify | Verifies the specified license (either installed or uploaded). |
delete | Deletes a previously installed license file from the system. |
Parameters
N/A
Examples
# license list Displays a list of licenses currently installed on the system: License Files (in /usr/share/haivision/licenses): |
# license view HAI-031907070046.lic Displays the contents of the specified license. |
# license verify HAI-031907070046.lic Verifies the specified license: Verifying license /usr/share/haivision/licenses/HAI-031907070046.lic... License verification successful. Note This command first checks to see if the specified license is in the current working directory.If Yes, it will verify that one. If No, it will look for it in the installed licenses directory ( This allows the verification of licenses before they are installed. |
Related Topics