- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- xdmcp query
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-15-2002 02:52 AM
07-15-2002 02:52 AM
xdmcp query
How can I make query to xdmcp opening the port via socket and where found then commands handshake for this port. Can I make querys from telnet opening the port or I need other tool?
Kind Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 03:12 AM
07-15-2002 03:12 AM
Re: xdmcp query
telnet x.x.x.x 6000
would connect to the X server.
But i think you will not be able to give ascii commands as
it will need special control
chracters and bits for XDMCP
negotiation.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 05:02 AM
07-15-2002 05:02 AM
Re: xdmcp query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 06:10 AM
07-15-2002 06:10 AM
Re: xdmcp query
You want to do what with XDMCP.
Run it on another X display or PC
Please describe environment
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 06:48 AM
07-15-2002 06:48 AM
Re: xdmcp query
I want to open, from my PC windows 2000, the xdmcp port (6000, 177, or whatever) and ask for the xdmcp session servers availables in my network, to emulate the dtchooser in my PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 07:13 AM
07-15-2002 07:13 AM
Re: xdmcp query
Get reflection exceed or a similar X emulator.
XDMCP must come from the client not from the server.
Example on UX
/usr/bin/X11/X -query 15.160.35.105 -fp tcp/15.160.35.105:7000 -terminate &
Example ON Linux
#get a chooser
#X :$2 -indirect $1 -fp tcp/topaz:7000 -once -terminate &
#parameters hp-uxbox n[ where n=1-3]
#
#example choosecde topaz 1
#
#note you also should give a fontserver
#
X :$2 -indirect $1 -fp tcp/topaz:7000 &
exit
#get direct cde login
#
#parameters hp-uxbox n[ where n=1-3]
#
#example choosecde topaz 1
#
#note you also should give a fontserver
#
X :$2 -query $1 -fp tcp/topaz:7000 -once -terminate &
exit
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 08:16 AM
07-15-2002 08:16 AM
Re: xdmcp query
I have Reflection on my PC but if I configure it to connect to indirect mode and to try the first server responding don't have the less load server to connect to.
I want to make a "load balancing" system depending of the load of the system to which I connect.
My idea is to make a connection program that launches the X emulator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 01:37 PM
07-15-2002 01:37 PM
Re: xdmcp query
I guess your problem is simply to use the wrong transport protocol:
X11 uses TCP/6000
but XDMCP uses UDP/177, IIRC...
And TELNET cannot do UDP, only TCP :-(
Get yourself a copy of the "xdm" (X Display Manager" ) from the X-Consortium or a Linux/*BSD CD-ROM to study the source.
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 10:24 PM
07-15-2002 10:24 PM
Re: xdmcp query
I can open whichever port in whichever mode (TCP or UDP) with Visual Basic. My problem is to know the protocol handshake to comunicate with XDMCP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:39 PM
07-15-2002 11:39 PM
Re: xdmcp query
, fall back to using vanilla X protocol
- Start Reflection in non-XDMCP mode, then from the Unix host start a term
with the display directed to your PC's IP address. If this doesn't work you
probably have an "access restriction" issue or else a name/address resolution problem.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:39 AM
07-16-2002 12:39 AM
Re: xdmcp query
I don't understand your reply I don't know what is the relation with the comunication to xdmcp.
kind regards