1hpipower(1) OpenHPI hpipower(1)
2
3
4
6 hpipower - This sample openhpi application exercises HPI Power
7 Management APIs.
8
10 hpipower [ -D nn ] [-N host[:port]] [-C <cfgfile>] [ -d -p -r -u -X -h] [ -b n ]
11 hpipower [--domain=nn] [--host=host[:port]] [--cfgfile=file]
12 [--power-down --power-up --reset --unattended --debug --help] [--blade=n ]
13
15 hpipower searches the Resource Presence Table (RPT) for resources with
16 Power Capability. It sends the requested power action to the selected
17 target.
18
19 If no domain or host is selected, hpipower uses the default domain as
20 specified in the openhpiclient.conf file.
21
23 Help Options:
24 -h, --help
25 Show help options
26
27 Application Options:
28 -d, --power-down
29 Power down target object
30
31 -p, --power-up
32 Power on target object
33
34 -r, --reset
35 Reset target object
36
37 -u, --unattended
38 Unattended
39
40 -b n, --blade=n
41 Specify blade n (1...n)
42
43 -D nn, --domain=nn
44 Select domain id nn
45
46 -X, --debug
47 Display debug messages
48
49 -N "host[:port]", --host="host[:port]"
50 Open session to the domain served by the daemon at the specified URL
51 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
52 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
53 example IPv6 address) then enclose it in square brackets. For
54 example: "[::1]" or "[::1]:4743".
55
56 -C "file", --cfgfile="file"
57 Use passed file as client configuration file. This option overrides
58 the OPENHPICLIENT_CONF environment variable.
59
61 hpi_shell
62 hpialarms hpifan hpireset hpitop
63 hpidomain hpigensimdata hpisensor hpitree
64 hpiel hpiiinv hpisettime hpiwdt
65 hpievents hpionIBMblade hpithres hpixml
66 ohdomainlist ohhandler ohparam
67
69 Authors of this man page:
70
71 Peter D Phan (pdphan@users.sourceforge.net)
72 Ulrich Kleber (ulikleber@users.sourceforge.net)
73 Anton Pak (avpak@users.sourceforge.net)
74
75
76
773.8.0 2017-05-27 hpipower(1)