1825795 Members
2266 Online
109687 Solutions
New Discussion

Re: Reflection

 
David Dangerfield_1
Frequent Advisor

Reflection

Has anyone used Reflections to connect to there HPUX Version 3 to get a GUI connection. I use if to connect to our old servers just didn't know if it could be used on the Version 3. If so what all has to be done in order to use it. Such as CDE or some other software.

THANKS
9 REPLIES 9
Steven E. Protter
Exalted Contributor

Re: Reflection

Shalom,

I've used reflections, many versions over the years.

Two common problems:
1) User does not own the configuration files needed to log on.
2) HP-UX ships by default with the font server not running

/sbin/init.d/xfs start

vi /etc/rc.config.d/xfs
Configure the first variable to 1 for auto start.

Reflections works great.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
David Dangerfield_1
Frequent Advisor

Re: Reflection

yeah I tried that and still doesn't work.
Jeeshan
Honored Contributor

Re: Reflection

Hi David

Did you check the CDE daemon is running or not?
a warrior never quits
Tim Nelson
Honored Contributor

Re: Reflection

start you reflection Xwindow server
connect to system with an xterm

once logged in execute dtsession.

This will at least give you an idea if things are working.

I am assuming you are attempting to use an broadcast/direct XMDP session.

dt.login needs to be running for XMDP
Court Campbell
Honored Contributor

Re: Reflection

I don't use it, but my co-workers do without issue on 11iv3. You could always go putty and Xming.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Rasheed Tamton
Honored Contributor

Re: Reflection

If the dtlogin is not started
/sbin/init.d/dtlogin.rc start

then
Login to the server and type
#export DISPLAY=IP:0.0
#/usr/dt/bin/Xsession &

You can also use the XDMCP method to get access to your CDE desktop from your PC

Otherwise, please post exactly what commands you use and what errors you are getting.

Regards,
Rasheed Tamton.
David Dangerfield_1
Frequent Advisor

Re: Reflection

I do believe that is my problem when I go to /sbin/init.d/ there is nothing dt. I don't see a dt anywhere on this server.
Dennis Handly
Acclaimed Contributor

Re: Reflection

>I don't see a dt anywhere on this server.

CDE is optional on 11.31. You need to install it from your installation media.
David Dangerfield_1
Frequent Advisor

Re: Reflection

When i do a swlist for a product I see CDE comes up. But that is it. I wonder what happen from the warehouse that it wouldn't have been completely installed or something.