[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 3

lslicense Command

Purpose

Displays the number of fixed licenses and the status of the floating licensing.

Syntax

lslicense [ -A ] [ -c ]

Description

The lslicense command displays the number of fixed licenses and the status of the floating licensing.

Flags

-A The -A flag causes the lslicense command to report the current number of available fixed licenses. When the -A flag is not specified, the maximum number of fixed licenses and license status is reported.
-c Displays the output in : (colon) form.

Examples

  1. To display the number of fixed licenses and the floating license status, enter:

    lslicense

    Example output would be:

    Maximum number of fixed licenses is 10.
    Floating licensing is enabled.
  2. To display the number of fixed licenses and the floating license status in a colon format, enter:
    lslicense -c
    Example output would be:

    #fixed:floating
    10:on
  3. To display license information including the number of available fixed licenses, enter:
    lslicense -A
    Ouput similar to the following will display:
       Maximum number of fixed licenses is 2.
       Floating licensing is disabled.
       Number of available fixed licenses is 2.
    

Related Information

The chlicense command and monitord daemon.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]