Server Configuration ParametersΒΆ

The ThinLinc server is configured using a number of configuration parameters stored in Hiveconf. For information about how to access and set the parameters, please refer to Hiveconf. In this chapter, we will describe the different parameters and their meaning.

The parameters used in ThinLinc are divided into a number of folders, each having zero or more subfolders. The following folders exist:

  • /profiles contains parameters for configuring the different session profiles. This folder normally resides in /opt/thinlinc/etc/conf.d/profiles.hconf.

  • /sessionstart contains some parameters used during session startup. This folder normally resides in /opt/thinlinc/etc/conf.d/sessionstart.hconf.

  • /shadowing contains parameters used to control access to the shadowing feature. This folder normally resides in /opt/thinlinc/etc/conf.d/shadowing.hconf.

  • /tlwebadm contains parameters for the tlwebadm web configuration interface. This folder normally resides in /opt/thinlinc/etc/conf.d/tlwebadm.hconf.

  • /utils contains parameters used by miscellaneous ThinLinc utilities. Each utility has its own configuration file, but all parameters are then merged in under /utils when read by the HiveConf framework.

  • /vsm contains parameters common to both the VSM agent and the VSM server. This folder normally resides in /opt/thinlinc/etc/conf.d/vsm.hconf.

  • /vsmagent contains parameters specific to the VSM agent. This folder normally resides in /opt/thinlinc/etc/conf.d/vsmagent.hconf.

  • /vsmserver contains parameters specific to the VSM server. This folder normally resides in /opt/thinlinc/etc/conf.d/vsmserver.hconf.

  • /vsmserver/subclusters contains definitions of subclusters within the ThinLinc cluster. This folder normally resides in /opt/thinlinc/etc/conf.d/vsmserver.hconf.

  • /webaccess contains parameters for the server part of ThinLinc Web Access. This folder normally resides in /opt/thinlinc/etc/conf.d/webaccess.hconf.