11.1.5.5 artadmin commands
Commands can be entered either by full name or abbreviation (as given in the parentheses), followed by any appropriate arguments. Arguments appearing in the square brackets [] are optional, and those in curly braces {} indicate a selection from mutually exclusive options.
To let a set of commands be executed together, the administration commands entered are kept in the buffer and performed only when the administrator enters a perform command.
The following commands with their abbreviation and options are described:
- clear (cl)
- Resets the commands buffer.
- config_update (cu) [on|off] (default is on)
- Propagates the configuration changes and requests the application servers to take in the changes in the configuration.
- help (h) [command]
- Without extra argument: prints a list of all the commands.
- list (l)
- Displays the commands buffer.
- newcopy (n) {p|s} object_name 1 object_name2 ...
- Enters a new copy command for screen or program object types.
Note:
Do not specify any suffix withobject_name
when issuing this command. Following is an example fornewcopy
command.> newcopy p RSSAT000 RSSAT0001 Newcopy buffered > p 1:* newcopy p RSSAT000 RSSAT0001 Perform transmit commands, confirm y/n :y Perform complete. >
- perform (p)
- Performs the commands submitted to the server and clears the commands buffer.
If the buffer is not empty, the buffer container is displayed and a confirmation is required.
If the submission fails, the message " Perform cancelled." is displayed, and the error is logged into the
USERLOG
- quit (q)
- Quits this session.
- shmstat (sh)
- Displays the statistics for
GETMAIN SHARED
allocated byARTSHM
. - sysid (s) {*:SSSS}
- By default, the administration commands are transmitted to all
servers in the ART CICS system. The configuration is global. For
the newcopy, you may want to limit it to some specific servers. The
sysid
command is used to limit the command effect to the servers with a specific SYSID. - tspstat (ts) TSMODEL
- Shows TS queue statistics information under
TSMODEL
in shared pool. A sample output for the command is listed as follows:> tspstat TSM00000 QueName NumItem TRNID TotLen MinLen MaxLen ReadCnt WritCnt ReWrCnt LifeTm ElapTm ------- ------- ----- ------ ------ ------ ------- ------- ------- ------ ------ LOGQHELO 3 HELO 118 56 56 0 3 0 5m 13s LOGQSTCA 6 STCA 180 16 52 0 6 0 8m 25s
- tspdel (td) TSMODEL qname
- Deletes TS queue
qname
inTSMODEL
in the shared pool. - tspdsp (tp) TSMODEL qname itemno
- Displays item
itemno
message of TS queueqname
inTSMODEL
in the shared pool. This command does not change read cursor of the queue. If the message is too large, only part of the message is displayed. - tspclr (tc) poolname
- Clears all queues in TS pool
poolname
. - enqstat (es) [APPLID] [resource_name] [UOW|TASK]
- Displays the statistics for
ENQ/DEQ
resource.Optional arguments:
APPLID
: TheAPPLID
of the resource to be displayed.resource_name
: The name of the resource to be displayed. Ifresource_name
is not specified, allENQ/DEQ
runtime information will be shown.UOW|TASK
: Type, eitherUOW
orTASK
. - enqlist (el) [APPLID] [UOW|TASK]
- Displays the resource names of
ENQ/DEQ
.Optional arguments:
APPLID
: TheAPPLID
of the resources to be listed.UOW|TASK
: Type, eitherUOW
orTASK
. - enqdel (ed) APPLID resource_name [UOW|TASK]
- Delete the specified ENQ resource.
APPLID
: TheAPPLID
of the resource to be deleted.resource_name
: The name of theENQ
resource to be deleted.UOW|TASK
: Type, eitherUOW
orTASK
. - dynamic_trace (dt) [trace_level(tl)|user_trace(ut)|debug_level(dl)|restore(r)] value
- Change the value of trace related environment variable at runtime.
trace_level(tl)
: trace level specified byTP_TRACE_LEVEL
orKIX_TRACE_LEVEL
.user_trace(ut)
: user trace specified byTP_USER_TRACE
orKIX_USER_TRACE
.debug_level(dl)
: debug level specified byTP_DEBUG_LEVEL
orKIX_DEBUG_LEVEL
.restore(r)
: restore to the original values specified by the corresponding environment variables.
Parent topic: artadmin(1)