qstart.8B 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .\" Copyright (C) 1994-2018 Altair Engineering, Inc.
  2. .\" For more information, contact Altair at www.altair.com.
  3. .\"
  4. .\" This file is part of the PBS Professional ("PBS Pro") software.
  5. .\"
  6. .\" Open Source License Information:
  7. .\"
  8. .\" PBS Pro is free software. You can redistribute it and/or modify it under the
  9. .\" terms of the GNU Affero General Public License as published by the Free
  10. .\" Software Foundation, either version 3 of the License, or (at your option) any
  11. .\" later version.
  12. .\"
  13. .\" PBS Pro is distributed in the hope that it will be useful, but WITHOUT ANY
  14. .\" WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15. .\" FOR A PARTICULAR PURPOSE.
  16. .\" See the GNU Affero General Public License for more details.
  17. .\"
  18. .\" You should have received a copy of the GNU Affero General Public License
  19. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. .\"
  21. .\" Commercial License Information:
  22. .\"
  23. .\" For a copy of the commercial license terms and conditions,
  24. .\" go to: (http://www.pbspro.com/UserArea/agreement.html)
  25. .\" or contact the Altair Legal Department.
  26. .\"
  27. .\" Altair’s dual-license business model allows companies, individuals, and
  28. .\" organizations to create proprietary derivative works of PBS Pro and
  29. .\" distribute them - whether embedded or bundled with other software -
  30. .\" under a commercial license agreement.
  31. .\"
  32. .\" Use of Altair’s trademarks, including but not limited to "PBS™",
  33. .\" "PBS Professional®", and "PBS Pro™" and Altair’s logos is subject to Altair's
  34. .\" trademark licensing policies.
  35. .\"
  36. .TH qstart 8B "12 February 2018" Local "PBS Professional"
  37. .SH NAME
  38. .B qstart
  39. - turn on scheduling or routing for jobs in a PBS queue
  40. .SH SYNOPSIS
  41. .B qstart
  42. <destination> [<destination> ...]
  43. .br
  44. .B qstart
  45. --version
  46. .SH DESCRIPTION
  47. If
  48. .I destination
  49. is an execution queue, the
  50. .B qstart
  51. command allows a PBS scheduler to schedule jobs residing in the specified queue.
  52. If
  53. .I destination
  54. is a routing queue, the server can begin routing jobs from that queue. Sets
  55. the value of the queue's
  56. .I started
  57. attribute to
  58. .I True.
  59. .B Required Privilege
  60. .br
  61. In order to execute
  62. .B qstart,
  63. you must have PBS Operator or Manager privilege.
  64. .SH OPTIONS
  65. .IP "--version"
  66. The
  67. .B qstart
  68. command returns its PBS version information and exits.
  69. This option can only be used alone.
  70. .SH OPERANDS
  71. The qstart command accepts one or more space-separated
  72. .I destination
  73. operands. The operands take one of three forms:
  74. .IP "<queue name>" 3
  75. Starts scheduling or routing from the specified queue.
  76. .IP "@<server name>" 3
  77. Starts scheduling or routing from all queues at the specified server.
  78. .IP "<queue name>@<server name>" 3
  79. Starts scheduling or routing from the specified queue at the specified server.
  80. .LP
  81. To start scheduling at all queues at the default server, use the
  82. .B qmgr
  83. command:
  84. .br
  85. .B \ \ \ Qmgr: set queue @default started=true
  86. .SH STANDARD ERROR
  87. The
  88. .B qstart
  89. command writes a diagnostic message to standard error for
  90. each error occurrence.
  91. .SH EXIT STATUS
  92. .IP Zero 3
  93. Upon successful processing of all the operands presented to the
  94. .B qstart
  95. command
  96. .IP "Greater than zero" 3
  97. If the qstart command fails to process any operand
  98. .SH SEE ALSO
  99. The
  100. .I PBS Professional Administrator's Guide
  101. and the following manual pages:
  102. pbs_server(8B), qstop(8B), and qmgr(8B)