1ohparam(1) OpenHPI ohparam(1)
2
3
4
6 ohparam - An openhpi sample application that uses the openhpi
7 additional interface to control openhpi configuration parameters
8
10 ohparam [-D nn] [-N host[:port]] [-C <cfgfile>] [-X] get
11 ohparam [-D nn] [-N host[:port]] [-C <cfgfile>] [-X] set <paramname newvalue>
12 ohparam [--domain nn] [--host=host[:port]] [--cfgfile=file] [--debug] get
13 ohparam [--domain nn] [--host=host[:port]] [--cfgfile=file] [--debug] set <paramname newvalue>
14
16 ohparam get will display all global configuration parameters of the
17 openhpi daemon for the specified domain.
18
19 ohparam set will change the given global configuration parameters of
20 the openhpi daemon for the specified domain to the new value.
21
22 If no domain or host is selected, ohparam uses the default domain as
23 specified in the openhpiclient.conf file.
24
26 Command get: display info about all global parameters
27 no specific arguments
28
29 Command set:
30 one of the daemon's global parameters:
31 (without the OPENHPI prefix)
32 LOG_ON_SEV, EVT_QUEUE_LIMIT,
33 DEL_SIZE_LIMIT, DEL_SAVE
34 DAT_SIZE_LIMIT, DAT_USER_LIMIT, DAT_SAVE
35 PATH, VARPATH, CONF
36 and the desired new value. Example:
37 ohparam set DEL_SIZE_LIMIT 20000
38
40 Help Options:
41 -h, --help
42 Show help options
43
44 Application Options:
45 -D nn, --domain=nn
46 Select domain id nn
47
48 -X, --debug
49 Display debug messages
50
51 -N "host[:port]", --host="host[:port]"
52 Open session to the domain served by the daemon at the specified URL
53 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
54 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
55 example IPv6 address) then enclose it in square brackets. For
56 example: "[::1]" or "[::1]:4743".
57
58 -C "file", --cfgfile="file"
59 Use passed file as client configuration file. This option overrides
60 the OPENHPICLIENT_CONF environment variable.
61
63 hpi_shell
64
65 hpialarms hpifan hpipower hpithres
66 hpidomain hpigensimdata hpireset hpitop
67 hpiel hpiiinv hpisensor hpitree
68 hpievents hpionIBMblade hpisettime hpiwdt
69 hpixml
70 ohdomainlist ohhandler
71
73 Authors of this man page:
74
75 Ulrich Kleber (ulikleber@users.sourceforge.net)
76 Anton Pak (avpak@users.sourceforge.net)
77
78
79
803.8.0 2017-05-27 ohparam(1)