Operating System - HP-UX
1827379 Members
4466 Online
109963 Solutions
New Discussion

Unable to connect using reflexion x

 
Elias Abboud
Honored Contributor

Unable to connect using reflexion x

hi everyone,

I have an itanium rx4640 and a fresh installation of hpux 11.23 . I am unable to connect using reflexion x. telnet works fine. Is there any config file that i should modify or any step to take to do this?

any help would be greatly appreciated.

Thanks in advance
If you can't solve it, post it :)
3 REPLIES 3
Slawomir Gora
Honored Contributor

Re: Unable to connect using reflexion x

Hi,

check if dtlogin process is running
ps -ef | grep dtlogin

if not then
1. enable dtlogin:
/usr/dt/bin/dtconfig -e
2. start dtlogin
/usr/dt/bin/dtconfig -start



Peter Godron
Honored Contributor

Re: Unable to connect using reflexion x

Hi,
I assume you are getting the login box, but then the session hangs?
Start the dtlogin service on the server.
After the service is running you also may have to set the DISPLAY environment variable.
Regards
Elias Abboud
Honored Contributor

Re: Unable to connect using reflexion x

thank you all. I just rebooted the server and it worked.

Thanks again
If you can't solve it, post it :)