- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: reflection X problem trying to use graphical i...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 07:25 AM
07-22-2008 07:25 AM
i keep getting errors and it will not work. I get "YOUR XDMCP connection timed out RX2102)
I am not sure why this is happening. I checked the .dtprofile and DTSOURCEFILE=TRUE ON the systems and is NOT commented out.
any idea's? is there another program i can use that works with the CDE? i need the graphical for some GUI interaction with software.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 08:49 AM
07-22-2008 08:49 AM
Re: reflection X problem trying to use graphical interface
Not sure what you version you mean by "11,23 v3" - do you mean 11iv3? (If so thats 11.31).
If you are on 11.31 then I think you want to check if CDE is installed as I don't believe this is by default, whereas it is for 11.23 et al.
swlist -l bundle |grep -i CDE
Does /etc/rc.log show that CDE is started?
What do you get if you run
ps -ef|grep dtlogin
Hope this helps,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 08:55 AM
07-22-2008 08:55 AM
Re: reflection X problem trying to use graphical interface
CDE-English B.11.23.0409 English CDE Environment
I am running 11.23 v2.
here is the ps -ef command you stated
root 1525 29394 1 11:53:36 pts/0 0:00 grep -i CDE
it doesn't appear its started. nothing returned on the grep of dtlogin either. It just appears that whatever allows the graphical interface to fire up is not running or accepting connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 11:05 AM
07-22-2008 11:05 AM
Solution/sbin/init.d/dtlogin start
( if it does not start then check to see if was disabled in /etc/rc.config.d/desktop)
You can also just log into the server with an xterm make sure your display var is set ( have your xwindow server running on your PC ) and execute dtsession . With this method it is best if you also start a window manager like mwm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 11:14 AM
07-22-2008 11:14 AM
Re: reflection X problem trying to use graphical interface
i truly believe it has something to do with this not running but can't find out how to start the process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 11:18 AM
07-22-2008 11:18 AM
Re: reflection X problem trying to use graphical interface
swlist -l bundle |grep -i CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 11:19 AM
07-22-2008 11:19 AM
Re: reflection X problem trying to use graphical interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 11:28 AM
07-22-2008 11:28 AM
Re: reflection X problem trying to use graphical interface
CDE-English B.11.23.0409 English CDE Environment
i started it and could connect thru a direct connection in reflection. Couldn't broadcast and pick it up but hey it started and now seems to work for this server. Thank you for your help. i am wondering if a patch or something shut this off. It worked just fine a few months ago and no changes have been made to the server other than a few patches. I will assign points. thanks again.