1hpiinv(1) OpenHPI hpiinv(1)
2
3
4
6 hpiinv - An openhpi sample application that shows resources' inventory
7 records.
8
10 hpiinv [-D nn] [-N host[:port]] [-C <cfgfile>] [-V] [ -X] [-a tag] [-h]
11 hpiinv [--domain=nn] [--host=host[:port]] [--cfgfile=file] [--verbose] [--debug] [--asset-tag=tag] [--help]
12
14 hpiinv walks the RPT (Resource Present Table) looking for resources
15 that have Inventory Capability. It displays all inventory records
16 found.
17
18 If no domain is selected, hpiinv uses a session with the default
19 domain. The selected domain id must be configured via the
20 openhpidclient.conf file specified in the environment.
21
23 Help Options:
24 -h, --help
25 Show help options
26
27 Application Options:
28 -a tag, --asset-tag=tag
29 Set the asset tag to the specified string
30
31 -D nn, --domain=nn
32 Select domain id nn
33
34 -X, --debug
35 Display debug messages
36
37 -V, --verbose
38 Verbose mode
39
40 -N "host[:port]", --host="host[:port]"
41 Open session to the domain served by the daemon at the specified URL
42 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
43 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
44 example IPv6 address) then enclose it in square brackets. For
45 example: "[::1]" or "[::1]:4743".
46
47 -C "file", --cfgfile="file"
48 Use passed file as client configuration file. This option overrides
49 the OPENHPICLIENT_CONF environment variable.
50
52 For generic OpenHPI, there is *no* additional environment variable
53 required. For some devices; sahalee, mBMC; BMCONLY flag needs to be
54 set for additional device characterization based on rdr.IdString.Data.
55
57 hpi_shell
58 hpialarms hpifan hpireset hpitop
59 hpidomain hpigensimdata hpisensor hpitree
60 hpiel hpionIBMblade hpisettime hpiwdt
61 hpievents hpipower hpithres hpixml
62 ohdomainlist ohhandler ohparam
63
65 Authors of this man page:
66
67 Peter D Phan (pdphan@users.sourceforge.net)
68 Ulrich Kleber (ulikleber@users.sourceforge.net)
69 Anton Pak (avpak@users.sourceforge.net)
70
71
72
733.8.0 2017-05-27 hpiinv(1)