script You currently have JavaScript disabled. This site requires JavaScript to work properly.
For more details on how this site uses JavaScript see the JavaScript page.
 
Note N00009: Remote X into OpenVMS - zxnet

Menu:

Archives:
Note Archive
Information
Number: N00009
Created: 19 November 2007
Revised: 19 November 2007

This page is a collection of notes on remote Xing into OpenVMS.

Creating a display

To create a display issue the following command:

               SET DISPLAY /CREATE /NODE=hostname /TRANSPORT=transport /SERVER=servernumber /SCREEN=screennumber
          

You only have to use the /CREATE option the first time you issue the command. `hostname' is somthing like foo.mydomain.com or 192.168.0.5, `transport' is the network transport to use. For most uses this will be `tcpip'. servernumber and screennumber are the server and screen numbers of the X Server.

Example

               SET DISPLAY /CREATE /NODE=192.168.0.5 /TRANSPORT=tcpip /SERVER=0 /SCREEN=0
             OR
               SET DISPLAY /CREATE /NODE=192.168.0.5 /TRANSPORT=tcpip
             Under UNIX this would be
               export DISPLAY=192.168.0.5:0.0
          

Starting a session

To start a new session, execute the command `run sys$system:decw$startlogin' - this will bring up the CDE login screen.