Sponsored Content
Operating Systems Solaris Where can I get Sun Ultra 20 tools & drivers when Oracle abandoned them? Post 302933658 by casial on Sunday 1st of February 2015 06:58:14 AM
Old 02-01-2015
Sun Where can I get Sun Ultra 20 tools & drivers when Oracle abandoned them?

I'm in a desperate pursuit for Tools and Drivers CD for the six of my Ultra 20 M2 workstations - some of them have latest BIOS, some of them don't.
Oracle doesn't support them anymore - I even bought myself a CSI to get to support, but still no luck - and it seems the ISOs are nowhere to be found outside Oracle's web as well, which confuses me a little, but then again, Oracle has no need for supporting obsolete Sun hardware.

If there's no chance of getting the ISOs, is there a way how to dump the BIOS from one workstation and flash it to another? Other than that I've no other ideas how to upgrade the BIOS of the older machines... I'm open to any ideas you might have, thanks in advance for anything that could help me (other than getting rid of those wonderful machines, of course).
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mount oracle on ultra 5

Hi, I try to mount Oracle on Ultra 5 but either the system panic or it will not mount it. Would anybody have an example that would show how? Also, what the (c0t0d0s0) c, t, d and s stands for? Thank you. (4 Replies)
Discussion started by: softarch
4 Replies

2. Solaris

sun ultra or sun sparkstation

am wonder wich sun computer is better, a sun ultra or sun sparkstation, and what is the difference (7 Replies)
Discussion started by: nobody
7 Replies

3. Solaris

keyboard & monitor for SUn ultra enterprise 3000

Hi all, i just purchased Sun Ultra Enterprise 3000, but they did not include with keyboard/mouse . i am very new with this box. could you give me which type of keyboard i can use and video connector to my monitor since serial connectors for keyboard and video is different with my PC. ... (5 Replies)
Discussion started by: waterbear
5 Replies

4. Solaris

sun ultra

Hi Guys, I have a 2nd hand Sun ultra-5, I wanted to know how to be able to run it as a normal window. I do not have any experience whatsoever with solaris/unix. Does anyone can give me a clue where to start. When I switch it goes to: unix console login: pa$$word: #UNIX sendmail : enable to... (0 Replies)
Discussion started by: lingosa
0 Replies

5. Solaris

hey i just got a Sun ultra 5!!!

now what do i do? im looking at it and i booted it after a bunch of code i got a line askign for the password i also downloaded solaris 10 any advice on how to install it? (36 Replies)
Discussion started by: russian460
36 Replies

6. Solaris

LOM on SUN ultra 10

Hi experts is it possible to install lom on sun ultra 10 box? can you guys help me in undertanding lom as i tried goggling , couldn't get good stuff. Please :) (6 Replies)
Discussion started by: kumarmani
6 Replies

7. Solaris

SUN ULTRA 45 - Solaris

hi, my sun box hangs- KEYBOARD not found. Using hyper link it boots and then hangs without able to access or get ok promt ----SCREEN SHOT AS-------------------------------------------------- ˙Loading onboard drivers: ebus i2c i2c i2c ppm /ebus@1f,464000: flashprom rtc serial serial env-monitor... (2 Replies)
Discussion started by: mathav22
2 Replies

8. Solaris

Need Sun Ultra 20 M2 Workstation Tools and Drivers CD 1.9

content deleted (1 Reply)
Discussion started by: hmb
1 Replies

9. Solaris

Need Sun Ultra 20 M2 Workstation Tools and Drivers CD 1.9 - another attempt

Hi! I have asked here if someone has a copy of the BIOS and driver CD for a Sun Ultra 20 M2. Unfortunately DukeNuke2 has jumped in and quickly locked the thread without engaging his brain first. (hint: this CD has been offered free for download by Sun long *before* Oracle bought them, so... (0 Replies)
Discussion started by: hmb
0 Replies

10. Solaris

Sun Ultra 5 new user

Hi I have just acquired an Ultra 5. It has 256MB of memory and a 360Mhz Ultra IIi SPARC processor. So far, I have had some typical fun and games to get it working: - It had a dead NVRAM chip. I hacked it open and installed a CR2032. It looks suitably bodged up, but is working. I set the MAC... (8 Replies)
Discussion started by: _JonB_
8 Replies
NVRAM(4)						   BSD Kernel Interfaces Manual 						  NVRAM(4)

NAME
nvram -- non-volatile RAM SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device nvram Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): nvram_load="YES" DESCRIPTION
The nvram driver provides access to BIOS configuration NVRAM on i386 and amd64 systems. PC motherboard uses a small non-volatile memory to store BIOS settings which is usually part of its clock chip and sometimes referred as ``CMOS SRAM''. This driver exposes bytes 14 through 128 of the NVRAM, or a total of 114 bytes, at offset zero of the device file /dev/nvram. This driver is useful for cloning machines that shares the same hardware configuration and need same BIOS setting tweaks. IMPLEMENTATION NOTES
The BIOS NVRAM's bytes 16 through 31 are checksummed at byte 32. This driver does not take care for these checksums. EXAMPLES
Backup existing BIOS NVRAM to nvram.bin: dd if=/dev/nvram of=nvram.bin Restore BIOS NVRAM from nvram.bin: dd if=nvram.bin of=/dev/nvram SEE ALSO
dd(1) HISTORY
The nvram device driver first appeared in FreeBSD 6.4. AUTHORS
The nvram device driver was written by Peter Wemm. This manual page was written by Xin LI. BSD
February 8, 2010 BSD
All times are GMT -4. The time now is 10:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy