3.1.4.4 Parameters and Options
artjesadmin
supports the following parameters and
options:
-
-h
- Option
-h
printsartjesadmin
usage information as listed above. -
-v
- Option
-v
indicates the current version of Oracle Tuxedo Application Runtime for Batch. -
-f
- The security profile file generated by
genjesprofile
. The default value is~/.tuxAppProfile
. It requires the owner of the security profile must be the user who runsartjesadmin
. The user name in this profile is the owner of the submitted jobs. A job without a specified owner is assigned the owner name "*". -
-p and -j
- Option
-p
and-j
are added to get job status without interaction inartjesadmin
console. -
-x showjobexec|resumejobexec|stopjobexec [[lmid=machine|grpid=groupid|grpid=groupid,srvid=serverid];...]
- Option
-x
is specified to controlARTJESINITIATOR
servers. It must beshowjobexec
,resumejobexec
, orstopjobexec
. For more information, see Sub Commands. -
-t <timeout>
- Option
-t <timeout>
is specified to control the timeout threshold when submitting a job in synchronous mode, asynchronous mode, or console mode. With-t
option, an integer can be specified to control the timeout. In the absence of a timer, clients will be left waiting indefinitely. -
-T
- Option
-T
is specified to submit a job in test mode, which only do checks rather than executing this job. For more information about test mode, see-t file|NULL
argument in EJR Syntax. -
-o <Job Execution Engine Options>
- -o can be used to pass special options to the job execution engine. If the job is in KSH, the options are passed to KSH execution engine; if the job is in JCL, the options are passed to native JCL execution engine.
-
-y
- Option
-y
is added to submit a job in the synchronous way. This option enables synchronous mode to wait for job end.Note:
To submit a job in synchronous way, in TuxJES Configuration File, you must setEVENTPOST=A
. -
-i
- Option
-i
is specified to submit KSH jobs.scriptfile
must be full path or relative path toAPPDIR
environment variable, or toJOBREPOSITORY
configuration item. -
-I
- Option
-I
is specified to submit JCL jobs.scriptfile
must be full path or relative path toAPPDIR
environment variable, or toJOBREPOSITORY
configuration item. -
-x settracelevel [trclvl=trace_level[,[lmid=machine|grpid=groupid|grpid=groupid,srvid=serverid];...]]
- Option
-x settracelevel
is specified to set the TuxJES trace message level. For more information, see Sub Commands. -
-x setjesacl aclfile=rulepath[,aclfiletype=PLAIN|ENCRYPTED[,aclmode=MAC|DAC]]
- Option
-x setjesacl
is specified to change job access authorization. For more information, see Sub Commands.
Parent topic: artjesadmin