Sponsored Content
Operating Systems Solaris How do I establish a remote CDE or JDS session on Solaris 10? Post 302091608 by grial on Wednesday 4th of October 2006 03:03:09 AM
Old 10-04-2006
Hi.
Well, first of all, I do not know "Apple X11 system on MacOS X 10.4.8" at all, but I supopse that's X-Windows. So, assuming you have an X server running on your client machine, I would start a XDMCP session. To do so, just run on your client machine:
Code:
X :1 -query 72.193.221.139 vt9

Which means:
X - The X server executable.
:1 - The new display number, you can change it to whatever except the display you are using (usually :0).
-query 72.193.221.139 - XDMCP session against 72.193.221.139
vt9 - This launches the new X-server in your virtual terminal number 9.
This is the command I use in Linux. In my cygwin (Windows), it would be:
Code:
X :1 -query 72.193.221.139

because there are no virtual terminals...


I think Solaris 10 allows XDMCP connections by default, at least, Solaris 9 does.

I hope this helps.

Regards.
 

10 More Discussions You Might Find Interesting

1. HP-UX

remote CDE

Is there a way to connect to CDE remotely? Preferably using 'VNC'. I'd like to do this! (4 Replies)
Discussion started by: satinet
4 Replies

2. 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

3. Solaris

CDE Remote Login is not Working !!!

Hi , I have SunBlade 150 Workstation (Solaris 9), I installed the OS again then when I try to login to any server using ( Options > Remote Login > Enter Host Name) after I entered any host name nothing happened just white page for 2 or 3 mintues then the login screen reseted to the local... (4 Replies)
Discussion started by: adel8483
4 Replies

4. Solaris

I am not able to login in gnome session and java session in Sun solaris 9& 10

I am not able to login in gnome session and java session in Sun solaris 9& 10 respectively through xmanager as a nis user, I am able to login in common desktop , but gnome session its not allowing , when I have given login credentials, its coming back to login screen, what shoul I do to allow nis... (0 Replies)
Discussion started by: durgaprasadr13
0 Replies

5. Solaris

Not able to login through JDS but able to login through CDE

Dear All I am in a strange situation where I have install the Solaris 10 5/08 OS on Netra 1280 server. When I connect it through my laptop so that I can take the GUI from xmanager. When I try to login as root or any other users also through Java Destop Environment which accepted it after few... (3 Replies)
Discussion started by: girish.batra
3 Replies

6. 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

7. UNIX for Advanced & Expert Users

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... (4 Replies)
Discussion started by: Troberts50
4 Replies

8. 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

9. UNIX Desktop Questions & Answers

How to migrate Solaris 10 CDE config to HP-UX CDE.

Hello, Do you guys by any chance know what is the best (if any ) way to move CDE configuration from a SOLARIS 10 machine to HP-UX? Just the config (actions, text files etc). Thanks in advance! (0 Replies)
Discussion started by: binary0x01
0 Replies

10. HP-UX

Canīt get a remote desktop login through CDE

Hi all, I canīt get a remote desktop login through CDE only with root user. There are messages in the Xerror file: /usr/bin/X11/xset: bad font path element (#0), possible causes are: Directory does not exist or has wrong permissions Directory missing fonts.dir Incorrect font... (5 Replies)
Discussion started by: the0m3n
5 Replies
gdmXnestchooser(1)						   User Commands						gdmXnestchooser(1)

NAME
gdmXnestchooser, gdmXnest - run an XDMCP chooser SYNOPSIS
gdmXnestchooser [--background] [--broadcast] [--direct] [--no-gdm-check] [--no-query] [--xnest-extra-options=options] [--xnest=string] [gnome-std-options] hostname DESCRIPTION
gdmXnestchooser automatically gets the correct display number, sets up access, and runs Xnest with -indirect localhost. This ensures that you get an XDMCP chooser that is provided by your machine. You can also specify the hostname whose chooser should be displayed, so that gdmXnestchooser somehost runs the XDMCP chooser from host somehost inside an Xnest. gdmXnest is a symbolic link to gdmXnestchooser and is the same as running gdmXnestchooser with the --no-query and --no-gdm-check options. gdmXnest is useful for running Xnest without actually connecting somewhere. OPTIONS
The following options are supported: -b, --background Run in the background. -B, --broadcast Run broadcast instead of indirect (chooser). -d, --direct Do direct query instead of indirect (chooser). --no-gdm-check Do not check for running GDM. -n, --no-query Just run Xnest, no query (no chooser). -o, --xnest-extra-options=options Extra options for Xnest. The default is no options. -x, --xnest=string Xnest command line. The default value is Xnest. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more information. OPERANDS
The following operands are supported: hostname Hostname whose chooser should be displayed. EXAMPLES
Example 1: Running the XDMCP Chooser From Host somehost Inside an Xnest example% gdmXnestchooser somehost Example 2: Connecting to somehost Directly Run example% gdmXnestchooser -d somehost FILES
The following files are used by this application: /usr/bin/gdmXnestchooser Executable to run an XDMCP chooser ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-display-mgr | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gdmdynamic(1), gdmflexiserver(1), gdmphotosetup(1), gdmthemetester(1), gdm(1m), gdm-restart(1m), gdmsetup(1m), attributes(5), gnome-std- options(5) NOTES
Original man page written by Martin K. Petersen <mkp@mkp.net>, George Lebl <jirka@5z.com>. Copyright (c) 1998, 1999 by Martin K. Petersen. Copyright (c) 2001, 2003, 2004 by George Lebl. Copyright (c) 2003 by Red Hat, Inc. Updated by Brian Cameron, Sun Microsystems Inc., 2004, 2006. SunOS 5.11 1 Sep 2004 gdmXnestchooser(1)
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy