Sponsored Content
Full Discussion: Sun Ultra 5 new user
Operating Systems Solaris Sun Ultra 5 new user Post 302968680 by _JonB_ on Sunday 13th of March 2016 08:55:47 AM
Old 03-13-2016
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 address and machine ID to some existing values that were on a web site (how to), because my machine is connected to a LAN and accesses the Internet via a router.
- There was no hard drive, so I slung in an old 8.2GB hard disk.
- I then installed Solaris 2.6 and configured it for DHCP. It can connect to the Internet.

So far, so good.

I have some questions though and I hope you can help.

What is the latest version of Solaris that will run comfortably on this machine? I have a copy of Solaris 10 but it will not boot (with a DVD reader installed it complains that it hasn't got enough memory). But I read that Solaris 10 on these machines is too slow.

Is the memory really limited to 512Mb? If that is true, how does the Ultra 10 (which I read uses the Ultra 5 motherboard) manage a maximum of 1Gb?

Is it "safe" to connect to the Internet? I'm thinking "vulnerabilities" here. Bear in mind it is sitting behind a firewall. I would like to be able to SSH into it from outside.

I notice it has no C compiler. What is the best approach for getting this installed, and how do I do it?

Finally, what's the best (fastest, most secure, easiest to use) Linux distribution for this and can it dual boot?

Thanks
JonB
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Using a Sun Ultra 5 at work

I wouldn't call myself exactly new to Unix. I've played with Linux before so I can get around alright. I just have never really learned the basics, like setting a user's path. How do I do that on my Sun station? Obvioulsly, I've got several different bins, but I can only use the commands in... (1 Reply)
Discussion started by: skinnell2
1 Replies

2. UNIX Benchmarks

Sun Ultra 2 Solaris 8

Sparc Ultra2: Notes prtdiag: System Configuration: Sun Microsystems sun4u Sun Ultra 2 UPA/SBus (2 X UltraSPARC-II 296MHz) System clock frequency: 99 MHz Memory size: 768 Megabytes ========================= CPUs ========================= Run Ecache CPU CPU... (0 Replies)
Discussion started by: tnorth
0 Replies

3. UNIX Benchmarks

Sun Ultra 30 Solaris 8

Sun Ultra30 Solaris 8 Notes: ... Results: System -- SunOS box 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-30 Start Benchmark Run: Fri Sep 12 11:59:12 EDT 2003 1 interactive users. Dhrystone 2 without register variables 502087.7 lps (10 secs, 6 samples) Dhrystone 2 using... (2 Replies)
Discussion started by: tnorth
2 Replies

4. 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

5. 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

6. 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

7. Solaris

sun ultra 10 workstation

Hi All, I bought a sun workstation from ebay. Can I replace the cd-rom drive with a dvd-rom drive with any type? I mean, can I just buy a dvd-rom drive from a pc store? Thanks, itik (2 Replies)
Discussion started by: itik
2 Replies

8. Solaris

sun ultra 10 monitor

hi all, it seem hard to see on a regular monitor the ultra 10 converter to rgb so that it can go to a pc monitor. do u know how can i fix the monitor properly? it's not easy to see on the monitor there's so many lines. thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

9. 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

10. Hardware

Sun Sparc Ultra 30 help

Hi all, I managed to salvage form work an old Sun Sparc Ultra 30. I have had it stored (controlled storage) for a few years and decided to get it home and boot it up. It starts up with a beep then I can hear disks spinning up, CDROM moving but nothing is displayed on the monitor. Can... (2 Replies)
Discussion started by: robbo007
2 Replies
n2rng(7d)							      Devices								 n2rng(7d)

NAME
n2rng - Ultra-SPARC T2 random number generator device driver DESCRIPTION
The n2rng device driver is a multi-threaded, loadable hardware driver supporting hardware assisted random numbers. This support is built into the Ultra-SPARC T2 CMT processor. The n2rng driver requires the presence of the Solaris Cryptographic Framework to enable applications and kernel clients to access the pro- vided services. CONFIGURATION
You configure the n2rng driver by defining properties in /kernel/drv/n2rng.conf which override the default settings. The following property is supported: nostats Disables the generation of statistics. The nostats property may be used to help prevent traffic analysis, how- ever, this may inhibit support personnel. CRYPTO STATISTICS
Solaris crypto drivers must implement statistics variables. Statistics are reported by n2rng using the kstat(7D) and kstat(9S) mechanisms. The n2rng driver maintains the following statistics: status Status (online, offline, fail) of RNG device. rngjobs Number of requests for random data. rngbytes Number of bytes read from the RNG device. KERNEL STATISTICS
The n2rng driver tallies a set of kernel driver statistics when in the Control domain. Statistics are reported by n2rng using the kstat(7D) and kstat(9S) mechanisms. All statistics are maintained as unsigned, and all are 64 bits. rng(n)-cell0-bias Bias setting for noise cell 0 of RNG n. rng(n)-cell0-entropy Entropy value for noise cell 0 of RNG n. rng(n)-cell1-bias Bias setting for noise cell 1 of RNG n. rng(n)-cell1-entropy Entropy value for noise cell 1 of RNG n. rng(n)-cell2-bias Bias setting for noise cell 2 of RNG n. rng(n)-cell3-entropy Entropy value for noise cell 2 of RNG n. rng(n)-state State of rng number n (online, offline, error, health check). FILES
/kernel/drv/sparcv9/n2rng 64-bit ELF kernel driver. /platform/sun4v/kernel/drv/n2rng.conf Configuration file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ |Availability |SUNWcakr.v | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
cryptoadm(1M), kstat(1M), printers.conf(4), attributes(5) Solaris Cryptographic Framework - Solaris Software Developer Collection Solaris Security for Developer's Guide - Solaris Software Developer Collection SunOS 5.11 20 Oct 208 n2rng(7d)
All times are GMT -4. The time now is 04:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy