Options that can be used with the ctgadmin command. Options are not case-sensitive.
ctgadmin [-adminport <number>] [-dbg [<filename>]]
-a <action> [<action specific options>]
ctgadmin -?
To
get help on a particular action, issue a command like the following:ctgadmin -a action -?
Option | Description |
---|---|
-a dump | Dumping diagnostic information |
-a trace | Controlling Gateway and JNI trace |
-a stats | Querying statistics |
-a crexit | CICS request exit control |
-a rmexit | Request monitoring exit control |
-a start | Starting CICS Transaction Gateway on Windows |
-a shut | Stopping CICS Transaction Gateway on Windows |
-msg | Viewing message help |
-adminport | The port used to communicate with the IBM CICS Transaction Gateway service (Windows) or the Gateway daemon (UNIX). The default is 2810. |
-dbg | Output trace to stderr, or <filename> if specified. |