1qmove(1B)                             PBS                            qmove(1B)
2
3
4

NAME

6       qmove - move pbs batch job
7

SYNOPSIS

9       qmove destination job_identifier ...
10

DESCRIPTION

12       To  move  a job is to remove the job from the queue in which it resides
13       and instantiate the job in another queue.  The qmove command  issues  a
14       Move Job batch request to the batch server that currently owns each job
15       specified by job_identifier.
16
17       A job in the Running , Transiting , or Exiting state cannot be moved.
18

OPERANDS

20       The first operand is the new destinationfor
21           queue
22           @server
23           queue@server
24       See the PBS ERS section , "Destination Identifiers".
25
26       If the destination operand describes only a queue, then qmove will move
27       jobs into the queue of the specified name at the job's current server.
28
29       If  the  destination  operand describes only a batch server, then qmove
30       will move jobs into the default queue at that batch server.
31
32       If the destination operand describes both a queue and a  batch  server,
33       then qmove will move the jobs into the specified queue at the specified
34       server.
35
36       All following operands are job_identifiers which specify the jobs to be
37       moved  to  the  new destination.  The qmove command accepts one or more
38       job_identifier operands of the form:
39           sequence_number[.server_name][@server]
40

STANDARD ERROR

42       The qmove command will write a diagnostic messages  to  standard  error
43       for each error occurrence.
44

EXIT STATUS

46       Upon  successful  processing of all the operands presented to the qmove
47       command, the exit status will be a value of zero.
48
49       If the qmove command fails to process any operand,  the  command  exits
50       with a value greater than zero.
51
52

SEE ALSO

54       qsub(1B), pbs_movejob(3B)
55
56
57
58Local                                                                qmove(1B)
Impressum