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