1hpi_shell(1) OpenHPI hpi_shell(1)
2
3
4
6 hpi_shell - An openhpi sample application that allows a user to
7 interactively perform a number of HPI operations.
8
10 hpi_shell [-D nn] [-N host[:port]] [-C <cfgfile>] [-e] [-f <file>] [-X] [-h]
11 hpi_shell [--domain=nn] [--host=host[:port]] [--cfgfile=file] [--events] [--cmdfile=filename] [--debug] [--help]
12
14 hpi_shell reads commands and performs HPI operations based on those
15 commands. This allows it to exercise HPI-managed hardware and do
16 manual operations on that hardware.
17
18 Once in hpi_shell, use the "help" command for a list of commands, or
19 "help command" for details on a particular command.
20
21 If no domain or host is selected, ohparam uses the default domain as
22 specified in the openhpiclient.conf file.
23
25 Help Options:
26 -h, --help Show help options
27
28 Application Options:
29 -f filename, --cmdfile=filename
30 Execute command file
31
32 -e, --events
33 Show short events, discover after subscribe
34
35 -D nn, --domain=nn
36 Select domain id nn
37
38 -X, --debug
39 Display debug messages
40
41 -N "host[:port]", --host="host[:port]"
42 Open session to the domain served by the daemon at the specified URL
43 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
44 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
45 example IPv6 address) then enclose it in square brackets. For
46 example: "[::1]" or "[::1]:4743".
47
48 -C "file", --cfgfile="file"
49 Use passed file as client configuration file. This option overrides
50 the OPENHPICLIENT_CONF environment variable.
51
53 hpialarms hpifan hpipower hpithres
54 hpidomain hpigensimdata hpireset hpitop
55 hpiel hpiinv hpisensor hpitree
56 hpievents hpionIBMblade hpisettime hpiwdt
57 hpixml
58 ohdomainlist ohhandler ohparam
59
61 Author(s) of this man page:
62
63 Bryan Sutula (sutula@users.sourceforge.net)
64 Ulrich Kleber (ulikleber@users.sourceforge.net)
65 Anton Pak (avpak@users.sourceforge.net)
66
67
68
693.8.0 2017-05-27 hpi_shell(1)