We have a dualie 300 Mhz Sun Ultra 2 that couldn’t run 64 bit apps because the system firmware was so old. It turns out that not only does Sun have good documentation for this procedure, but that our system was even easier to upgrade than the documentation stated. Here are the details of our system:
$ uname -m sun4u $ uname -i SUNW,Ultra-2 |
We went to this page at Sun, and ended up at this page, and followed the instructions. Do go to these pages, there is a lot of good info there. It turns out, though, that all we had to do was set a jumper on the motherboard, install Solaris 9, and say yes when asked if we wanted to upgrade our firmware. Of course, installing an OS isn’t the easiest or safest way to upgrade the firmware, but we had to do this anyway. 🙂
We took some pictures that may help you: Here is a picture of the jumper that needs to be changed in Read Only mode:
Here is a picture of the jumper that needs to be changed in Read/Write mode:
Set the jumper to Read/Write mode after the first reboot after the install. Turn the system off, of course. 🙂 After the OS prompts for an upgrade, and you successfully update the firmware, shut down the machine, set the jumber back to Read Only, and boot up again. To verify that you are running in 64 bit mode:
$ isainfo -v 64-bit sparcv9 applications 32-bit sparc applications $ |
Again, do follow the Sun documentation. If this is a production server, consider having your Sun service tech do the upgrade. This server is for our lab, and we can afford a mistake. For the scrappy, daring folk out there, this article may help you.