If you created a CD with the ISO image, or either downloaded or created a CD with the RPM file, you will need to view and unpack the RPM file that contains the server firmware.
mount /dev/cd0 /mnt
mount -t iso9660 /dev/cdrom /mnt
or
mount -t iso9660 /dev/dvdrom /mnt
/usr/sbin/mount -v 'cdrfs' -f'' -p'' -r'' /dev/cd0 /mnt
The quotation marks following the f, p, and r are two single quotation marks with no space between them.
ls /mnt
ls /tmp/fwupdate
The name of the RPM file is displayed. For example, you might see output similar to the following:
01SF2xx_yyy_zzz.rpm
rpm -Uvh --ignoreos /mnt/filename.rpm
rpm -Uvh --ignoreos /tmp/fwupdate/filename.rpm
where filename is the name of the RPM file that contains the server firmware. For example, 01SF2xx_yyy_zzz.rpm.