Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

serial console not displaying login

Status
Not open for further replies.

raggmopp

MIS
Feb 14, 2002
40
US
Hi all:

Got a headless SUN E420R with 2.8 installed.
Have a Lantronix device hooked up to the ttya port.
Doing a telnet to the device/port I get the telnet response saying it is connected but I never get the login prompt back.

We have 10 other same SUN servers hooked up in similar fashion yet they provide login prompt fine. I have been through admintool but I see no differences between them.

Many thanks

 
Have you tried swapping over the cable and adapter from a system that works to the system that does not?


ca
 
Have you looked at the setup on the Hardware its self?
I had a problem like that on a d-terminal. It was in the setup on the terminal not software.
 
I had a similar problem, I could boot the machine from the ok prompt watch it come up but never get a login prompt.

It turned out to be a script in /etc/rc3.d that was stuck waiting for an input. Sorted the script and sorted the login problem.



Steve
 
if this worked before check this:
sometimes the ttymon gets stuck...

Code:
# more /etc/inittab 
ap::sysinit:/sbin/autopush -f /etc/iu.ap
ap::sysinit:/sbin/soconfig -f /etc/sock2path
fs::sysinit:/sbin/rcS sysinit           >/dev/msglog 2<>/dev/msglog </dev/console
is:3:initdefault:
p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/msglog 2<>/dev/msglog
sS:s:wait:/sbin/rcS                     >/dev/msglog 2<>/dev/msglog </dev/console
s0:0:wait:/sbin/rc0                     >/dev/msglog 2<>/dev/msglog </dev/console
s1:1:respawn:/sbin/rc1                  >/dev/msglog 2<>/dev/msglog </dev/console
s2:23:wait:/sbin/rc2                    >/dev/msglog 2<>/dev/msglog </dev/console
s3:3:wait:/sbin/rc3                     >/dev/msglog 2<>/dev/msglog </dev/console
s5:5:wait:/sbin/rc5                     >/dev/msglog 2<>/dev/msglog </dev/console
s6:6:wait:/sbin/rc6                     >/dev/msglog 2<>/dev/msglog </dev/console
fw:0:wait:/sbin/uadmin 2 0              >/dev/msglog 2<>/dev/msglog </dev/console
of:5:wait:/sbin/uadmin 2 6              >/dev/msglog 2<>/dev/msglog </dev/console
rb:6:wait:/sbin/uadmin 2 1              >/dev/msglog 2<>/dev/msglog </dev/console
sc:234:respawn:/usr/lib/saf/sac -t 300
[b]co:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` console login: " -T sun -d /dev/console -l console -m ldterm,ttcompat[/b]
#

if you can connect to the host via ethernet just kill the ttymon, it's restarted by init Process automatically, after that you should get a login prompt on the console

Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top