Quote:> 1. Do i need to buy the "null modem" cables to connect the linux serial port
> to Sun servers' console port and cisco routers?
Try google and you will find the pin assignment.
Quote:> 2. Did minicom work fine in my project?
Minicom would not be your first choice. Use screen. Benefits are:
one programm to handle all consoles
multi user can work on the same console or others
you can give some user read only acess
it logs (minicom can do this also)
In order to send a break via screen you have to use a special (long enough)
break. I attached our screenrc [1] with that break on CTRL A SHIFT B.
Have a look at the manpage of screen for further informations.
We have two console servers. One for cisco routers and one for our sun / linux
server consoles. One console Server is a Ultra 1 running Sol 9 with two MAGMA
cards (expensive!) and one is a DUAL XEON 2.0 GHZ running Linux with a real
cheap serial CARD (no cyclades ... they are much too expensive). I don't remeber
the manifacture ... but if you're interested I have a look.
Greetings,
Thomas
--
Thomas Glanzmann ++49 (0) 9131 85-27574 Department of Computer Science III
Martensstrasse 3 D-91058 Erlangen Germany University of Erlangen-Nuremberg
http://www.veryComputer.com/
[1] our console screenrc
# don't * up my xterm title
hardstatus alwaysignore
shell -/bin/false
screen -t faui01 -L 1 /dev/ttyS4 9600
screen -t faui02 -L 2 /dev/ttyS5 9600
screen -t faui03 -L 3 /dev/ttyS6 9600
screen -t faui04a -L 4 /dev/ttyS7 9600
screen -t faui05 -L 5 /dev/ttyS8 9600
screen -t faui07 -L 7 /dev/ttyS9 9600
screen -t openbsd -L 10 /dev/ttyS10 9600
multiuser on
acladd simigern
acladd sithglan
acladd sialgern
acladd sichkoll
acladd jnreinwa
acladd hrschulz
umask +a
defscrollback 5000
# extra long break for sun.
bind B break 3
autodetach on
logfile /local/console/log/screenlog.%t
defwritelock off
startup_message off
caption always '%{-b}%{= wb}%-Lw%{= wr}%{+b}%n%f %t%{= wb}%{-b}%+Lw %{= wr} %=%c %Y-%m-%d'