| United States-English |
|
|
|
![]() |
Common Desktop Environment: Advanced User's and System Administrator's Guide > Chapter 5 Configuring
the Desktop in a NetworkConfiguring Desktop Clients and Servers |
|
This section covers network configuration requirements that are specific to the desktop—that is, these capabilities are provided by the desktop rather than by the base operating system. The section is divided into two parts:
A login/session server is a system that supplies desktop services (Login Manager, Session Manager, File Manager, Window Manager, etc.) to a display and X server. Typically, a session server supplies services to X terminals. However, a network configuration can be set up that concentrates session services on one or more servers that are accessed by both X terminals and workstations. The Login Manager is the desktop component responsible for supplying login services to other displays. Once the user has logged in, the Session Manager is started for the user. For information about configuring login/session servers and X terminals, see “Displaying a Login Screen on a Network Display”. An Input Method Server (IMS) is launched by the dtimsstart command. dtimsstart is normally invoked automatically at Xsession startup (user login) by the script /usr/dt/config/Xsession.d/0020.dtims. Depending on the currently selected locale, environment variables, configuration files, and command-line options, dtimsstart displays a selection window from which the user can select the IMS to use. From the selection window, the user can also request to start an IMS on a remote system. In this case, dtimsstart:
When searching for IMSs on a remote system, dtimsstart retrieves only registered IMSs. To be registered on a system (local or remote), an IMS must:
For descriptions of the file formats, with examples, refer to the dtimsstart man page. To define the hosts on which an IMS can be found, you can configure the imServerHosts application resource. This resource (which is used by the Style Manager when identifying IMSs for user selection) contains a comma-separated list of host names. For example:
This section covers networking requirements common to the desktop:
When the desktop passes file names from one system to another, it must transform, or map, those file names to names that make sense to the destinition system. This mapping is necessary because a file may be mounted in different locations on the different systems, and therefore must be accessed using different names. For example the file /projects/big on sysA may be accessed as /net/sysA/projects/big on sysB. To correctly perform this file-name mapping, one of the following must be true:
For information about the automounter, see the automount(1m) man page. You must set the DTMOUNTPOINT environment variable if both of the following conditions are true:
DTMOUNTPOINT must be set for processes, including:
To set DTMOUNTPOINT for all of these processes"
The desktop subprocess control (SPC) service provides client/server command execution. The desktop subprocess control daemon (dtspcd) is used by the desktop to launch remote applications. It is an inet daemon that accepts requests from remote clients to execute commands. For more information on how to configure inet daemons, see the inetd.conf(1m) man page. The desktop action invocation library uses the SPC service to invoke remote actions. Authentication for the subprocess control service is based on file system authentication. The dtspcd must have access to an authentication directory that is also mounted by all SPC client systems. By default the dtspcd authentication directory is the user's home directory. However, you can configure the dtspcd to use a different location by setting the -auth_dir option in the /etc/inetd.conf directory. See the dtspcd(1m) man page for more information. Because SPC authentication is based on file system authentication, the SPC service is only as secure as your distributed file system. If you are using the desktop in a network where you do not trust the distributed file system, you may wish to disable the dtspcd. To disable the dtspcd, comment out the dtspc entry in /etc/services. When the desktop uses an action to start an application on a remote system, the user's environment variables are copied to the remote system and placed in the environment of the application. By default, some of the environment variables are altered before they are copied to the remote system. You can configure both the action invocation component and the subprocess control service of the desktop to perform additional environment variable processing before the variables are placed into the application's environment. For more information on the default configuration and how to modify it, see the dtactionfile(4) and dtspcdenv(4) man pages. One component of ToolTalk is the ToolTalk database server, /usr/dt/bin/rpc.ttdbserver. The ToolTalk database server is used by the ToolTalk messaging service and for file-name mapping. It is usually registered in /etc/inetd.conf when the desktop is installed and needs no additional configuration. For more information on the ToolTalk database server and its configuration options, see the rpc.ttdbserver(1m) man page. The ToolTalk message server is ttsession. By default, it does not require any configuration; it is started by the Xession script during login. See the ttsession man page for more information on the ToolTalk message server and its configuration options. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||