The information on this page refers to LM-X v5.0, which added the upgrade license type. If you are using an older version of LM-X, please refer to documentation for earlier versions.

The following shows an example of local, additive, upgrade and token license file content. Note that the network licenses include the COUNT directive.

# Local example
FEATURE f1
{
  VENDOR=MYCOMPANY VERSION=1.4 START=01-01-2021 END=01-06-2021
  SHARE=TERMINALSERVER LICENSEE="Our_user"
  KEY=mBpIAWB9Uuzl2b2B3v]vcsFBx7qEQG1SwXCz8A9d6U3vSKT...
}

# Additive example
FEATURE f2
{
  VENDOR=MYCOMPANY KEYTYPE=ADDITIVE COUNT=6 VERSION=1.0
  SHARE=HOST BORROW=168 LICENSEE="Our_user"
  KEY=4i]mYsfn30C6ShBYszCq2WVicpTZXQwkfKJTohkzg1wNkle...
}

# Upgrade example (requires f3 exclusive license)
FEATURE f3
{
  VENDOR=MYCOMPANY KEYTYPE=UPGRADE COUNT=6
  KEY=szCq2WVicpTZXQw9Uuzl2b2B3v]vcsFBx7mYsfn30C6kw71...
}

# Token example
FEATURE f4
{
  VENDOR=MYCOMPANY KEYTYPE=TOKEN VERSION=1.0 END=01-01-2022
  TOKEN_DEPENDENCY="FEATURE=f2 VERSION=1.0 COUNT=3"
  KEY=Uuzl2b2B3v]vcsFBx7qEQG1SwXCz8AWVicpTZXQw9Uuzj1k...
}