Skip past navigation linksSecure Global Desktop 4.40 Administration Guide > Applications, Documents, and Application Servers > Can I Use SGD to Access VMS Applications?

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:

Configuring the Login Script Used for the X or Character Application

To run VMS applications, configure the login script used for the X or character application as follows:

  1. In the SGD Administration Console, click the Applications tab.
  2. Select the application object you want to change. The General tab is displayed.
  3. Click the Launch tab.
  4. In the Login Script box, type the following:
  5. Click Save.

On the command line, use the following command:

Skip past command syntax or program code$ tarantella object edit --name obj --login vms.exp | vmsrexec.exp

Configuring the Transport Variable in the Login Script

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.

Disabling X Security

To use VMS X applications, you must disable X security in SGD because VMS does not support it. You do this as follows:

  1. In the SGD Administration Console, click the Global Settings » Security tab.
  2. Deselect the X Authorization for X Display check box.
  3. Click Save.

Alternatively, use the following command:

Skip past command syntax or program code$ tarantella config edit --security-xsecurity 0
Related Topics