Xserver connect and run CDE session from Windows PC


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Xserver connect and run CDE session from Windows PC
# 1  
Old 07-17-2009
Xserver connect and run CDE session from Windows PC

Hope someone can help. I have 5 Unix Tru64 ver 4.0/5.1B, boxes and I'm trying to connect and run CDE session from my PC. I have tried using Reflections, and Xming with no luck. Can someone tell me what exactly needs to be running on the Tru64 boxes in order for this to work. Along with what or how the PC workstation XP Pro needs to be configured.

Telnet and Putty work just fine, I can login with a general user ID or root with no problems. I moved one of the servers next to my desk and now currently running off the same switch to take out any router issues.

Some things I've tried:

error (pid 2271): Cannot convert Internet address xxx.xxx.xxx.xxx to host name
Entered my PC IP address into the Tru64 /etc/hosts file.

Xming - It does not show login prompt - just waits 2-3 sec and closes.

Refused connection:
Edited securettys
#/dev/console
local:0
:0
ptys
PC IP address:0

On Tru64 ran #xhost + to allow access by any client
# 2  
Old 07-21-2009
I don't have True64 at hand nor do I know it but basically I do it like this when I want to get a desktop login on CDE on AIX:
  • Make sure the dtlogin is running on the remote box
  • I use xcygwin as my Xserver
  • I open a dos box, change to the where the binaries of cygwin are placed
  • Issue a xdmcp query with
    Code:
    Xwin.exe -query <hostnameofyourremotebox>


Voila and I get a CDE login screen. I hope it helped a bit at least.
The process is described also at
http://x.cygwin.com/docs/ug/using-remote-session.html

Cygwin is free and you can get it at www.cygwin.com. You will have add the Xorg packages etc. after a basic installation maybe.
# 3  
Old 07-21-2009
I suppose you talking about VNC
you must to edit xinetd super server to enable VNC remote
# 4  
Old 07-23-2009
Ports were being blocked

I needed to open ports create exclusions for UDP=177 and TCP=6000 on my Windows XP Pro box. These were being blocked by Windows firewall that are pushed down from Active Directory Group Policy. XDMCP runs on these two ports.

Thank you for the replies and assistance.
# 5  
Old 07-23-2009
For those who might be reading this post but are not on Tru64 UNIX. If you have iptables installed on your server (which Tru64 UNIX does not) you also need to open these ports on your server. A quick check to see if iptables is the problem is to do a flush ( iptables - F).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Connect to SunOS CDE from another CDE

I have two CDE desktop accounts on different server (called this CDE#1, CDE#2) on the same network. However, my current setup is connecting to the Solaris CDE#1,CDE#2 via Citrix. My plan is to connect to CD#1 and then somehow connect to CDE#2. How do I do this? I am just a regular user... (0 Replies)
Discussion started by: tthach830
0 Replies

2. Solaris

Connect to a terminalserver farm with session broker

Hello... I've got a problem accessing the Solaris OS using rdesktop on a terminalserver farm with TS Session Broker and W2K8R2 with NLB. I get the following error message: user@xxx /h/user/Desktop 150 > rdesktop terminalserver WARNING: Remote desktop does not support colour depth 24;... (0 Replies)
Discussion started by: chrischi1978
0 Replies

3. HP-UX

Start SAM in TUI from CDE session

how can i start sam in TUI mode from a CDE session. i'm using hp-ux 11iv3 i tried to start SAM from a terminal from CDE session but each time i try to start it System Managment Homepage starts , so i telneted to server from a pc to start sam in TUI mode is there any other way to set my SAM to... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

4. Solaris

How to open and arrange terminal windows automatically under CDE?

Hi, Is there a way to open and arrange terminal windows automatically under CDE? For example, I want to open and arrange terminal windows like this: |------------| | TW TW TW | | TW TW TW | | TW TW TW | |------------| Thank you in advanced! (5 Replies)
Discussion started by: aixlover
5 Replies

5. HP-UX

Can not login to CDE -- only Fail Safe Session permitted

Hi, I am a hobbyist with a very old machine I have been trying to get up and running. I have an HP 9000/C240 with 1G of RAM and 3-8.5G HD. It is configured with 1G SWAP/DUMP. Currently only one drive is in use via LVM. I have not gotten around to creating more volumes just yet. It is running... (11 Replies)
Discussion started by: Dirk_
11 Replies

6. UNIX for Advanced & Expert Users

help needed to connect to windows from unix and run .bat file

Hi Can anyone tell if it is possible to connect from Unix to t a remote windows environment and run a .bat script. Do SSH/SFTP... serve my purpose..if s how.... if not which commands or scripts will help with my requiremnt. points on this are greatly honoured. Thanks in advance. :) (1 Reply)
Discussion started by: lakshmis10
1 Replies

7. Solaris

How do I establish a remote CDE or JDS session on Solaris 10?

As stated above in the title "How do I establish a remote CDE or JDS session on Solaris 10?" What I would like to do is be able to login to and use the machine remotely using either the CDE or JDS, preferably with out having to use a VNC, and be able to use the pretty GUI, instead of exclusively... (11 Replies)
Discussion started by: ultra0384
11 Replies

8. Post Here to Contact Site Administrators and Moderators

/usr/openwin/bin/xinit: unable to connect to Xserver

Hi Gents, I have downloaded Sol 8 2/04 from Sun's web page and I have tried to install it into a V890. I can boot from a CD 1of 2 without any problem. After the selection of the language and the Locale, the TWM (Sol Install Console window) cannot starts up. The following are the errors... (0 Replies)
Discussion started by: mmakhol
0 Replies

9. AIX

No Keyboard in CDE session

Hi, AIX 5.3 , no Graphical adapter no Keyboard..... I set up CDE to start without graphical boot, dtlogin process is running, when start a xserver from Cygwin to access this box. I can't login, because I have no Keyboard. The Mouse works fine, but when I try to type in the username or... (1 Reply)
Discussion started by: hookerxy
1 Replies

10. UNIX for Dummies Questions & Answers

CDE login vs. X-windows

Hi, I'm new to the whole X-windows environment. Need help please.. Believe it or not- I have a licensed "Reflection". I use the XDMCP host, and I can see 4 servers there. 2 of the servers are aix servers: one is ver 4.3, the other one is ver 5. When I open a session to the aix4.3 a large... (2 Replies)
Discussion started by: sunbird
2 Replies
Login or Register to Ask a Question