3.1.4.5 Sub Commands
artjesadmin supports the following sub
commands:
-
submitjob (smj) -i|-I scriptfilename [-t timeout] [-o ejr option] - Submits a job to TuxJES system. The
scriptfilenameparameter is the job script to be submitted.Note:
artjesadminis not responsible for scriptfile propagation. It must be located on a shared file system if the conversion and execution are not on same machines. The options are as follows:-
-i scriptfilename: The option specified to submit KSH jobs. -
-I scriptfilename: The option specified to submit JCL jobs. -
-t timeout: Specifies to control the timeout threshold when submitting a job. -
-o ejr option: Specifies the options passed to the EJR script file. For example,-f ejroption (-o "-f envfile") can be used to pass an environment file to KSH job;-e ejroption (-o "-e envfile") can be used to pass an environment file to JCL job.
-
-
showjobexec(she) [-n machine] | [-g groupid [-i serverid]] - Display the number of executing jobs of
ARTJESINITIATORservers.If no option is specified, display the number of executing jobs of allARTJESINITIATORservers. -
-n machine: - The Tuxedo logic machine name that the
ARTJESINITIATORserver is running on. -
-g groupid: - The Tuxedo group id of the
ARTJESINITIATORserver. -
-i serverid: - The Tuxedo server id of the
ARTJESINITIATORserver. -
stopjobexec(ste) [-n machine] | [-g groupid [-i serverid]] - Stops
ARTJESINITIATORservers from picking up a new job to execute; the server continue finishing current jobs. If no option is specified, allARTJESINITIATORservers stop picking up new jobs. -
-n machine: - The Tuxedo logic machine name that the
ARTJESINITIATORserver is running on. -
-g groupid: - The Tuxedo group id of the
ARTJESINITIATORserver. -
-i serverid: - The Tuxedo server id of the
ARTJESINITIATORserver. -
resumejobexec(rse) [-n machine] | [-g groupid [-i serverid]] - Resume
ARTJESINITIATORservers pick up of new jobs to execute. If no option is specified, allARTJESINITIATORservers resume picking up new jobs. -
-n machine: - The Tuxedo logic machine name that the
ARTJESINITIATORserver is running on. -
-g groupid: - The Tuxedo group id of the
ARTJESINITIATORserver. -
-i serverid: - The Tuxedo server id of the
ARTJESINITIATORserver. -
settracelevel(stl) -t tracelevel [-n machine] | [-g groupid [-i serverid]] - Set the TuxJES trace message level of TuxJES client and server.
-
-t tracelevel: - Specify the TuxJES trace message level parameter.
-t tracelevelcan be set as0,1,2, or3.0indicatesERRORlevel;1indicatesWARNlevel;2indicatesINFOlevel;3indicatesDEBUGlevel. -
-n machine: - Specify the Tuxedo logic machine which the TuxJES server is running on.
-
-g groupid: - Specify the Tuxedo group which the TuxJES server belongs to.
-
-i serverid: - Specify the Tuxedo server ID of the TuxJES server.
-
setjesacl (sja) -f rulepath [-t PLAIN|ENCRYPTED] [-m MAC|DAC] - Dynamically change job access authorization. Only the Oracle Tuxedo user who is mapped to (or identical with) Unix/Linux root (referred to as super user) can use this sub command.
-
-f rulepath: - Specify the path of job access authorization configuration
file. Its usage is just likes
JES_ACL_FILEinJESCONFIG. -
-t PLAIN|ENCRYPTED: - Specify the rule file is encrypted or not. If not specified,
use the default value
PLAIN. Its usage is just likesJES_ACL_FILE_TYPEinJESCONFIG. -
-m MAC|DAC: - Specify the action when no matching rule is found for the user.
If not specified, use its default value
MAC. Its usage is just likesJES_ACL_MODEinJESCONFIG.
Parent topic: artjesadmin