JANUS START: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:
[[List of Janus commands]]
[[List of Janus commands]]
[[Category:Janus commands|JANUS START]]
[[Category:Janus commands|JANUS START]]
[[Category:Sirius commands]]

Revision as of 00:16, 1 July 2011

<section begin="desc" />Start a Janus port<section end="desc" />

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

Syntax

<section begin="syntax" /> JANUS START portname <section end="syntax" />

JANUS START command syntax

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

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.

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*

List of Janus commands