The situation is not totally consistent.
If the machines do not have a keyboard, they look to ttya for console (so
say the documents) input . We want to stop them. The observed fault is
that they apparently boot (light patterns all ok etc) but no matter how
long you wait they never properly come on service...
We can find no way of changing the EEPROM to say YOU HAVE NO CONSOLE at
all, and dont you dare look at the rs232 lines...
Any ideas folks...
Dave Price
--
UUCP : { ENGLAND or WALES }!ukc!aber-cs!dap
JANET: d...@uk.ac.aber.cs PHONE: +44 970 623111 x 3164
Post: University College of Wales, Penglais, Aberystwyth, UK, SY23 3BZ.
Chances are le' Sun is looking for a signal to come up on the RS232 port
and it's halting in monitor/prom.
You can tell le' Sun to use a tty port, which one, and even what baud
rate. But as far as I know ... You can't tell the machine it doesn't have
a head! How would you feel without a head!??!
If your problem is that you simply don't have a terminal, then make a
strange cable. Otherwise, you be oudda luck...(afaik)
----
BTW: here's how you change the console/tty baud rate (did I ever post this
information here??!)
Uucp: sun!jgath
Arpa: jg...@sun.com
Subject: Re: eeprom setting of scc baud rate
For port A:
Location 0x58 determines default 9600 (00) or user specified (12)
Locations 0x59 and 0x5a define the baud rate
300 01 2c
600 02 58
1200 04 b0
2400 09 60
4800 12 c0
9600 25 80
19200 4b 00
38400 96 00
Joe Angelo -- Senior Systems Engineer/Systems Manager
at Teknekron Software Systems, Palo Alto 415-325-1025
j...@tss.com - uunet!tekbspa!joe - tekbspa!j...@uunet.uu.net
if neither of these are possible, you might see if there's a way to set
the eeprom to use /dev/null as console, and / or re-creating /dev/console
with theh same device numbers as /dev/null (0,0) . this might do the
trick.
note that without a console, there is no way to do single-user admin or
maintenance... this is generally why a console is required, at least as
far as i can tell.
--
...ben
--
ben ullrich
sybase, inc.
emeryville, ca {pyramid,pacbell,sun,lll-tis,capmkt}!sybase!ben
(^^^^^^^^^== nowhere usa) ben%sybas...@sun.com
The machine always has to have a console, no matter what. This is true of
most UNIX systems, and probably of a lot of non-UNIX "general purpose"
OSes out there as well.
>if neither of these are possible, you might see if there's a way to set
>the eeprom to use /dev/null as console,
Unfortunately, the PROM monitor doesn't know "/dev/null" from a hole in
the ground, so even if you could somehow set up the EEPROM so that UNIX
thought it was to use "/dev/null" as the console (you can't - according to
<mon/eeprom.h>, the only alternatives are tty port A or B, the B&W
monitor, the color monitor, or the P4 monitor), you couldn't get the PROM
monitor to do so.