1hpigensimdata(1) OpenHPI hpigensimdata(1)
2
3
4
6 hpigensimdata - A openhpi client application supplementing the dynamic
7 simulator plugin.
8
10 hpigensimdata [-D nn] [-N host[:port]] [-C <cfgfile>] [-r res_id] [-f filename] [-m UPD|INIT] [-h]
11 hpigensimdata [--domain=nn] [--host=host[:port]] [--cfgfile=file]
12 [--resource=res_id] [--file=filename] [--mode=UPD|INIT] [--help]
13
15 hpigensimdata generates data for the dynamic simulator plugin by
16 reading the current configuration. It will print all HPI information in
17 a format that can be parsed by Dynamic Simulator plugin. To spare some
18 encoding/decoding function, values of enums are printed as int values
19 instead of encode them to ASCII values and decode them afterwards.
20 Since this client is primarily for the Dynamic Simulator, the output
21 functions don't depend on the oh_.. - output function. Therefore they
22 can be easily changed without influence on other clients.
23
24 Please refer to README and detailed documentation with the plugin.
25
26 If no domain or host is selected, ohparam uses the default domain as
27 specified in the openhpiclient.conf file.
28
29 If no file name is specified, the data is displayed on console.
30
32 Help Options:
33 -h, --help
34 Show help options
35
36 Application Options:
37 -r res_id, --resource=res_id
38 Select particular resource id for an update file
39
40 -f filename, --file=filename
41 Name of the file to be generated
42
43 -m UPD|INIT, --mode=UPD|INIT
44 Write update or initial file
45
46 -D nn, --domain=nn
47 Select domain id nn
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 hpiinv hpisensor hpitree
64 hpiel hpionIBMblade hpisettime hpiwdt
65 hpievents hpipower hpithres hpixml
66 ohdomainlist ohhandler ohparam
67
69 Authors of this man page:
70
71 Ulrich Kleber (ulikleber@users.sourceforge.net)
72 Lars Wetzel (larswetzel@users.sourceforge.net)
73 Anton Pak (avpak@users.sourceforge.net)
74
75
76
773.8.0 2017-05-27 hpigensimdata(1)