Introduction:
In a Private Cloud setup, concurrent runs for a job can be increased via the InTime Server.
More Information:
In this example user sets a value of 1 for concurrent runs and wishes to change to 4 for Job ID 150. Note that the concurrent runs can be increased, but it cannot be decreased.
user> .admin admin> .job.more=150 +-----+-----------------------+-------+---------+----------+------+---------+-------+--------+--------+----------+ | NO. | CLIENTID | JOBID | P.JOBID | USERID | RUNS | MAXTIME | LIMIT | VENDOR | TOOL | VERSION | +-----+-----------------------+-------+---------+----------+------+---------+-------+--------+--------+----------+ | 1 | testuser_123456789012 | 150 | 0 | testuser | 5 | 12 | 1 | Xilinx | Vivado | 2017.2.0 | +-----+-----------------------+-------+---------+----------+------+---------+-------+--------+--------+----------+ 1 row (0.01 sec), 2019-10-01 14:35:47 admin> .job.set.limit=150 Enter a number between 1 to 20 [current:1] admin.limit.150> 4 Proceed to change limit? ('n' for No or 'y' for Yes) [n] admin.confirm> y admin> .job.more=150 +-----+-----------------------+-------+---------+----------+------+---------+-------+--------+--------+----------+ | NO. | CLIENTID | JOBID | P.JOBID | USERID | RUNS | MAXTIME | LIMIT | VENDOR | TOOL | VERSION | +-----+-----------------------+-------+---------+----------+------+---------+-------+--------+--------+----------+ | 1 | testuser_123456789012 | 150 | 0 | testuser | 5 | 12 | 4 | Xilinx | Vivado | 2017.2.0 | +-----+-----------------------+-------+---------+----------+------+---------+-------+--------+--------+----------+ 1 row (0.01 sec), 2019-10-01 14:37:47
Applies to:
- Linux Operating System
- Windows Operating System
Knowledge Base ID: 201910301 - Last Review: Oct 30, 2019 - Revision: 1.0