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

Use ssh -X to forward the X connection securely.   The default configuration
of Solaris 11 is "Secure by Default", which does not listen for incoming
X connections via TCP, but does accept them from local applications, including
the local end of the ssh tunnel.   If you are sure your network is fully secure
and your security auditors allow weakening the default protections, you can get
back to the open-to-the-network mode by following these instructions from
the Xserver(1) man page:

  Example: Allow remote access
     The following command allows access from remote clients.

     svccfg -s svc:/application/x11/x11-server setprop options/tcp_listen = true

     Restart the Xserver by either logging out and  logging  back
     in,  or manually if the Xserver was started from the command
     line.


-- 
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to