1hpionIBMblade(1)                    OpenHPI                   hpionIBMblade(1)
2
3
4

NAME

6       hpionIBMblade - An openhpi sample application that shows how two (2)
7       openhpi plugins can be used to display and manage resources of an IBM
8       Blade with Basedboard Management Controller (BMC).
9

SYNOPSIS

11        hpionIBMblade [-D nn] [-N host[:port]] [-C <cfgfile>] [ -X ] [ -h ]
12        hpionIBMblade [--domain nn] [--host=host[:port]] [--cfgfile=file] [--debug] [--help]
13

DESCRIPTION

15        hpionIBMblade shows how two (2) openhpi plugins can be used to display
16       and manage resources of an IBM Blade with Basedboard Management Controller (BMC).
17
18        Both the ipmi and snmp_bc plugin have the same IBM Blade target.  Resources from
19       both plugins are combined to show a complete view of the IBM Blade.
20
21        @@ WARNING @@ RESTRICTIONS @@ WARNING @@ RESTRICTIONS @@ WARNING @@ RESTRICTIONS @@
22
23        This client application is designed to run **only** inband on an IBM Blade with Basedboard
24       Management Controller (BMC)
25
26       If no domain or host is selected, hpionIBMblade uses the default domain
27       as specified in the openhpiclient.conf file.
28

OPTIONS

30   Help Options:
31       -h, --help
32         Show help options
33
34   Application Options:
35       -D nn, --domain=nn
36         Select domain id nn
37
38       -X, --debug
39         Display debug messages
40
41       -N "host[:port]", --host="host[:port]"
42         Open session to the domain served by the daemon at the specified URL
43         (host:port).  This option overrides the OPENHPI_DAEMON_HOST and
44         OPENHPI_DAEMON_PORT environment variables.  If host contains ':' (for
45         example IPv6 address) then enclose it in square brackets.  For
46         example: "[::1]" or "[::1]:4743".
47
48       -C "file", --cfgfile="file"
49         Use passed file as client configuration file.  This option overrides
50         the OPENHPICLIENT_CONF environment variable.
51

SAMPLE CONFIGURATION FILE

53           handler libipmi        {
54               entity_root = "{SYSTEM_CHASSIS,2}"
55               name = "smi"
56               addr = 0
57           }
58
59           handler libsnmp_bc {
60               host = "bc.mm.ip.address"
61               version = "3"
62               community = "bc_community"
63               entity_root = "{SYSTEM_CHASSIS,1}"
64               security_name = "myid"
65               passphrase = "mypassword"
66               security_level = "authNoPriv"
67               auth_type = "MD5"
68           }
69

SEE ALSO

71                hpi_shell
72                hpialarms      hpifan         hpireset       hpitop
73                hpidomain      hpigensimdata  hpisensor      hpitree
74                hpiel          hpiiinv        hpisettime     hpiwdt
75                hpievents      hpipower       hpithres       hpixml
76                ohdomainlist   ohhandler      ohparam
77

AUTHORS

79       Authors of this man page:
80
81        Peter D Phan (pdphan@users.sourceforge.net)
82        Ulrich Kleber (ulikleber@users.sourceforge.net)
83        Anton Pak (avpak@users.sourceforge.net)
84
85
86
873.8.0                             2017-05-27                  hpionIBMblade(1)
Impressum