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 parameter searches the range of IP addresses provided and accepts an optional port. Syntax smartupdate 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: ip—Enter a range of IP addresses that SUM will search. Options: ipAddrLow; ipAddrHi port—Enter a port number along with an IP address range that SUM can search. Options: ipAddrLow; ipAddrHi; portNum Windows usage C:\>smartupdate findavailablenodes /type ip 10.7.85.0 10.7.85.128 Linux usage $ ./smartupdate findavailablenodes --type port 10.7.85.0 10.7.85.128 445