pbs_topologyinfo.8B 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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_topologyinfo 8B "8 June 2018" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_topologyinfo
  39. \- report topological information used for licensing purposes
  40. .SH SYNOPSIS
  41. .B pbs_topologyinfo
  42. (-a | --all) [(-l | --license) | (-s | --sockets)]
  43. .br
  44. .B pbs_topologyinfo
  45. (-l | --license) <vnode name> [<vnode name> ...]
  46. .br
  47. .B pbs_topologyinfo
  48. (-s | --sockets) <vnode name> [<vnode name> ...]
  49. .br
  50. .B pbs_topologyinfo
  51. -h | --help
  52. .SH DESCRIPTION
  53. The
  54. .B pbs_topologyinfo
  55. command reports topological information for one or more vnodes. This
  56. information is used for licensing purposes. To use the command, you
  57. must specify what kind of topological information you want. The
  58. command reports only the requested information.
  59. This command must be run on the server host.
  60. .SH Usage
  61. .B pbs_topologyinfo -al
  62. reports number of node licenses needed for all vnodes.
  63. .B pbs_topologyinfo -l <vnode name>
  64. reports number of node licenses needed for
  65. .I vnode name.
  66. .B pbs_topologyinfo -as
  67. reports socket counts for all vnodes that have reported sockets.
  68. .B pbs_topologyinfo -s <vnode name>
  69. reports socket count for vnode
  70. .I vnode name.
  71. .SH Prerequisites
  72. Before you use this command, the server and MoMs must be configured
  73. so that they can contact each other, and must have been run.
  74. .SH Required Privilege
  75. This command can be run only by root or Admin on Windows.
  76. .SH OPTIONS
  77. .IP "-a, --all" 15
  78. Reports requested topological information for all vnodes. When this
  79. option is used alone, the command does not report any information.
  80. .IP "-h, --help " 15
  81. Prints usage and exits.
  82. .IP "-l, --license [<vnode name(s)>]" 15
  83. Reports number of node licenses required. If you specify
  84. .I vnode name(s),
  85. the command reports node licenses needed for the specified vnode(s) only.
  86. .IP "-s, --sockets [<vnode name(s)>]" 15
  87. Reports derived socket counts. If you specify
  88. .I vnode name(s),
  89. the command reports socket count information for the specified vnode(s) only.
  90. .IP "(no options)" 15
  91. Does not report any information.
  92. .SH OPERANDS
  93. .IP "vnode name [<vnode name> ...]" 15
  94. Name(s) of vnode(s) about which to report.
  95. .SH Errors
  96. If you specify an invalid vnode name, the command prints a message to standard error.
  97. .SH EXIT STATUS
  98. .IP "0" 15
  99. Success
  100. .IP "1" 15
  101. Any error following successful command line processing.
  102. .SH SEE ALSO
  103. The
  104. .B PBS Professional Administrator's Guide