Technical Notes |
|
Reflection X includes DCL (Digital Command Language) scripts that enable you to start individual X clients or the DECwindows Session Manager on an OpenVMS host using either TCP/IP or DECnet transports. This technical note explains how to locate, upload, configure, and use these client files.
Note: Technical Note 1840 provides preconfigured Reflection templates designed to connect to a VMS host using Telnet or SSH.
Using PCX$SERVER is the easiest and preferred method for making Reflection X connections to an OpenVMS host. For further details on making OpenVMS host connections using PCX$SERVER, see Technical Note 1227.
If PCX$SERVER is not an option in your network environment, Reflection X also provides connection files that can be uploaded to the host and used to run a DECterm (or other individual X client) or to start the DECwindows Session Manager.
Before starting to upload and configure Startapp or Startsm, determine which file transfer method you will use to upload the Reflection files to your host.
To provide DECterm (or other individual X client) support, upload Startapp.com to your OpenVMS host.
Follow the steps below to upload the Startapp.com file to your host.
Note: All users of Startapp.com must have access to this file.
Reflection X provides two startup templates that use the Startapp connection script:
| Script |
Description |
Command |
| Vms.rxc |
Generic VMS TCP/IP DECterm |
@startapp %IP#% term * |
| Vmsdnet.rxc |
Generic VMS DECnet DECterm |
@startapp %DN#% term * |
* Reflection X substitutes the PC's IP address and display number for %IP#%, and the PC's node ID and display number for %DN#%.
By default, the Vms.rxc template is available from the Reflection X Manager (titled the X Client Manager in version 10.x and earlier). However, Vmsdnet.rxc is not available. To access Vmsdnet.rxc, follow the steps below.
Note: In Reflection 10.x, click File > Open > Client File in the X Client Manager.
Note: If you are running version 10.x, navigate to C:\Documents and Settings\All Users\Application Data\Reflection\X\<lang>\VMS.
To use the templates, select the appropriate template from the top-left pane of the Reflection X Manager (or X Client Manager), fill in the appropriate Connection settings, and then click Connect.
To provide DECwindows Session Manager support, perform the steps in the following sections to upload, configure, and use the Startsm files.
To install the necessary DCL script files on your host, follow the steps below.
Note: These steps require you to upload executable files, so you will need to either logon using an account with sufficient privileges, or have your system administrator upload the necessary files.
| File name |
Rename file to |
Transfer type |
Description |
| Instalsm.crx |
Instalsm.com |
ASCII |
A DCL command procedure that configures the Reflection X files on the OpenVMS host after they have been transferred. |
| Startapp.crx |
Startapp.com |
ASCII |
A COM file that allows you to start a DECterm. |
| Startlog.crx |
Startlog.com |
ASCII |
A DCL command procedure that starts the DECwindows Session Manager. |
| File name |
Rename file to |
Transfer type |
Description |
| Alpha_sm.erx |
Alpha_sm.exe |
Binary |
Binary executable file for an OpenVMS/AXP host. |
| Vax_sm.erx |
Vax_sm.exe |
Binary |
Binary executable file for a VAX/VMS host. |
Once the files are uploaded, follow the steps below to configure Startsm on your host.
Note: These steps require you to run a COM file and edit system files. Therefore, you will need to logon using an account with sufficient privileges or have your system administrator make the necessary changes.
@instalsmThis runs a DCL script that performs the following functions:
$ startsm:==$ startsmNote: If you do not add this line to the sylogin.com file, users will be unable to establish a host connection and will see the error "Invalid queue name" in the Reflection X Host Response box (if enabled).
$ INSTALL ADD /PRIV=(SYSNAM,SETPRV) STARTSMReflection X provides two startup templates that use the Startsm connection script:
| Script |
Description |
Command |
| Sm_tcp.rxc |
Generic VMS TCP/IP DECwindows Session Manager |
@startsm %IP#% term * |
| Sm_dnet.rxc |
Generic VMS DECnet DECwindows Session Manager |
@startsm %DN#% term * |
* Reflection X substitutes the PC's IP address and display number for %IP#%, and the PC's node ID and display number for %DN#%.
These scripts are not available from the in Reflection X Manager (or X Client Manager) by default. To access these files, follow the steps below.
To use the templates, select the appropriate template from the top-left pane of the Reflection X Manager (or X Client Manager), fill in the appropriate Connection settings, and then click Connect.