pbs_dataservice.8B 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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_dataservice 8B "17 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_dataservice
  39. \- start, stop, or check the status of the PBS data service
  40. .SH SYNOPSIS
  41. .B pbs_dataservice
  42. [start|stop|status]
  43. .SH DESCRIPTION
  44. The
  45. .B pbs_dataservice
  46. command starts, stops, or gets the status of the PBS data service.
  47. .SH Permission
  48. On Linux, root privilege is required to use this command. On Windows,
  49. Admin privilege is required.
  50. .SH Arguments
  51. .IP "start" 15
  52. Starts the PBS data service.
  53. .IP "stop" 15
  54. Stops the PBS data service.
  55. Can be used only when the PBS server is not running.
  56. .IP "status" 15
  57. Displays the status of the PBS data service, as follows:
  58. Data service running
  59. .RS 20
  60. "PBS Data Service running"
  61. .RE
  62. .IP " " 15
  63. Data service not running
  64. .RS 20
  65. "PBS Data Service not running"
  66. .RE
  67. .SH EXIT STATUS
  68. .IP "Zero" 15
  69. Success
  70. .IP "Non-zero" 15
  71. Failure