- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: XDMCP connection
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
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
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
тАО02-12-2004 07:09 AM
тАО02-12-2004 07:09 AM
Your XDMCP connection timed out - make sure that the hosts on your network are running XDM programs. (RX2102)
Can anyone give me some help as to what i need to install and where I can find it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 07:17 AM
тАО02-12-2004 07:17 AM
Re: XDMCP connection
Yes, the server can ping itself and can ping my workstation.
I did not setup DNS on the server and wanted to use a hosts file. I had been given help yesterday from HP tech support helping me to get connected to my network.
Don't know about the default route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 07:48 AM
тАО02-12-2004 07:48 AM
Re: XDMCP connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 07:56 AM
тАО02-12-2004 07:56 AM
Re: XDMCP connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 07:59 AM
тАО02-12-2004 07:59 AM
Re: XDMCP connection
Look at your /etc/rc.log and search for 'dtlogin'. You should see Sxxxdtlogin.rc start almost at the end. If there are any errors, then you will need to fix them. Also see if it doesn't say "skipped". If so, then you will need to edit /etc/rc.config.d/desktop and add "DESKTOP=CDE" and then do a /sbin/init.d/dtlogin.rc start
If the above is not the case, then see if there is any firewalls|network filters between the HP server and your w2k subnet. Make sure they allow X-traffic (6000+ ports)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:08 AM
тАО02-12-2004 08:08 AM
Re: XDMCP connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:17 AM
тАО02-12-2004 08:17 AM
Re: XDMCP connection
To check if dtlogin is running, do a
ps -ef |grep dtlogin
You should get at least one line similar to this:
root 1530 1502 0 Feb 4 ? 0:00 /usr/dt/bin/dtlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:20 AM
тАО02-12-2004 08:20 AM
Re: XDMCP connection
dtconfig -e can be used to set this up for you. Man dtconfig for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:21 AM
тАО02-12-2004 08:21 AM
Re: XDMCP connection
Do you get anything if you do
#cd /sbin
#find . -name *dtlogin*
If not, then I afraid CDE might have not gotten installed.
swlist -l bundle |grep -i CDE
It should give you CDE bundle. If not, then you will need to load it from your CDs.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:43 AM
тАО02-12-2004 08:43 AM
Re: XDMCP connection
# ps -ef|grep dtlogin
root 6431 5444 2 12:35:59 pts/ta 0:00 grep dtlogin
# cd /sbin
# find . -name *dtlogin*
./init.d/dtlogin.rc
./rc2.d/K100dtlogin.rc
./rc3.d/S990dtlogin.rc
# swlist -l bundle |grep -i CDE
CDE-English B.11.11 English CDE Environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:46 AM
тАО02-12-2004 08:46 AM
Re: XDMCP connection
For now you can start dtlogin using the command '/sbin/init.d/dtlogin.rc start'. Then try if the XDMCP works.
When you reboot the box next time, make sure "Start CDE Login Server" comes up and says "OK" at the console during the boot messages.
Are you really in multi user mode? "who -r"
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2006 01:47 AM
тАО08-15-2006 01:47 AM
Re: XDMCP connection
this is the error i see.i tried to start the dtlogin since it was not started , however it appears that the dtlogin does npot start the command is run succesfully, i mean ther is no message telling what went wrong. see
# /sbin/init.d/dtlogin.rc start
#
and after:
# ps -ef |grep dtlogin
root 2629 2405 1 15:44:32 pts/td 0:00 grep dtlogin
#
the CDE is installed.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2006 02:11 AM
тАО08-15-2006 02:11 AM
Re: XDMCP connection
first it is needed to be started the cde
/usr/dt/bin/dtconfig -e
done
desktop auto-start enabled.
then
/sbin/init.d/dtlogin.rc start
after that , i can connect with reflection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2006 05:17 AM
тАО08-15-2006 05:17 AM