1IFWUM(8) System Manager's Manual IFWUM(8)
2
3
4
6 ipmiutil_fwum - Update IPMC using Kontron OEM Firmware Update Manager
7
8
10 ipmiutil fwum [-mixNUPREFJTVY] parameters
11
12
14 This ipmiutil fwum subcommand updates IPMC firmware using Kontron OEM
15 Firmware Update Manager.
16
17 This utility can use either the /dev/ipmi0 driver from OpenIPMI, the
18 /dev/imb driver from Intel, the /dev/ipmikcs driver from valinux,
19 direct user-space IOs, or the IPMI LAN interface if -N.
20
21
23 Command line options are described below.
24
25 -i 00 This option specifies a specific FRU ID to show. The input
26 value should be in hex (0b, 1a, etc.), as shown from the sensor
27 SDR output. The default FRU ID is zero (0).
28
29 -m 002000
30 Show FRU for a specific MC (e.g. bus 00, sa 20, lun 00). This
31 could be used for PICMG or ATCA blade systems. The trailing
32 character, if present, indicates SMI addressing if 's', or IPMB
33 addressing if 'i' or not present.
34
35 -x Causes extra debug messages to be displayed.
36
37 -N nodename
38 Nodename or IP address of the remote target system. If a node‐
39 name is specified, IPMI LAN interface is used. Otherwise the
40 local system management interface is used.
41
42 -U rmt_user
43 Remote username for the nodename given. The default is a null
44 username.
45
46 -P/-R rmt_pswd
47 Remote password for the nodename given. The default is a null
48 password.
49
50 -E Use the remote password from Environment variable IPMI_PASSWORD.
51
52 -F drv_t
53 Force the driver type to one of the followng: imb, va, open,
54 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
55 lan2 with intelplus. The default is to detect any available
56 driver type and use it.
57
58 -J Use the specified LanPlus cipher suite (0 thru 17):
59 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
60 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
61 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
62
63 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
64 2=MD5, 4=Straight Password, 5=OEM.
65
66 -V Use a specified IPMI LAN privilege level. 1=Callback level,
67 2=User level, 3=Operator level, 4=Administrator level (default),
68 5=OEM level.
69
70 -Y Yes, do prompt the user for the IPMI LAN remote password.
71 Alternatives for the password are -E or -P.
72
73
75 fwum parameters
76
77
78 info
79 Show information about current firmware.
80
81
82 status
83 Show status of each firmware bank present in the hard‐
84 ware.
85
86
87 download filename
88 Download the specified firmware image.
89
90
91 upgrade [filename]
92 Install firmware upgrade. If the filename is specified,
93 the file is downloaded first, otherwise the last firmware
94 downloaded is used.
95
96
97 rollback
98 Ask IPMC to rollback to previous version.
99
100
101 tracelog
102 Show the firmware upgrade log.
103
104
105
107 ipmiutil fwum info
108 Gets Firmware information
109
110 ipmiutil fwum -N 192.168.1.1 -U root -P pswd download firmware.img
111 Downloads the firmware version contained in firmware.img over IPMI LAN.
112
113
114
116 ipmiutil(8) ialarms(8) iconfig(8) idiscover(8) ievents(8) ifru(8)
117 igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8) iserial(8)
118 isol(8) iwdt(8)
119
120
122 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
123 and any bug fix list.
124
125
127 Copyright (C) 2010 Kontron America, Inc.
128
129 See the file COPYING in the distribution for more details regarding
130 redistribution.
131
132 This utility is distributed in the hope that it will be useful, but
133 WITHOUT ANY WARRANTY.
134
135
137 Andy Cress <arcress at users.sourceforge.net>
138
139
140
141
142 Version 1.0: 24 Aug 2010 IFWUM(8)