Link to home
Start Free TrialLog in
Avatar of Goutham
GouthamFlag for India

asked on

IBM server bios update

Dear Experts:

Iam having IBM server of machine type/Model :8648IAS which is installed with centos 5.5 final working fine recently installed the virtualization packages to install the guest OS but even though the Hyperthreading is enabled still the vm flag is found as per the experts suggestion thought to upgrade the BIOS hence downladed the BIOS from the IBM website. The downloaded file is in ibm_fw_bios_pme175c_linux_i386.sh. please tell me how to install this update as when clicked on this file it does not extract and ask for floppy diskete, i also tried readme file but no information, please help me how to install this bios update, Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Goutham

ASKER

Sir, thanks for the reply. I have downloaded the bios update file ibm_fw_bios_pme175c_linux_i386.sh in the linux server please tell me what should be done , shoud i extract this by login as root and type:
# ./ ibm_fw_bios_pme175c_linux_i386.sh  -x <usb or floopy disk> once this is done reboot the server and insert the usb or floppy drive containing the extracted bios update and apply the updates.

Please give me step by step instructions thank you.
You don't need a floppy or usb.
Just create a directory to store the extracted files and start the update process from there.
mkdir /tmp/pme175c
./ibm_fw_bios_pme175c_linux_i386.sh  -x   /tmp/pme175c
cd  /tmp/pme175c
./lflash  
........
rm  -r /tmp/pme175c  # or keep the directory and its contentsfor future reference
Avatar of Goutham

ASKER

Sir, thank you very much. after doing the bios update for some reason if i want to uninstall or remove i mean want to restore to the orginal bios then what to do please help me in this.
Just over-install the desired version. Older versions are available from where you got the one you're going to install now.
If the system fails to restart due to a severe error during BIOS update follow page 18 of this guide -
ftp://ftp.software.ibm.com/systems/support/access_ibm_en/25k8108.pdf
 
Avatar of Goutham

ASKER

Hi, sir

created dir on tmp
mkdir /tmp/pme175c
and executed the command ./ibm_fw_bios_pme175c_linux_i386.sh -x /tmp/pme175c/
did not extract and ended with an error, posted belwo the error for your reference , please help
--------------------------
./ibm_fw_bios_pme175c_linux_i386.sh -x /tmp/pme175c/
tail: cannot open `+43' for reading: No such file or directory

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
64 bit detected
cp: cannot stat `/tmp/linwrap/linwrap64.cfg': No such file or directory
./ibm_fw_bios_pme175c_linux_i386.sh: line 37: ./linwrap: No such file or directo
---------------------------
also i found only i386 bios update , in the ibm support and drivers i could not find bios for 64 bit also please help me in this.

Thanks in advance.
For 64 bit you need to install the 32 bit libraries.

On Ubuntu:
sudo apt-get install ia32-libs