we are running a sparc ultra 5 (solaris 2.6) and a sparc ultra 10 (solaris
8).
Neither keyboard nor a monitor is connected to these machines. They are only
connected via a serial cable to a linux-box which has a monitor and a
keyboard.
Sometimes we have to administrate the solaris machines locally. So I log
into the linux-box and start the program "minicom".
This opens a serial connection to the connected solaris-machine.
But this only works for the sparc ultra 5 (solaris 2.6). If I connect the
sparc ultra 10 (solaris 8) to the linux-box, the minicom-program cannot set
up a serial connection.
Both solaris-machines provide adequate device-files which reside in /dev and
/devices. I have tried different transmission rates with minicom but without
success. I can only setup a serial connection to the solaris-2.6-machine and
not to the solaris-8-machine.
Who can help? Does anybody know a quick-to-read instruction how to set up a
serial connection?
Thanks in advance,
Roland
Standard parameter are 9600 8N1 for Solaris. I have a similar
machine and it works flawlessy.
Besides that, can't you use ssh to administer the machine?
Davide
Some things to check (not in any order):
1. Serial port is bad on the Ultra 10
2. Mismatch of port speed, check the serial port config on the Ultra 10
(see pmadm, ttyadm).
3. Bad cable
4. No getty (ttymon) running (it's possible to nuke the proper behavior
of Solaris).
>
> Both solaris-machines provide adequate device-files which reside in /dev and
> /devices. I have tried different transmission rates with minicom but without
> success. I can only setup a serial connection to the solaris-2.6-machine and
> not to the solaris-8-machine.
>
> Who can help? Does anybody know a quick-to-read instruction how to set up a
> serial connection?
This one is pretty short (haven't examined it thoroughly though):
http://www.ussg.iu.edu/edcert/session2/peripheral/celeste.html
HTH,
Chris
> 1. Serial port is bad on the Ultra 10
how can I verify this for my machine?
> 2. Mismatch of port speed, check the serial port config on the Ultra 10
> (see pmadm, ttyadm).
pmadm says 9600, and so does the configuration of minicom (9600 8N1)
> 3. Bad cable
definitely not, because the serial connection works between my sparc ultra 5
(solaris 2.6) and the linux-box
> 4. No getty (ttymon) running (it's possible to nuke the proper behavior
> of Solaris).
ttymon is running. What do you mean by 'nuking' the proper behaviour of
Solaris?
Thanks in advance,
Roland
your link to the quick-to-read instruction saved my day!
It works now. Error was that the sparc used ttya for input/output device
if no keyboard/monitor is connected
I configured the port-monitor for ttyb.
Thank you, again!
Roland
> http://www.ussg.iu.edu/edcert/session2/peripheral/celeste.html