...
Code Block |
---|
usage: disconnect [ -ec ] [ -local ] [ -q ] [ -verbose] <running server process> |
...
The command accepts the following options:
Option | Description |
---|---|
[-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. |
...