Installation manual

Customizing DECwindows Support Software
9.1 Customizing the Server Startup
Table 9–1 (Cont.) DECwindows Keymap
Dialect Model DECwindows Keymap Name
Combined US/UK LK201-(EE,RE,PE) UK_LK201RE
US_LK201RE
Combined US/UK LK401-(EE,RE,PE) UK_LK401AA
US_LK401AA
c. After you choose a keymap name, modify the server startup file. For
example, to change the keyboard layout to a Dutch typewriter layout, add
the following line to the server startup file:
$ DECW$DEFAULT_KEYBOARD_MAP == "DUTCH_LK201LH_TW"
Add a line similar to this for each workstation that does not have a
North American keyboard layout, or add it to the common section for all
workstations (if all the workstations use the same keyboard layout).
6. To add support for the Transmission Control Protocol/Internet Protocol
(TCP/IP) transport using the Compaq TCP/IP Services for OpenVMS product,
add the following line:
$ DECW$SERVER_TRANSPORTS == "DECNET,LOCAL,TCPIP"
Add this line to the section for each workstation that will be using TCP/IP, or
add it to the common section for all workstations.
To include support for other transports, add the last part of the transport
image name to the list of transports. For example, suppose you want to add
support for a customer-written transport that has the following image name:
SYS$SHARE:DECW_TRANSPORT_FOO
You would add the following line:
$ DECW$SERVER_TRANSPORTS == "DECNET,LOCAL,FOO"
7. Reboot the workstations for which you customized the server startup.
8. Customize security as described in the Using DECwindows Motif for
OpenVMS manual.
After you start the server, a per-server logical name table is created on your
system but is not added to the default logical name table search lists.
9.2 Using Compaq TCP/IP Services for OpenVMS
DECwindows contains support for the TCP/IP transport. This support requires
Compaq TCP/IP Services for OpenVMS, a Compaq layered product. Before you
can use the DECwindows TCP/IP transport interface, you must install Compaq
TCP/IP Services for OpenVMS.
Note
Other vendors’ implementation of TCP/IP transports use different
call interfaces. For this reason, DECwindows support for TCP/IP is
compatible only with Compaq TCP/IP Services for OpenVMS.
Customizing DECwindows Support Software 9–5