![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firmware on blade | sprellari | AIX | 1 | 08-17-2008 10:41 AM |
| DS4300 firmware upgrade with AIX | itik | AIX | 1 | 03-30-2008 11:08 PM |
| Sun V890: RSC firmware not responding | bamboonix | SUN Solaris | 1 | 08-17-2007 01:09 AM |
| Need older version of System Firmware for 7026-H80 | howardle | UNIX for Advanced & Expert Users | 4 | 04-04-2007 01:53 PM |
| how to do firmware update | karthikosu | UNIX for Dummies Questions & Answers | 5 | 07-11-2006 01:22 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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. |
|
||||
|
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? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|