1hpixml(1) OpenHPI hpixml(1)
2
3
4
6 hpxml - An openhpi sample application that displays system view in XML.
7
9 hpixml [-D nn] [-s] [-i -t ] [-N host[:port]] [-C=file] [-h]
10 hpixml [--domain=nn] [--xsd] [--indent --text ] [--host=host[:port]] [--cfgfile=file] [--help]
11
13 hpixml displays system view in XML.
14
15 If no domain or host is selected, hpixml uses the default domain as
16 specified in the openhpiclient.conf file.
17
19 Help Options:
20 -h, --help
21 Show help options
22
23 Application Options:
24 -i, --indent
25 Use indentation
26
27 -t, --text
28 Use enum and flag text names instead of raw values
29
30 -s, --xsd
31 Show XML schema
32
33 -D nn, --domain=nn
34 Select domain id nn
35
36 -N "host[:port]", --host="host[:port]"
37 Open session to the domain served by the daemon at the specified URL
38 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
39 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
40 example IPv6 address) then enclose it in square brackets. For
41 example: "[::1]" or "[::1]:4743".
42
43 -C "file", --cfgfile="file"
44 Use passed file as client configuration file. This option overrides
45 the OPENHPICLIENT_CONF environment variable.
46
48 hpi_shell
49 hpialarms hpigensimdata hpireset hpitop
50 hpidomain hpiinv hpisensor hpitree
51 hpievents hpionIBMblade hpisettime hpiwdt
52 hpifan hpipower hpithres
53 ohdomainlist ohhandler ohparam
54
56 Authors of this man page:
57
58 Anton Pak (anton.pak@pigeonpoint.com)
59 Ulrich Kleber (ulikleber@users.sourceforge.net)
60
61
62
633.8.0 2017-05-27 hpixml(1)