1hpifan(1) OpenHPI hpifan(1)
2
3
4
6 hpifan - An openhpi sample application that shows "Fan Control"
7 management instruments
8
10 hpifan [-D nn] [-N host[:port]] [-C <cfgfile>] [-h] [-s auto|nn] [-X]
11 hpifan [--domain=nn] [--host=host[:port]] [--cfgfile=file] [--help] [--speed=auto|nn] [--debug]
12
14 hpifan walks the RPT (Resource Present Table) for resouces that have
15 "Fan Control" management instruments (SAHPI_CTRL_FAN_SPEED).
16
17 If no domain or host is selected, hpifan uses the default domain as
18 specified in the openhpiclient.conf file.
19
21 Help Options:
22 -h, --help
23 Show help options
24
25 Application Options:
26 -s, --speed=auto|nn
27 Set fan speed for ALL fans in domain speed is a number or "auto" for
28 setting fan in auto mode
29
30 -D nn, --domain=nn
31 Select domain id nn
32
33 -X, --debug
34 Display debug messages
35
36 -N "host[:port]", --host="host[:port]"
37 Open session to the domain served by the daemon at the specified URL
38 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
39 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
40 example IPv6 address) then enclose it in square brackets. For
41 example: "[::1]" or "[::1]:4743".
42
43 -C "file", --cfgfile="file"
44 Use passed file as client configuration file. This option overrides
45 the OPENHPICLIENT_CONF environment variable.
46
48 hpi_shell
49 hpialarms hpigensimdata hpireset hpitop
50 hpidomain hpiinv hpisensor hpitree
51 hpiel hpionIBMblade hpisettime hpiwdt
52 hpievents hpipower hpithres hpixml
53 ohdomainlist ohhandler ohparam
54
56 Authors of this man page:
57
58 Peter D Phan (pdphan@users.sourceforge.net)
59 Ulrich Kleber (ulikleber@users.sourceforge.net)
60 Anton Pak (avpak@users.sourceforge.net)
61
62
63
643.8.0 2017-05-27 hpifan(1)