JANUS START

From m204wiki
Revision as of 17:08, 28 February 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:JANUS START}} <span class="pageSubtitle"><section begin="desc" />START<section end="desc" /></span> This makes a port available for connections; it is put into ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />START<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*