How I can reset Ultra 5 OpenBoot


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How I can reset Ultra 5 OpenBoot
# 1  
Old 03-19-2002
How I can reset Ultra 5 OpenBoot

I'm trying to configure Ultra 5 workstation to be accessed by Win HyperTerminal.

I make this change on open boot :
setenv input-device ttya
setenv output-device ttya
boot

After that, I can't acess by HyperTerminal and the keyboard / monitor don't work anymore.

Anyone know what I need to do to reset the OpenBoot ?


Thanks
# 2  
Old 03-19-2002
You may be looking for Stop-N. See below.

Sun systems recognizes your terminal as a console on boot up
as long as you don't have a keyboard plugged into the system. This is
automatic upon power cycling your machine as long as the terminal is plugged
into Serial Port A. The system console is determined by who generates the
first keyboard interrupt. If you have a keyboard plugged in, the system will
assume a graphics console. If you have a terminal plugged into serial port A,
the system will assume a dumb terminal.

If you would like to set this at the eeprom, you can do so by this:

OK setenv input-device ttya
OK setenv output-device ttya
OK ttya-mode 9600,8,n,1,-

As for the "blind" stop/a type commands, there are only three of them.
You can use the "break" key (you might need to use shift/ or control/break
although just break is usually sufficient) in place of stop/a.

The other two are stop/n and stop/d. As far as we know, there isn't an
equivalent keystroke action that can do what these do. There is, however, an
eeprom setting that can accomplish the same as these keystrokes.

stop/n: OK set-defaults
All this does is set the eeprom back to default settings.

stop/d: OK setenv diag-switch? true
OK reset
What this does is boot the node in diag mode. You will, however, have to
shut this off in the same manner in order for your machine to function
properly.
OK setenv diag-switch? false
OK reset
thehoghunter
# 3  
Old 03-19-2002
Bug

thank you very much
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Update OpenBoot Prom from CD

Hello, I have a sun v880 that i got from ebay for cheap as a way to to learn Solaris and sun hardware in general. The machine currently has OBP 4.7.0 2002/10/25 and i was wondering if there was a way to update the prom with out and active solaris install, as currently when i proceed with the... (29 Replies)
Discussion started by: pvibien
29 Replies

2. Solaris

Found a Sun Ultra 10 Elite3D workstation, and it boots to a login screen. How can I reset the OS?

I just got moved to a new office building, and as I was unpacking my stuff I saw an odd tower PC in the nearby recycling heap. It turned out to be a Sun Ultra 10 Elite3D workstation, complete with keyboard, mouse, and monster-sized CRT with the wacky Sun video cable. I just set everything up and... (4 Replies)
Discussion started by: wowbobwow
4 Replies

3. Solaris

how to get to openboot through ssh putty?

hi, iīm trying to get openboot through ssh putty, could you tell me the way because i donīt have a sun keyboard.. thanks... (3 Replies)
Discussion started by: pabloli150
3 Replies

4. UNIX for Dummies Questions & Answers

openboot promt on Solaris VM

Hello, Is it possible to go to the openboot promt on a solaris VM on vmware or virtualbox? Please advise.. (1 Reply)
Discussion started by: lubu
1 Replies

5. Solaris

Openboot does not display

Hey guys I just inherited a sun netra 210 from an old Avaya system we had setup and I want to use i for studying for my SCSA/OCA exams but I'm running into alot of problems installing SOL 10 on here. I have no experience with SUN hardware at all but familiar with Solaris. It has SOL 9 but no one... (7 Replies)
Discussion started by: blackmantis
7 Replies

6. Solaris

OpenBoot Simulator

Hi, I would like to know if it's possible find a openboot simulator for solaris to can practice some exercices Thanks a lot and sorry for my english! (11 Replies)
Discussion started by: mierdatuti
11 Replies

7. Solaris

upgrading Openboot PROM

Hi there, I have a Sunfire v210 running solaris 8 and the PROM banner shows that the openboot version is 4.11.4, I have nbeen asked to make sure that the PROM is at the latest version. Does anybody know the procedure for upgrading openboot, and indeed , where i can get the software from any... (6 Replies)
Discussion started by: hcclnoodles
6 Replies

8. Solaris

Get openboot version without going to PROM

Hi there How do i get the openboot version from within solaris 8-sparc. i cant seem to run "banner" or ".version" using eeprom cheers (2 Replies)
Discussion started by: hcclnoodles
2 Replies

9. Solaris

I need to clone an ultra 1 onto and ultra 60

I need to move everything from an older ultra 1 onto a newer ultra 60 (OS and all) running SUNOS 5.5.1. Any suggestions on the best way to do this? Frank P.S. If you know of a document somewhere please let me know. (11 Replies)
Discussion started by: frankkahle
11 Replies

10. UNIX for Dummies Questions & Answers

change date on OpenBoot

hi all, I wonder how to change the date and timezone in OpenBoot prompt. Appreciate any idea. Thanks in advance (1 Reply)
Discussion started by: andrec
1 Replies
Login or Register to Ask a Question