LLC Arguments

Purpose

Use the arguments listed in this section when in a Windows Command Prompt to change the default behavior of LLC at startup.

Argument -p

Change LLC Port

By default, the LLC accepts TCP/IP connections from SwitchKit applications on Port 1312. If you want the LLC to bind to a different port, use the -p portNumber argument. All applications must be informed of any non-default port bindings for them to connect to the LLC.

Syntax

-p <Port Number>

Example

llc -p 2000

Argument -r

Run LLC in Redundant Mode

To run the LLC in redundant mode as a hot standby, use the -r argument. Use this argument when starting the redundant LLC. The primary LLC should not use this argument. To use LLC redundancy, the SK_LLC_HOST, SK_LLC_PORT, SK_RLLC_HOST, SK_RLLC_PORT environment variables must be set.

Syntax

-r <Internet Address of the Primary LLC>

Example

llc -r 150.10.22.100

Argument -v

Query LLC Version

Displays the version of LLC that is running.

Syntax

-v <no value>

Example

llc -v

Argument -h

Help

Displays a list all of the available arguments for the LLC.

Syntax

-h <no value>

Example

llc -h