1834434 Members
2278 Online
110067 Solutions
New Discussion

Exceed rlogin problem!

 
leereg_2
Occasional Advisor

Exceed rlogin problem!

When I try to rlogin to a HP B2000 workstation with HP-UX 10.20 installed, I use Exceed in my laptop, after inputting my username and passwd, and after version message scrolling, it hunged there, Why I can not login?
Always UNIX!
14 REPLIES 14
KapilRaj
Honored Contributor

Re: Exceed rlogin problem!

what is Exceed ?. I assume it as an emulation software. Are you able to do a normal telnet login. Check up there may be some problem in your profiles.

kaps
Nothing is impossible
leereg_2
Occasional Advisor

Re: Exceed rlogin problem!

Exceed is a emulation software.Maybe it is not cause by my profile.Because I can login to other HP workstations with HP-UX10.20.
Always UNIX!
Alex Glennie
Honored Contributor

Re: Exceed rlogin problem!

Could it be to do with the shell then ? Try changing it ?

Also check exceeds log files ?

Is this the only user to have problems ?
leereg_2
Occasional Advisor

Re: Exceed rlogin problem!

All Exceed users can not login as me.Please see the attachment in which I copy the login rejection process.
Always UNIX!
Alex Glennie
Honored Contributor

Re: Exceed rlogin problem!

Well it certainly looks like your .profile is most likely the problem. The attachment is not very informative.

What happens if you remame it to .profile.orig ?

also have you looked for clues in the /var/adm/syslog/syslog.log and exceeds log files !!!
Wodisch
Honored Contributor

Re: Exceed rlogin problem!

Hello Leereq,

what happens, if you put some "echo" into the first and
last line of your ".profile"? (assuming you DO use the
POSIX shell or the Korn shell, but NOT the C shell)
Do the same with the "/etc/profile" (if you have write
permission for that file). Do you get that output when
you try to "rlogin"?

Your attachment irritates in the way it shows your
prompt - you are already "telnet"ed or "rlogin"ed to
another system as "root", right?
Hence it seems NOT to be the eXceed (I do had a lot
of problems with that product in the past, btw), but
somewhere else. Can you telnet from there (wherever
that might be) to your target machine?

Perhaps it would be easieer for us, if you could attach
your ".profile" and your "/etc/profile" (and your ".*shrc"
if you have one). You will have to "tar" them or to post
them as three messages (only one attachment per
posting).

HTH,
Wodisch
KapilRaj
Honored Contributor

Re: Exceed rlogin problem!

hi ,

your profile is diff in diff machines. so please do checkup the profiles.
You did not reply whether a telnet to the machine works or not ?.

kaps
Nothing is impossible
leereg_2
Occasional Advisor

Re: Exceed rlogin problem!

telnet has the same result.
Please see the attachment for my /username/.profile and /etc/profile.
Always UNIX!
Hartmut Lang
Trusted Contributor

Re: Exceed rlogin problem!

Do you have a nfs-mounted home-directory?

A problem with nfs-file-locking can cause the same results.

Hartmut

Re: Exceed rlogin problem!

The problem might be with your history file. Try moving your history file to a local filesystem like /tmp


HISTFILE=/tmp/.sh_history
KapilRaj
Honored Contributor

Re: Exceed rlogin problem!

hi ,

Did you renamed .profile & checked up ?. What was the result ?.

Is there any file called /var/mail/$USERNAME.lock ?.

kaps
Nothing is impossible
Uday_S_Ankolekar
Honored Contributor

Re: Exceed rlogin problem!

Hi,

Do you have inetd.sec file set on your unix server..? If yes add your laptop name (hostname) into that file

Good Luck..
leereg_3
New Member

Re: Exceed rlogin problem!

It was done by adding following line into my .profile:
export HISTFILE=/tmp/$LOGNAME.sh_history
So it seems that the problem caused by NFS,but I still want to know why I can logined other HP workstation which in the same environment with the cited one?And what the theory explaination?

Thanks,everybody!
thanks, expert!
Always UNIX
leereg_3
New Member

Re: Exceed rlogin problem!

I found that on that named HP workstation, the process /usr/sbin/rpc.mountd
and /usr/sbin/rpc.statd
has not been started. After I start them manually, And I comment the line HISTFILE in my .profile, I rlogin it, everything is OK!
Always UNIX