6 – Jobs > 6.2 Job tasks > Submitting a job

Submitting a job

Please note that in order to submit jobs in Viewpoint, the LDAP user who is logged into Viewpoint must also exist on the Moab Workload Manager server and in the same groups. For example, if tjones is logged into Viewpoint, and tjones is in the acme group, then this user/group mapping must also exist on the Moab server. The following commands would establish that relationship:

# groupadd acme
# useradd -g acme tjones

To submit a job in Viewpoint

  1. Go to the Submit Job page (Jobs > Submit Job).
  2. Do one of the following:
    • If you want the job to run a previously-uploaded script, choose Select Existing Script, and select the script you want the job to run.
    • If you want the job to run a new script, choose Upload New Script, and navigate to the script file you want to upload and select it.
  3. Complete the other fields, as necessary. For details, see Fields: Submit Job.
  4. When you are finished, choose Save.

Related topics