You can call the job manager graphic interface from a command line using the following syntax:
gestsoum [-l<logical_server>] [file_name_1] [file_name_2] [-suspend] [-u<user_name>] [-p<password>] [-e<environment>] [-n<jm_name>] [-r<queue_id_list>] [-i<language_code>] [<name>=<value>]
Parameters
Parameters |
Meaning |
-l | -d |
Logical server name (-lGSSOUM) <driver>/<base> in local mode ("-dSQL Server/GTS") |
- suspend: |
If this parameter has been specified, all queues will be suspended when the job manager starts. |
-u |
User for the connection (-usa) |
-p |
Password for the connection (-psa_password) |
-e |
Environment name (display) (-eGTS) |
-n |
Internal (running) manager name. Default machine name. Corresponds to the name of the machine running a job. |
-r |
Restricting start-up of queues (-r<id1>,<id2>...). The job manager (JM) will only start specified queues. Warning: queue IDs must be separated by commas, with no spaces. Example: -r1,5 restricts the JM to queues from IDs 1 and 5. |
-i<language_code> |
Selecting display language. For example, -i2057 selects the English interface. By default, the job manager is displayed in the language selected in the Visual Adelia Runtime configuration. |
-remove-schema |
Deletes the GSSOUM schema for requests (use HGXXX tables instead of GSSOUM.GSXXX). |
<name>=<value> |
Defining environment variable. |
<file_name_1> |
Parameter file. This file will be searched for in the current directory, then in the PATH. If this parameter has not been specified, the gestsoum.ini file will be searched for. |
<file_name_2> |
User parameters (use with an extension DLL). This file will be searched for in the current directory, then in the PATH. If this parameter has not been specified, the user.ini file will be searched for. |
Note: it is not possible to start two job managers with the same name (host machine name by default) for a manager database.