1hpitop(1) OpenHPI hpitop(1)
2
3
4
6 hpitop - A openhpi sample application that displays highlevel topology
7 for a managed openHPI complex.
8
10 hpitop [-D nn] [-N host[:port]] [-C <cfgfile>] [-r] [-s] [-c] [-w] [-i] [-a] [-f] [-d] [-n nn] [-X] [-h]
11 hpitop [--domain=nn] [--host=host[:port]] [--cfgfile=file] [--rpts] [--sensors]
12 [--controls] [--watchdogs] [--inventories] [--annunciators] [--fumis] [--dimis]
13 [--resource=nn] [--debug] [--help]
14
16 hpitop walks the Resource Present Table (RPT) of the managed openHPI
17 complex and displays all the resources and resources' management
18 instruments.
19
20 If no domain or host is selected, hpitop uses the default domain as
21 specified in the openhpiclient.conf file.
22
24 (No Option) Display system topology via default domain: rpt & rdr
25 headers
26
27 Help Options:
28 -h, --help
29 Show help options
30
31 Application Options:
32 -r, --rpts
33 Display only rpts
34
35 -s, --sensors
36 Display only sensors
37
38 -c, --controls
39 Display only controls
40
41 -w, --watchdogs
42 Display only watchdogs
43
44 -i, --inventories
45 Display only inventories
46
47 -a, --annunciators
48 Display only annunciators
49
50 -f, --fumis
51 Display only fumis
52
53 -d, --dimis
54 Display only dimis
55
56 -n nn, --resource=nn
57 Display only resource nn and its topology
58
59 -D nn, --domain=nn
60 Select domain id nn
61
62 -X, --debug
63 Display debug messages
64
65 -N "host[:port]", --host="host[:port]"
66 Open session to the domain served by the daemon at the specified URL
67 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
68 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
69 example IPv6 address) then enclose it in square brackets. For
70 example: "[::1]" or "[::1]:4743".
71
72 -C "file", --cfgfile="file"
73 Use passed file as client configuration file. This option overrides
74 the OPENHPICLIENT_CONF environment variable.
75
77 hpi_shell
78 hpialarms hpifan hpipower hpithres
79 hpidomain hpigensimdata hpireset hpitree
80 hpiel hpiiinv hpisensor hpiwdt
81 hpievents hpionIBMblade hpisettime hpixml
82 ohdomainlist ohhandler ohparam
83
85 Authors of this man page:
86
87 Peter D Phan (pdphan@users.sourceforge.net)
88 Ulrich Kleber (ulikleber@users.sourceforge.net)
89 Anton Pak (avpak@users.sourceforge.net)
90
91
92
933.8.0 2017-05-27 hpitop(1)