pbs_migrate_users.8B 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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_migrate_users 8B "19 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_migrate_users
  39. \- transfer per-user or per-server passwords between
  40. PBS servers during a migration upgrade
  41. .SH SYNOPSIS
  42. .B pbs_migrate_users
  43. <old server> <new server>
  44. .br
  45. .B pbs_migrate_users
  46. --version
  47. .SH DESCRIPTION
  48. The
  49. .B pbs_migrate_users
  50. command is used to transfer the per-user or per-server
  51. password of a PBS user from one server to another during a
  52. migration upgrade.
  53. .LP
  54. Users' passwords on the old server are not deleted.
  55. .LP
  56. Available on Windows and supported Linux x86 and x86_64 platforms only.
  57. .SH OPTIONS
  58. .IP "--version" 15
  59. The
  60. .B pbs_migrate_users
  61. command returns its PBS version information and exits.
  62. This option can only be used alone.
  63. .SH OPERANDS
  64. The format of
  65. .I old server
  66. and
  67. .I new server
  68. is
  69. .RS
  70. <hostname>[:<port number>]
  71. .RE
  72. .SH EXIT STATUS
  73. .IP " 0" 15
  74. Success
  75. .IP "-1" 15
  76. Writing out passwords to files failed
  77. .IP "-2" 15
  78. Communication failure between
  79. .I old server
  80. and
  81. .I new server
  82. .IP "-3" 15
  83. .I single_signon_password_enable
  84. not set in either
  85. .I old server
  86. or
  87. .I new server
  88. .IP "-4" 15
  89. User running
  90. .B pbs_migrate_users
  91. not authorized to migrate users
  92. .SH SEE ALSO
  93. pbs_password(8B)