Updating System Firmware


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Updating System Firmware
# 1  
Old 03-04-2008
Updating System Firmware

Alright we have a strange problem that i never encountered.

We have a V445 Sun Fire we are trying to install it via a tadpole laptop (jumpstart laptop) the v445 takes the flash just fine, but we get an error upon reboot saying unable to locate boot device. Well our SUN guru said we need to install patch 121690-04 to fix this problem well one way to install is copy the file to / the at the ok prompt type boot disk /flash-update-SunFire445

well we can not do this since the system can not locate the boot device so that we can load it. So what i did next was boot net -s so i can boot from the Jumpstart laptop then i did a mount /dev/dsk/c0t0d0s0 /var/tmp I mounted it here since i needed /mnt for the Jumpstart laptop directory where the patch files are located. so i now have the following

mount -F nfs -o rw 10.200.xxx.xxx:/jumpstart /mnt
mount /dev/dsk/c0t0d0s0 /var/tmp
I copied over all the patch information to /var/tmp
then did a chmod 755 flash-update* files in that directory of /var/tmp

since it stated i needed to have those files on the local disk in root.

well the .sh script included in that patch refers to directories that in a normal operating state. ie. /kernel/drv but on a mounted system for me it is /tmp/root/var/tmp/kernel/drv when i do a pwd in that directory

do i need to change all the variables and the normal areas to have /tmp/root/var/tmp in front of them for the system to accept the system firmware patch correctly? every time i run the .sh i get "Could not find a writable driver location" i believe it is because it is trying to write to the local temp OS and not the real os hard drive locations.
# 2  
Old 03-04-2008
Have you tried booting to Solaris CD and just loading an OS on the server, then updating firmware?
Sounds like your hypothesis is correct on the path for $XDRV, though.
I would copy the .sh to a backup file then edit it and change that variable to your pwd results for /kernel/drv.
Be careful though - this file contains the microcode to download to the prom, and you could lose your prom if this file gets corrupted.
Good Luck & please post back your findings.
# 3  
Old 03-05-2008
Instead i opted for the safer route. I went in and loaded solaris 10 on the v445 since it would take even longer for me to load solaris 9 with all the drivers it would need. then i loaded the firmware then i jumpstarted the unit and it worked just fine.
now my question is if i wanted to test the changes i made to that script and if it did mess up the firmware could i recover the system myself?
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

Problem after updating the firmware!

Hello AIX experts, I have 7038-6M2 server, its operating system is AIX 5.2, and its firmware is 3K041021 After some searching on net, I tried to update its firmware level to 3K080425, so I downloaded the required rpm, and followed the steps. After rebooting the server, it stopped and an error... (6 Replies)
Discussion started by: Mohannad
6 Replies

2. AIX

How to upgrade firmware of a system that doesn't boot?

any ideas ??????? (2 Replies)
Discussion started by: livehho
2 Replies

3. AIX

System P firmware update

I am interested whether should AIX Admin make upgrade of firmware on power systems or IBM support should do it thanks in advance :-) (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies

4. Solaris

Error updating Firmware in X4500

I have X4500 machine with solaris 10 OS and software version 5.10. The firmware version is 1.1.1 and I am planning to upgrade the firmware. C H A P T E R 1 - Flash Upgrading Your Server to Software Release 1.2 I referred to the above link to do so. But, I do not understand what is the... (6 Replies)
Discussion started by: bharu_sri
6 Replies
Login or Register to Ask a Question