If you 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.
If the RPM file is on CD, type:
ls /mnt
If the RPM file is on the server, type:
ls /tmp/fwupdate
The name of the RPM file is displayed. For example, you might see output similar to the following:
AT2xx-yyy-2.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, AT2xx-yyy-2.rpm.