1 findavailablenodes Enables you to search the network for available nodes. To be available, you must be able to reach nodes and another management system must not have exclusive control of the nodes. This command searches the range of IP addresses provided and accepts an optional port. Syntax hpsum findavailablenodes --type ip|port [ipAddrLow ipAddrHi] [port] Description Parameters/Options/Flags/Strings/... --type ip|port If you pass the type option, the value must match one of three types: 1. ip-Enter a range of IP addresses that HP SUM will search. Options: ipAddrLow; ipAddrHi 2. port-Enter a port number along with an IP address range that HP SUM can search. Options: ipAddrLow; ipAddrHi; portNum Windows usage C:\>hpsum findavailablenodes /type ip 10.7.85.0 10.7.85.128 Linux usage $ ./hpsum findavailablenodes --type port 10.7.85.0 10.7.85.128 445 Return codes SUCCESS_NO_REBOOT Windows: 0 Linux: 0 Text: The command was successful. FAILURE_GENERAL Windows: -1 Linux: 255 Text: A general failure occurred. For details, see the logs. FAILURE_BAD_PARM Windows: -2 Linux: 254 Text: A bad input parameter was encountered. For details, see the logs. FAILURE_COMMAND_FAILED Windows: -4 Linux: 252 Text: The command failed. For details, see the logs.