Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
usage: disconnect [ -ec ] [ -local ] [ -q ] [ -verbose] <running server process>

...

The command accepts the following options:

Use this option to disconnect an EC that is running on a local machine, for example:

MZ>> disconnect -local ec1
In the example, the local EC process named ec1 will be disconnected. If using this option without any EC process specified, all local ECs will be disconnected.
OptionDescription

[-ec]

Use this option to disconnect only ECs, for example:

MZ>> disconnect -ec

If using this option without any EC process specified, as in the example, all ECs will be disconnected.

If a non-EC process is specified, fault code 4 will be returned, for example:

MZ>> disconnect -ec sc1

[-local]

[-q]

Quiet mode. Use this option to eliminate the display of any report during execution.

[-verbose]Verbose mode. This option will print extended error information.

...