[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 3

lslicense Command

Purpose

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

Syntax

lslicense [ -c ]

Description

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

Flags

-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

Related Information

The chlicense command and monitord daemon.


[ Previous | Next | Contents | Glossary | Home | Search ]