qrls.1B 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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 qrls 1B "18 December 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B qrls
  39. - release hold on PBS jobs
  40. .SH SYNOPSIS
  41. .B qrls
  42. [-h <hold list>] <job ID> [<job ID> ...]
  43. .br
  44. .B qrls
  45. --version
  46. .SH DESCRIPTION
  47. The
  48. .B qrls
  49. command removes or releases holds on batch jobs or job arrays,
  50. but not on subjobs or ranges of subjobs.
  51. A job may have one or more types of holds which make the job
  52. ineligible for execution.
  53. If you
  54. .B qrls
  55. a job whose
  56. .I Execution_Time
  57. attribute is not set to a time in the future, the job changes to the
  58. .I queued
  59. state. If
  60. .I Execution_Time
  61. is in the future, the job changes to the
  62. .I waiting
  63. state.
  64. Holds can be set by the owner, an Operator, or Manager, when a job
  65. has a dependency, or when a job has its
  66. .I Execution_Time
  67. attribute set to a time in the future. Se the
  68. .B qhold
  69. man page.
  70. .B Effect of Privilege on Behavior
  71. .br
  72. The following table shows the holds and the privilege required to release each:
  73. .RS 3
  74. Hold Meaning Privilege Required to Release
  75. .br
  76. --------------------------------------------------------------
  77. .IP u 6
  78. User Job owner, Operator, Manager,
  79. .br
  80. administrator, root
  81. .IP o 6
  82. Other Operator, Manager, administrator, root
  83. .IP s 6
  84. System Manager, administrator, root,
  85. .br
  86. PBS (dependency)
  87. .IP n 6
  88. None Job owner, Operator, Manager,
  89. .br
  90. administrator, root
  91. .IP p 6
  92. Bad password Administrator, root
  93. .RE
  94. .LP
  95. .SH OPTIONS
  96. .IP "(no options)" 8
  97. Defaults to
  98. .I -h u,
  99. removing
  100. .I user
  101. hold.
  102. .IP "-h <hold list>" 8
  103. Types of holds to be released for the job(s).
  104. The
  105. .I hold list
  106. argument is a string consisting of one or more of the letters
  107. .I """u""", """o""",
  108. or
  109. .I """s"""
  110. in any combination, or one of the letters
  111. .I """n"""
  112. or
  113. .I """p""".
  114. .IP "--version" 8
  115. The
  116. .B qrls
  117. command returns its PBS version information and exits.
  118. This option can only be used alone.
  119. .SH OPERANDS
  120. The
  121. .B qrls
  122. command can be used on jobs and job arrays, but not on subjobs or ranges
  123. of subjobs. The
  124. .B qrls
  125. comand accepts one or more
  126. .I job IDs
  127. in the form:
  128. .RS 4
  129. .I <sequence number>[.<server name>][@<server name>]
  130. .br
  131. .I <sequence number>[][.<server name>][@<server name>]
  132. .RE
  133. Note that some shells require that you enclose a job array identifier in
  134. double quotes.
  135. .SH STANDARD ERROR
  136. The
  137. .B qrls
  138. command writes a diagnostic message to standard error for
  139. each error occurrence.
  140. .SH EXIT STATUS
  141. .IP Zero 8
  142. Upon successful processing of all operands
  143. .IP "Greater than zero" 8
  144. If the
  145. .B qrls
  146. command fails to process any operand
  147. .SH SEE ALSO
  148. The
  149. .I PBS Professional User's Guide,
  150. the
  151. .I PBS Professional Administrator's Guide,
  152. .br
  153. qsub(1B), qalter(1B), qhold(1B), pbs_alterjob(3B), pbs_holdjob(3B), and
  154. pbs_rlsjob(3B).