Skip to main content
Skip table of contents

Starting the Console Process

The LightWave Client Console process runs as a single fault tolerant process pair and may be configured to listen on one or more TCP/IP processes and ports. 

Tip

A sample LightWave Client Console process startup macro, ZSTARTUP, is included with the release. Before using for the first time, copy or rename the file to a new name (e.g. FUP DUP ZSTARTUP, STARTUP) so it won't be overwritten by future releases. The sample macro should be suitable for most installations, but it may be necessary to modify certain parameters for your environment. To use the macro: RUN STARTUP 

Starting the Process

The Console is started by running the CONSOLE program from TACL.

TEXT
> run console / run-options / command-line-options

Examples

Start the Console process as a process pair in CPU 0 and 1. The Console may be accessed on port 8080 using HTTP or port 8443 using HTTPS. This example assumes that a server certificate with Common Name lightwave.example.com has already been installed.

TEXT
> run console / name $LWCON, cpu 0 / --backupcpu 1 --console-ports $ztc0:8080 $ztc0:8443:lightwave.example.com

More Information

For complete information about run-options and command-line-options see the CONSOLE section in Command Line Reference.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.