ftlm_parse_elan

Executes the Elan license status command and parses its output to discover capacity and utilization information so that it can be recorded into server memory.


ftlm_parse_elan: Usage Message

SYNOPSIS:
    Executes the Elan license status command and parses its output to
    discover capacity and utilization information so that it can be recorded
    into server memory.

SYNTAX:
    ftlm_parse_elan TAG [OPTIONS]

OPTIONS:
    -command COMMAND  -- Specify status command.
                         Default: elmadmin -l (rely on path)
    -daemon DAEMON    -- Specify license server daemon (informational only).
                         Default: ghs
    -port PORT        -- Specify license server port (informational only).
                         Default: 0
    -site SITENAME    -- Specify license server site.
                         Default: local
    -type TYPE        -- Specify license server type.
                         Default: ghs
    -h                -- Show this help.
    -v                -- Increase output verbosity, can be repeated.
    -quiet            -- Do not echo status command output.

NOTE:
    On Windows, use / for the path delimiter and // before each space if there
    are spaces in the command path.

EXAMPLES:
    % ftlm_parse_ghs ELAN
    % ftlm_parse_ghs ELAN -site "NewYork" -command "/opt/local/bin/elmadmin"