uCosminexus Application Server, Expansion Guide
This subsection describes how to change the maximum value for the dynamically changed number of concurrent executions of a J2EE application for a schedule queue.
The procedure for changing the maximum value for the dynamically changed number of concurrent executions of a J2EE application for a CTM schedule queue is as follows:
Note that you can change the maximum number of concurrent executions for a CTM schedule queue when the state of the schedule queue is one of the following:
To check the operating status of CTM schedule queues, execute the ctmlsque command with -CTMAppInfo specified. This command outputs the information about the J2EE applications that share schedule queues. The following shows the format and an execution example of the above command.
ctmlsque -CTMDomain CTM-domain-name -CTMID CTM-identifier -CTMAppInfo |
ctmlsque -CTMDomain domain01 -CTMID CTM01 -CTMAppInfo
For details about the ctmlsque command and the information output by the command, see ctmlsque (output schedule queue information) in the uCosminexus Application Server Command Reference Guide.
To change the maximum number of concurrent executions for a CTM schedule queue, execute the ctmchpara command. The following shows the format and an execution example of the above command.
ctmchpara -CTMDomain CTM-domain-name -CTMID CTM-identifier -CTMQueue registered-schedule-queue-name -CTMChangeCount number-of-concurrent-executions |
ctmchpara -CTMDomain domain01 -CTMID CTM01-CTMQueue que01 -CTMChangeCount 10
After executing the command, confirm that the change has been applied. For details about how to check the status of schedule queues, see (1) Checking the operating status of CTM schedule queues.
For details about the ctmchpara command and the information output by the command, see ctmchpara (change the number of concurrent executions for schedule queues) in the uCosminexus Application Server Command Reference Guide.
All Rights Reserved. Copyright (C) 2013, 2015, Hitachi, Ltd.