pbs_rstat.1B 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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 pbs_rstat 1B "25 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_rstat
  39. \- show status of PBS advance or standing reservations
  40. .SH SYNOPSIS
  41. .B pbs_rstat
  42. [-B] [-F] [-S] [<reservation ID>...]
  43. .br
  44. .B pbs_rstat
  45. --version
  46. .SH DESCRIPTION
  47. The
  48. .B pbs_rstat
  49. command shows the status of all reservations at the PBS server.
  50. Denied reservations are not displayed.
  51. .B Required Privilege
  52. .br
  53. This command can be run by a user with any level of PBS privilege. For
  54. full output, users without manager or operator privilege cannot print
  55. custom resources which where created to be invisible to users.
  56. .SH Output
  57. The
  58. .B pbs_rstat
  59. command displays output in any of brief, short, or full formats.
  60. See the
  61. .B pbs_resv_attributes(7B)
  62. man page for information about reservation attributes, and the
  63. "States" chapter in the PBS Professional Reference Guide.
  64. .SH OPTIONS
  65. .IP "-B" 10
  66. Brief output. Displays each reservation identifier only.
  67. .IP "-F" 10
  68. Full output. Displays all reservation attributes that are not set to
  69. the default value. Users without manager or operator privilege
  70. cannot print custom resources which were created to be invisible to users.
  71. .IP "-S" 10
  72. Short output. Displays a table showing the name, queue, owner, state,
  73. start time, duration, and end time of each reservation.
  74. .IP "--version" 10
  75. The
  76. .B pbs_rstat
  77. command returns its PBS version information and exits.
  78. This option can only be used alone.
  79. .IP "(no options)" 10
  80. Short output. Same behavior as
  81. .I -S
  82. option.
  83. .SH OPERANDS
  84. The
  85. .B pbs_rstat
  86. command accepts one or more
  87. .I reservation ID
  88. operands.
  89. .br
  90. For an advance reservation, this has the form:
  91. .RS 4
  92. .I "R<sequence number>[.<server name>][@<remote server>]"
  93. .RE
  94. For a standing reservation, this has the form:
  95. .RS 4
  96. .I "S<sequence number>[.<server name>][@<remote server>]"
  97. .RE
  98. .I @<remote server>
  99. specifies a reservation at a server other than the default server.
  100. .SH SEE ALSO
  101. The
  102. .B PBS Professional User's Guide,
  103. the
  104. .B PBS Professional Administrator's Guide,
  105. .br
  106. pbs_rsub(1B), pbs_rdel(1B), pbs_resv_attributes(7B)