JANUS START

From m204wiki
Jump to navigation Jump to search

Start a Janus port

This makes a port available for connections; it is put into the START state.

Syntax

JANUS START portname


Where portname is the name of the port(s) to start.

Usage notes

The JANUS DEFINE command must be used to define the port before it is started with JANUS START. Also, if the port is defined to use Secure Sockets Layer (SSL) or Transport Layer Security (TLS) for secured communications, you are prompted for the password that decrypts the private key for the certificate specified on the SSL parameter of this port's DEFINE command.

Example

In the following example, all ports whose names begin with ACCTS are made available for incoming connections, and any remote servers associated with those ports are made available for outgoing connections. For any of these ports whose DEFINE commands did not include an ALLOCC, the control blocks are built in SPCORE.

JANUS START ACCTS*

See also