On 12/03/10 10:55, Mariela Ortega wrote:
How can i configure solaris 11 to bring back GUI's from another solaris 10 
servers? or to use the system remetly with exceed or xwin-32? or XDMCP?

i used the setenv display and the ssy but nothing works, i get the following 
error
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)

java.lang.InternalError: Can't connect to X11 window server using 
'archive.dfrc.nasa.gov:0.0' as the value of the DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown 
Source)
         at java.awt.Window.init(Unknown

The display you are attempting to connect to has to be setup to allow
connections from other hosts. You use xhost for this. Something like
this:

xhost +ipAddressOfRemoteClient
or
xhost +NameofRemoteClient

see "man xhost"

--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: ra...@greatplainsmfg.com
Phone: 785-823-3276
  Fax: 785-667-2695
------------------------------------------------------------------------
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to