UCM Unitec Home Page
      

ULM Environment

 ulm.default(C)

Name   Description   Notes   See also

Name

 /etc/ulm.default

Description

Ulm.default contains the definitions of system-wide ULM license manager parameters. Each command searches for this file whenever it is invoked. The file contains one or more entries that define the default information. Each entry has the form:

NAME=Value

where keyword identifies the type of information available and value defines its value. Both keyword and value must consist of letters, digits and punctuation. The exact spelling of a keyword and the appropriate value are described in the following table. In contrast to parameter values, parameter names (keywords) are case insensitive.

Any line beginning with a number sign (#) is considered a comment and is ignored.

Keyword

Description

Default

ULM_VERSION

Installed license manager version. This entry is generated by the setup(I) process and should never be changed.

 

ULM_BASE_DIR

Base directory that holds ULM programs, configuration tables and data.

/usr/lib/ulm

Notes

If /etc/ulm.default is missing, ULM will run with the default configuration.
Important!

If the directory entriy ULM_BASE_DIR does not correspond to the current configuration, ULM will not be able to run correctly.

See also

setup(I), ulm(I)

 

Back to top