IBM JS20 Hardware Maintenance Manual - Page 62

Update, manage, system, flash, using, diagnostics

Page 62 highlights

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 side, 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; cat $file; echo; echo; done For Example: This command will return information similar to the following: /proc/device-tree/openprom/ibm,fw-bank P /proc/device-tree/openprom/ibm,fw-perm-bank FW04310120, 17:16:09, 07/26/2004 /proc/device-tree/openprom/ibm,fw-temp-bank FW04310120, 17:16:09, 07/26/2004 v The value for ibm,fw-bank indicates what side you booted from (T for TEMP, P for PERM). v The value for ibm,fw-perm-bank identifies the firmware version, date and time stamp of firmware on the PERM side. v The value for ibm,fw-temp-bank indicates the firmware version, date and time stamp of firmware on the TEMP side. Notes: 1. If you have to recover the system firmware code, see "Recovering the system firmware code" on page 54. 2. The IBM Remote Deployment Manager (RDM) program does not support the BladeCenter JS20 Type 8842. 3. A reboot of the system must be done after using update_flash -c for the firmware level shown in ibm,fw-perm-bank to be current. Update and manage system flash using AIX diagnostics This section describes how to update, commit and verify the system flash using AIX diagnostics. Updating the system flash using AIX Attention: Do not power off the system while performing this task! Complete the following steps: 1. Obtain the flash image you want to update from the IBM Support Web site at http://www.ibm.com/support/ (look for the flash image for Type 8842, under ″AIX Diagnostics Version Number″, this is the version used by the AIX diagnostics service aid). v If you want to update the image from the local file system, put the image into the /etc/microcode directory on the system prior to running this service aid. v If you want to update the image from media (diskette or optical media), put the image on the media of choice prior to running this service aid. 2. Run diagnostics. v If you have booted AIX, login as ″root″ or use the CE login; then, at the command line, enter: diag v Otherwise, boot standalone diagnostics; then press Enter. 52 BladeCenter JS20 Type 8842: Hardware Maintenance Manual and Troubleshooting Guide

  • 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
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218

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
side,
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;
cat
$file;
echo;
echo;
done
For
Example:
This
command
will
return
information
similar
to
the
following:
/proc/device-tree/openprom/ibm,fw-bank
P
/proc/device-tree/openprom/ibm,fw-perm-bank
FW04310120,
17:16:09,
07/26/2004
/proc/device-tree/openprom/ibm,fw-temp-bank
FW04310120,
17:16:09,
07/26/2004
v
The
value
for
ibm,fw-bank
indicates
what
side
you
booted
from
(T
for
TEMP,
P
for
PERM).
v
The
value
for
ibm,fw-perm-bank
identifies
the
firmware
version,
date
and
time
stamp
of
firmware
on
the
PERM
side.
v
The
value
for
ibm,fw-temp-bank
indicates
the
firmware
version,
date
and
time
stamp
of
firmware
on
the
TEMP
side.
Notes:
1.
If
you
have
to
recover
the
system
firmware
code,
see
“Recovering
the
system
firmware
code”
on
page
54.
2.
The
IBM
Remote
Deployment
Manager
(RDM)
program
does
not
support
the
BladeCenter
JS20
Type
8842.
3.
A
reboot
of
the
system
must
be
done
after
using
update_flash
-c
for
the
firmware
level
shown
in
ibm,fw-perm-bank
to
be
current.
Update
and
manage
system
flash
using
AIX
diagnostics
This
section
describes
how
to
update,
commit
and
verify
the
system
flash
using
AIX
diagnostics.
Updating
the
system
flash
using
AIX
Attention:
Do
not
power
off
the
system
while
performing
this
task!
Complete
the
following
steps:
1.
Obtain
the
flash
image
you
want
to
update
from
the
IBM
Support
Web
site
at
(look
for
the
flash
image
for
Type
8842,
under
AIX
Diagnostics
Version
Number
,
this
is
the
version
used
by
the
AIX
diagnostics
service
aid).
v
If
you
want
to
update
the
image
from
the
local
file
system,
put
the
image
into
the
/etc/microcode
directory
on
the
system
prior
to
running
this
service
aid.
v
If
you
want
to
update
the
image
from
media
(diskette
or
optical
media),
put
the
image
on
the
media
of
choice
prior
to
running
this
service
aid.
2.
Run
diagnostics.
v
If
you
have
booted
AIX,
login
as
root
or
use
the
CE
login;
then,
at
the
command
line,
enter:
diag
v
Otherwise,
boot
standalone
diagnostics;
then
press
Enter.
52
BladeCenter
JS20
Type
8842:
Hardware
Maintenance
Manual
and
Troubleshooting
Guide