Secure Global Desktop 4.40 Administration Guide > Applications, Documents, and Application Servers > Can I Use SGD to Access VMS Applications?
Yes. You can use SGD to access X or character applications on a VMS application server. The following configuration might be required:
To run VMS applications, configure the login script used for the X or character application as follows:
vms.exp
if telnet or ssh is selected as the Connection Methodvmsrexec.exp
if rexec is selected as the Connection MethodOn the command line, use the following command:
$ tarantella object edit --name obj --login vms.exp | vmsrexec.exp
By default, the vms.exp
or vmsrexec.exp
login scripts
set the transport variable to TCPIP
, which is correct for Digital TCP/IP stacks (including UCX).
If you need to change this variable, you can edit the scripts in the
/opt/tarantella/var/serverresources/expect
directory.
To use VMS X applications, you must disable X security in SGD because VMS does not support it. You do this as follows:
Alternatively, use the following command:
$ tarantella config edit --security-xsecurity 0
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.