JANUS DRAIN

From m204wiki
Jump to navigation Jump to search

Drain a Janus port

This prevents new connections from being initiated on the named port(s), and has no effect on active connections.

Syntax

JANUS DRAIN portname


Where portname is the name of the port(s) to drain. Once a DRAIN is executed against a port, no users may access it until it is started again via the JANUS START command. Current connections are not affected by the DRAIN subcommand. The DRAIN subcommand returns immediately, but activity on the port does not end until all current connections are closed.

JANUS DRAIN HOMER??

In the above example, all ports with 7-character names beginning with HOMER are placed in a drain state.

See also