|
||||||||||||||||
|
Velocity Scheduler:
Tips and Tricks
Tip: Registering your password with vsched Tip: Obtaining the Jobid for a machine Tip: Registering your password with vschedYou must register your password with the scheduler in order to run batch jobs. Whenever you change your password you must register it again. This tip discusses the different scenarios that may occur if you fail to do so, for example if your password is changed but not re-registered while your job is in the queue. Before you can submit any batch jobs, you must register your password with the
scheduler. Issue the
If you have never issued vsched passwd and try to submit a job, the submission will fail:
If you have issued vsched passwd, but have since changed your password without
reissuing vsched passwd, the job submission will fail:
If you successfully submit a job, then
change your password while your job is waiting in the queue, you must also
register your password with vsched -passwd before it
starts. If you do not, when it is time for the job to start it will maintain
its position in the queue, but the job status will change to holding, or H.
At this time the user must first re-register their password and then issue vsched
-cs (changestatus) to return the job to active status:
Tip: Obtaining the Jobid for a machineFrom a compute node, issue vsched -j or -jid to return the job ID |
|
||||||||