JANUS DRAIN: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (→Syntax) |
||
Line 16: | Line 16: | ||
In the above example, all ports with 7-character names beginning with <code>HOMER</code> are placed in a drain state. | In the above example, all ports with 7-character names beginning with <code>HOMER</code> are placed in a drain state. | ||
See | ==See also== | ||
<ul> | |||
<li>[[List_of_Janus_commands|Janus command list]] | |||
</ul> | |||
[[Category:Janus commands|JANUS DRAIN]] | [[Category:Janus commands|JANUS DRAIN]] |
Latest revision as of 17:55, 16 April 2013
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.