Manual

Parameters
The findavailablenodes command provides the following options:
DescriptionOption
The HP SUM script initiates this action.HPSUM
The command to find all nodes available for updates
through HP SUM.
findavailablenodes
If you pass the type option, the value must match one of
three types:
--type ip|LDAP|port
1. ip
Options: ipAddrLow; ipAddrHi
2. LDAP
Options: ldapServer; username; ** interactive
prompt for password
3. port
Options: ipAddrLow; ipAddrHi; portNum
Return codes
TextLinuxWindowsReturn Code
The command was successful.00SUCCESS_NO_REBOOT
A general failure occurred. For details,
see the logs.
255-1FAILURE_GENERAL
A bad input parameter was encountered. For
details, see the logs.
254-2FAILURE_BAD_PARM
The command failed. For details, see the
logs.
252-4FAILURE_COMMAND_FAILED
Example
Windows sample command line
C:\>hpsum findavailablenodes /type ip 10.7.85.0 10.7.85.128
Linux/HP-UX sample command line
$ hpsum findavailablenodes --type port 10.7.85.0 10.7.85.128 445
GenerateReports
Enables you to generate reports.
generatereports enables you to generate reports for the HP SUM session. These reports include
inventory, node firmware, node installables, failed dependency details, and installed details. The
output defaults to attributes valuesand the type of report to all available.
Syntax
hpsum generatereports [--type inventory | firmware | installables |
faileddep | installed | combined] [--output html | xml | csv] [--nodes
[nodelist]] [--baselines [baselinelist]]
GenerateReports 111