1IDELLOEM(8) System Manager's Manual IDELLOEM(8)
2
3
4
6 ipmiutil_delloem - OEM commands for Dell servers
7
9 ipmiutil delloem [-mx -NPRUEFJTVY] commands
10
11
13 ipmiutil delloem commands is a program that uses Dell OEM IPMI commands
14 to perform platform-specific functions.
15
16
18 -m 002000
19 Show FRU for a specific MC (e.g. bus 00, sa 20, lun 00). This
20 could be used for PICMG or ATCA blade systems. The trailing
21 character, if present, indicates SMI addressing if 's', or IPMB
22 addressing if 'i' or not present.
23
24 -x Causes extra debug messages to be displayed.
25
26 -N nodename
27 Nodename or IP address of the remote target system. If a node‐
28 name is specified, IPMI LAN interface is used. Otherwise the
29 local system management interface is used.
30
31 -P/-R rmt_pswd
32 Remote password for the nodename given. The default is a null
33 password.
34
35 -U rmt_user
36 Remote username for the nodename given. The default is a null
37 username.
38
39 -E Use the remote password from Environment variable IPMI_PASSWORD.
40
41 -F drv_t
42 Force the driver type to one of the followng: imb, va, open,
43 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
44 lan2 with intelplus. The default is to detect any available
45 driver type and use it.
46
47 -J Use the specified LanPlus cipher suite (0 thru 17):
48 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
49 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
50 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
51
52 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
53 2=MD5, 4=Straight Password, 5=OEM.
54
55 -V Use a specified IPMI LAN privilege level. 1=Callback level,
56 2=User level, 3=Operator level, 4=Administrator level (default),
57 5=OEM level.
58
59 -Y Yes, do prompt the user for the IPMI LAN remote password.
60 Alternatives for the password are -E or -P.
61
62
64 mac list
65 Lists the MAC address of LOMs
66
67
68 mac get <NIC number>
69 Shows the MAC address of specified LOM. 0-7 System LOM, 8-
70 DRAC/iDRAC.
71
72
73 lan set <Mode>
74 Sets the NIC Selection Mode (dedicated, shared,
75 shared with failover lom2, shared with Failover all
76 loms).
77
78
79 lan get
80 Returns the current NIC Selection Mode (dedicated, shared,
81 shared with failover lom2, shared with Failover all loms).
82
83
84 lan get active
85 Returns the current active NIC (dedicated, LOM1, LOM2, LOM3,
86 LOM4).
87
88
89 powermonitor
90 Shows power tracking statistics
91
92
93 powermonitor clear cumulativepower
94 Reset cumulative power reading
95
96
97 powermonitor clear peakpower
98 Reset peak power reading
99
100
101 powermonitor powerconsumption
102 Displays power consumption in <watt|btuphr>
103
104
105 powermonitor powerconsumptionhistory <watt|btuphr>
106 Displays power consumption history
107
108
109 powermonitor getpowerbudget
110 Displays power cap in <watt|btuphr>
111
112
113 powermonitor setpowerbudget <val> <watt|btuphr|percent>
114 Allows user to set the power cap in <watt|BTU/hr|percentage>
115
116
117 powermonitor enablepowercap
118 To enable set power cap
119
120
121 powermonitor disablepowercap
122 To disable set power cap
123
124
125 windbg start
126 Starts the windbg session (Cold Reset & SOL Activation)
127
128
129 windbg end
130 Ends the windbg session (SOL Deactivation)
131
132
133 vFlash info Card
134 Shows Extended SD Card information
135
136
137
139 ipmiutil(8) ialarms(8) iconfig(8) icmd(8) idiscover(8) ievents(8)
140 ifru(8) igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8)
141 iserial(8) isol(8)
142
143
145 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
146 and any bug fix list.
147
148
150 Copyright (C) 2009 Kontron America, Inc.
151
152 See the file COPYING in the distribution for more details regarding
153 redistribution.
154
155 This utility is distributed in the hope that it will be useful, but
156 WITHOUT ANY WARRANTY.
157
158
160 Andy Cress <arcress at users.sourceforge.net>
161
162
163
164
165 Version 1.0: 17 Aug 2011 IDELLOEM(8)