Man page - nut-scanner(8)
Packages contas this manual
- belkin(8)
- nut-driver-enumerator(8)
- optiups(8)
- riello_ser(8)
- bestfcom(8)
- bestuferrups(8)
- solis(8)
- upsdrvsvcctl(8)
- bestups(8)
- apcsmart-old(8)
- bcmxcp_usb(8)
- ups.conf(5)
- upscode2(8)
- belkinunv(8)
- clone(8)
- powercom(8)
- nutupsdrv(8)
- powerpanel(8)
- bestfortress(8)
- nutdrv_qx(8)
- upsdrvctl(8)
- upsd.users(5)
- rhino(8)
- isbmex(8)
- oneac(8)
- bcmxcp(8)
- tripplite_usb(8)
- blazer_usb(8)
- nut-recorder(8)
- al175(8)
- microdowell(8)
- genericups(8)
- apcupsd-ups(8)
- gamatronic(8)
- apcsmart(8)
- microsol-apc(8)
- mge-shut(8)
- ivtscd(8)
- tripplite(8)
- richcomm_usb(8)
- everups(8)
- mge-utalk(8)
- metasys(8)
- tripplitesu(8)
- liebert-esp2(8)
- sms_ser(8)
- safenet(8)
- nutdrv_siemens_sitop(8)
- masterguard(8)
- dummy-ups(8)
- usbhid-ups(8)
- victronups(8)
- riello_usb(8)
- nutdrv_atcl_usb(8)
- upsd.conf(5)
- upsd(8)
- etapro(8)
- blazer_ser(8)
- liebert(8)
- nut-scanner(8)
apt-get install nut-server
Manual
| NUT-SCANNER(8) | NUT Manual | NUT-SCANNER(8) |
NAME
nut-scanner - scan communication buses for NUT devices
SYNOPSIS
nut-scanner -h
nut-scanner [OPTIONS]
DESCRIPTION
nut-scanner scans available communication buses and displays any NUT-compatible devices it has found.
INSTALLATION
nut-scanner is only built if libltdl (part of libtool development suite) is available. Available options (USB, SNMP, IPMI, ...) will vary according to the available compile time and runtime dependencies. For example, if Net-SNMP is installed, thus providing libsnmp (.so or .dll) and headers, both during compilation and runtime, then SNMP discovery will be available.
OPTIONS
-h
DISPLAY OPTIONS
-Q | --disp_nut_conf_with_sanity_check
-N | --disp_nut_conf
-P | --disp_parsable
BUS OPTIONS
-C | --complete_scan
-U | --usb_scan
-S | --snmp_scan
-M | --xml_scan
-O | --oldnut_scan
-A | --avahi_scan
-I | --ipmi_scan
-E | --eaton_serial serial ports
NETWORK OPTIONS
-t | --timeout timeout
-s | --start_ip start IP
-e | --end_ip end IP
-m | --mask_cidr IP address/mask
NUT DEVICE OPTION
-p | --port port number
SNMP V1 OPTION
-c | --community community
SNMP V3 OPTIONS
-l | --secLevel security level
-u | --secName security name
-w | --authProtocol authentication protocol
-W | --authPassword authentication pass phrase
-x | --privProtocol privacy protocol
-X | --privPassword privacy pass phrase
IPMI OPTIONS
-b | --username username
-B | --password password
-d | --authType authentication type
-L | --cipher_suite_id cipher suite identifier
The authentication algorithm identifies the algorithm to use for session setup, the integrity algorithm identifies the algorithm to use for session packet signatures, and the confidentiality algorithm identifies the algorithm to use for payload encryption (default=3).
The following cipher suite ids are currently supported (Authentication; Integrity; Confidentiality):
MISCELLANEOUS OPTIONS
-V | --version
-a | --available
-q | --quiet
-D | --nut_debug_level
EXAMPLES
To scan USB devices only:
nut-scanner -U
To scan SNMP v1 device with public community on address range 192.168.0.0 to 192.168.0.255:
nut-scanner -S -s 192.168.0.0 -e 192.168.0.255
The same using CIDR notation:
nut-scanner -S -m 192.168.0.0/24
To scan NUT servers with a timeout of 10 seconds on IP range 192.168.0.0 to 192.168.0.127 using CIDR notation:
nut-scanner -O -t 10 -m 192.168.0.0/25
To scan for power supplies, through IPMI (1.5 mode) over the network, on address range 192.168.0.0 to 192.168.0.255 using CIDR notation:
nut-scanner -I -m 192.168.0.0/24 -b username -B password
To scan for Eaton serial devices on ports 0 and 1 (/dev/ttyS0, /dev/ttyUSB0, /dev/ttyS1 and /dev/ttyUSB1 on Linux):
nut-scanner --eaton_serial 0-1
To scan for Eaton serial devices on ports 1 and 2 (COM1 and COM2 on Windows):
nut-scanner --eaton_serial 1-2
SEE ALSO
ups.conf(5)
Internet resources:
The NUT (Network UPS Tools) home page: https://www.networkupstools.org/
| 06/27/2025 | Network UPS Tools 2.8.1 |