IBM JS20 User Guide - Page 53

Updating, firmware, blade, server, service, processor, managing, system, flash, using, Linux

Page 53 highlights

system. Cross-referenced information is given in the firmware information on the IBM Support Web site at http://www.ibm.com/support, and in the readme file for the firmware image. Updating the firmware code for the blade server service processor To apply the latest firmware code for the blade server service processor, flash the service processor. Download the latest firmware code for the blade server service processor from the IBM Support Web site at http://www.ibm.com/support. Use the BladeCenter management-module Web interface to flash the service processor. Follow the update instructions on the IBM Support Web site. Important: To avoid problems and to maintain proper system performance, always make sure that the blade server firmware code and service processor code levels are consistent for all blade servers within the BladeCenter unit. Notes: v For additional information about the hardware and firmware requirements for other BladeCenter components, see the IBM BladeCenter and BladeCenter T Serial Over LAN Setup Guide. v Go to the IBM Support Web site, http://www.ibm.com/support, for the latest information about upgrading the device drivers, firmware code, and basic input/output system (BIOS) code for other BladeCenter components. Updating and managing the system flash using Linux service aids This section describes how to update and verify the system flash using Linux service aids. Updating the system flash using Linux The Linux service aid for managing the system flash is separate from the operating system installation and is available for download from the following Web site: http://techsupport.services.ibm.com/server/lopdiags/. Note: The update_flash command can only be performed if the update_flash service aid has been installed on the blade server for the appropriate version of Linux. Complete the following steps to update the system firmware code: 1. Obtain the flash image that you want to update and place it in the /etc/microcode directory (create the directory, if it does not exist). 2. Issue the following command: update_flash -f /etc/microcode/ After the system reboots successfully and once you are satisfied with the functionality of the new image, commit the update using the following Linux command: update_flash -c This will copy your new image from the TEMP side to PERM side of flash. Verifying the system firmware levels using Linux To verify the system firmware levels on the PERM and TEMP sides, enter the following command at the Linux prompt (the entire command must be entered on one line): for file in `ls /proc/device-tree/openprom/*bank*`; do echo $file; Chapter 5. Configuration requirements for the blade server 41

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132

system.
Cross-referenced
information
is
given
in
the
firmware
information
on
the
IBM
Support
Web
site
at
and
in
the
readme
file
for
the
firmware
image.
Updating
the
firmware
code
for
the
blade
server
service
processor
To
apply
the
latest
firmware
code
for
the
blade
server
service
processor,
flash
the
service
processor.
Download
the
latest
firmware
code
for
the
blade
server
service
processor
from
the
IBM
Support
Web
site
at
Use
the
BladeCenter
management-module
Web
interface
to
flash
the
service
processor.
Follow
the
update
instructions
on
the
IBM
Support
Web
site.
Important:
To
avoid
problems
and
to
maintain
proper
system
performance,
always
make
sure
that
the
blade
server
firmware
code
and
service
processor
code
levels
are
consistent
for
all
blade
servers
within
the
BladeCenter
unit.
Notes:
v
For
additional
information
about
the
hardware
and
firmware
requirements
for
other
BladeCenter
components,
see
the
IBM
BladeCenter
and
BladeCenter
T
Serial
Over
LAN
Setup
Guide
.
v
Go
to
the
IBM
Support
Web
site,
for
the
latest
information
about
upgrading
the
device
drivers,
firmware
code,
and
basic
input/output
system
(BIOS)
code
for
other
BladeCenter
components.
Updating
and
managing
the
system
flash
using
Linux
service
aids
This
section
describes
how
to
update
and
verify
the
system
flash
using
Linux
service
aids.
Updating
the
system
flash
using
Linux
The
Linux
service
aid
for
managing
the
system
flash
is
separate
from
the
operating
system
installation
and
is
available
for
download
from
the
following
Web
site:
Note:
The
update_flash
command
can
only
be
performed
if
the
update_flash
service
aid
has
been
installed
on
the
blade
server
for
the
appropriate
version
of
Linux.
Complete
the
following
steps
to
update
the
system
firmware
code:
1.
Obtain
the
flash
image
that
you
want
to
update
and
place
it
in
the
/etc/microcode
directory
(create
the
directory,
if
it
does
not
exist).
2.
Issue
the
following
command:
update_flash
-f
/etc/microcode/<update_image_name>
After
the
system
reboots
successfully
and
once
you
are
satisfied
with
the
functionality
of
the
new
image,
commit
the
update
using
the
following
Linux
command:
update_flash
-c
This
will
copy
your
new
image
from
the
TEMP
side
to
PERM
side
of
flash.
Verifying
the
system
firmware
levels
using
Linux
To
verify
the
system
firmware
levels
on
the
PERM
and
TEMP
sides,
enter
the
following
command
at
the
Linux
prompt
(the
entire
command
must
be
entered
on
one
line):
for
file
in
`ls
/proc/device-tree/openprom/*bank*`;
do
echo
$file;
Chapter
5.
Configuration
requirements
for
the
blade
server
41