pbs.8B 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 8B "13 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs
  39. \- Start, stop, restart, or get the PIDs of PBS daemons
  40. .SH SYNOPSIS
  41. .B pbs
  42. [start|stop|restart|status]
  43. .SH DESCRIPTION
  44. The
  45. .B pbs
  46. command starts, stops or restarts all PBS daemons on the local machine, or
  47. reports the PIDs of all daemons when given the
  48. .I status
  49. argument. Does not affect other hosts.
  50. You can start, stop, restart, or status the PBS daemons using the
  51. .B systemctl
  52. command; see Starting and Stopping PBS in the PBS Professional Installation
  53. and Upgrade Guide.
  54. .B Caveats
  55. .br
  56. This command operates only on daemons that are marked as active
  57. in pbs.conf. For example, if PBS_START_MOM is set to 0 in the local
  58. pbs.conf, this command will not operate on pbs_mom, and will not
  59. start, stop, or restart pbs_mom.
  60. This command is typically placed in /etc/init.d so that
  61. PBS starts up automatically.
  62. .B Required Privilege
  63. .br
  64. Root privilege is required to use this command.
  65. .SH ARGUMENTS
  66. .IP "restart" 10
  67. All daemons on the local machine are stopped, then they are restarted.
  68. PBS reports the name of the license server and the
  69. number and type of licenses available.
  70. .IP "start" 10
  71. Each daemon on the local machine is started. PBS reports the number
  72. and type of licenses available, as well as the name of the license
  73. server. Any running jobs are killed.
  74. .IP "status" 10
  75. PBS reports the PID of each daemon on the local machine.
  76. .IP "stop" 10
  77. Each daemon on the local machine is stopped, and its PID is reported.
  78. .SH SEE ALSO
  79. The
  80. .B PBS Professional Administrator's Guide
  81. .br
  82. pbs_mom(8B), pbs_server(8B), pbs_sched(8B), and pbs_comm(8B)