1NUTSCAN_SCAN_IPMI(3)              NUT Manual              NUTSCAN_SCAN_IPMI(3)
2
3
4

NAME

6       nutscan_scan_ipmi - Scan local IPMI devices.
7

SYNOPSIS

9       #include <nut-scan.h>
10
11       nutscan_device_t * nutscan_scan_ipmi(
12             const char * startIP,
13             const char * stopIP,
14             nutscan_ipmi_t * sec);
15

DESCRIPTION

17       The nutscan_scan_ipmi() function tries to detect IPMI manageable
18       devices.
19
20       If start_ip is NULL, the function searches for a local PSU.
21
22       Otherwise, it searches for remote hosts that would serve IPMI
23       protocols, and would try to authenticate using the data in sec
24       structure. It issues a NUT request on every IP ranging from startIP to
25       stopIP, where stopIP is optional. Those IP arguments may be either IPv4
26       or IPv6 addresses or host names.
27
28       You MUST call nutscan_init(3) before using this function.
29

BUGS

31       Design or implementation of this function may be incomplete: until
32       recently, this man page stated that it was not implemented yet. Source
33       code is present, although some blocks are commented away or hidden with
34       #if 0.
35

RETURN VALUE

37       The nutscan_scan_ipmi() function is not implemented yet.
38

SEE ALSO

40       nutscan_init(3), nutscan_scan_usb(3), nutscan_scan_xml_http_range(3),
41       nutscan_scan_nut(3), nutscan_scan_avahi(3), nutscan_scan_snmp(3),
42       nutscan_display_ups_conf(3), nutscan_display_parsable(3),
43       nutscan_new_device(3), nutscan_free_device(3),
44       nutscan_add_option_to_device(3), nutscan_add_device_to_device(3),
45       nutscan_scan_eaton_serial(3), nutscan_cidr_to_ip(3)
46
47
48
49Network UPS Tools 2.8.0           04/26/2022              NUTSCAN_SCAN_IPMI(3)
Impressum