.. _configuration_subcluster_params: .. server-config-folder:: /vsmserver/subclusters Parameters in /vsmserver/subclusters/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In this section, we will describe all the parameters used for defining subclusters. For more information about subclusters see :ref:`configuration_subcluster`. .. server-config:: /vsmserver/subclusters//agents All ThinLinc agents part of this ThinLinc subcluster. New user sessions for this subcluster are created on the agents in this list. Agents later removed from the list will continue to function normally for existing sessions until those sessions end. This should be a space-separated list of DNS host names. These will be used for communication between the master and the agent. The name reported to the client is fetched from the agent itself; names in :servconf:`/vsmserver/subclusters//agents` are not reported directly to the clients. .. server-config:: /vsmserver/subclusters//users All users that should be associated with this specific ThinLinc subcluster. This should be a space-separated list of usernames. If both :servconf:`/vsmserver/subclusters//users` and :servconf:`/vsmserver/subclusters//groups` are empty it means the subcluster is a default subcluster. .. server-config:: /vsmserver/subclusters//groups All user groups that should be associated with this specific ThinLinc subcluster. This should be a space-separated list of groupnames. If both :servconf:`/vsmserver/subclusters//groups` and :servconf:`/vsmserver/subclusters//users` are empty it means the subcluster is a default subcluster.