win_postinstall.py.8B 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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 win_postinstall.py 8B "17 June 2018" Local "PBS Professional"
  37. .SH NAME
  38. .B win_postinstall.py
  39. \- For Windows. Configures PBS services
  40. .SH SYNOPSIS
  41. <PBS_EXEC>\\etc\\python win_postinstall.py
  42. -u <PBS service account>
  43. .br
  44. -p <PBS service account password> [-t server]
  45. .br
  46. <PBS_EXEC>\\etc\\python win_postinstall.py
  47. -u <PBS service account>
  48. .br
  49. -p <PBS service account password>
  50. .br
  51. -t <non-server installation type>
  52. .br
  53. -s <server name>
  54. .SH DESCRIPTION
  55. The
  56. .B win_postinstall.py
  57. command configures PBS services. It performs post-installation steps
  58. such as validating the PBS service account username and password,
  59. installing the Visual C++ redistributable binary, creating PBS_HOME
  60. and the default queue, initializing the database, and registering and
  61. starting the PBS_SERVER, PBS_SCHED, PBS_MOM, PBS_COMM and PBS_RSHD PBS
  62. services.
  63. When you use this command during installation of PBS, the command
  64. automatically un-registers any old PBS services.
  65. Available on Windows only.
  66. .SH Required Privilege
  67. You must have Administrator privilege to run this command.
  68. .SH Options to win_postinstall.py
  69. .IP "p, --passwd <PBS service account password>" 8
  70. Specifies password for PBS service account.
  71. .IP "-s, --server <server name>" 8
  72. Specifies the hostname on which the PBS server will run; required when
  73. the installation type is one of "execution", "client", or "comm".
  74. .IP "-t, --type <installation type>" 8
  75. Specifies type of installation. Type can be one of "server",
  76. "execution", "client", or "comm". Default is server installation.
  77. .IP "-u, --user <PBS service account>" 8
  78. Specifies PBS service account. When you specify the PBS service
  79. account, whether or not you are on a domain machine, include only the
  80. username, not the domain. For example, if the full username on a
  81. domain machine is
  82. .I <domain>
  83. \\
  84. .I <username>
  85. , pass only
  86. .I <username>
  87. as an argument.