1IHEALTH(8) System Manager's Manual IHEALTH(8)
2
3
4
6 ipmiutil health- show IPMI health
7
9 ipmiutil health [-ifhgsx -N node -U user -P/-R pswd -EFJTVY]
10
11
13 ipmiutil health is a program that uses IPMI commands to show the health
14 of the BMC. This utility can use either the /dev/ipmi0 driver from
15 OpenIPMI, the /dev/imb driver from Intel, the /dev/ipmikcs driver from
16 valinux, direct user-space IOs, or the IPMI LAN interface if -N.
17
18
20 Command line options are described below.
21
22
23 -c Show canonical, delimited output.
24
25 -f Show the FRUSDR version also.
26
27 -g Show the IPMI GUID of this system. The GUID is a read-only
28 unique identifier.
29
30 -h Check the health of the HotSwap Controller also.
31
32 -s Show the IPMI LAN channel statistics also.
33
34 -x Causes extra debug messages to be displayed.
35
36 -N nodename
37 Nodename or IP address of the remote target system. If a node‐
38 name is specified, IPMI LAN interface is used. Otherwise the
39 local system management interface is used.
40
41 -P/-R rmt_pswd
42 Remote password for the nodename given. The default is a null
43 password.
44
45 -U rmt_user
46 Remote username for the nodename given. The default is a null
47 username.
48
49 -E Use the remote password from Environment variable IPMI_PASSWORD.
50
51 -F drv_t
52 Force the driver type to one of the followng: imb, va, open,
53 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
54 lan2 with intelplus. The default is to detect any available
55 driver type and use it.
56
57 -J Use the specified LanPlus cipher suite (0 thru 14):
58 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
59 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
60 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
61
62 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
63 2=MD5, 4=Straight Password, 5=OEM.
64
65 -V Use a specified IPMI LAN privilege level. 1=Callback level,
66 2=User level, 3=Operator level, 4=Administrator level (default),
67 5=OEM level.
68
69 -Y Yes, do prompt the user for the IPMI LAN remote password.
70 Alternatives for the password are -E or -P.
71
72
73
75 ipmiutil(8) ialarms(8) iconfig(8) icmd(8) idiscover(8) ievents(8)
76 ifru(8) igetevent(8) ilan(8) ireset(8) isel(8) isensor(8) iserial(8)
77 isol(8) iwdt(8)
78
79
81 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
82 and any bug fix list.
83
84
86 Copyright (C) 2009 Kontron America, Inc.
87
88 See the file COPYING in the distribution for more details regarding
89 redistribution.
90
91 This utility is distributed in the hope that it will be useful, but
92 WITHOUT ANY WARRANTY.
93
94
96 Andy Cress <arcress at users.sourceforge.net>
97
98
99
100
101 Version 1.1: 17 Feb 2010 IHEALTH(8)