Document number | Revision |
---|---|
DOCU12227 | 1 |
Guide for Highstage domain and migration setupRationaleIntroductionSupported SetupsRunning the Highstage server and users in the same domainHighstage Server in one domain and users in anotherHighstage Server in one domain and users in various domainsGuide for changing domain configurationsMoving The Highstage server from one domain to another, and leaving the users behindMoving Highstage users from one domain to anotherGuide for changing settings in HighstageChanging Hostname for HighstageChanging LDAP Replication settingsGenerating setup .BAT File
This document aims to help as guidance for setting up the Highstage server in various setups in relation to Windows Domain
This document describes the procedure required when migrating Highstage LDAP replication to a new domain/AD.
The following section explain various configuration for running Highstage and users in domains.
This is the basic setup and require minimal configuration.
It is possible to run Highstage in one domain and users in another by specifying a different domain for LDAP replication in the parameter table. Please see section about LDAP Replication settings.
By default, this is not a supported configuration. The Highstage application cannot facilitate different domains without the infrastructure to support it. The case where this scenario is possible, is that of a single domain for Highstage to use, with a established trust relationship to the other ones.
As this is a complex setup, please do not hesitate to contact the Highstage support team for more details.
‘domain\obj’
The following snippet can be used to prepare the user table for migration
1Update ts_role Set objectguid='',domain='',ldappath='',logonname='DOMAIN\'+obj;
When changing domain for the Highstage server the following elements should be taken into consideration:
When changing hostname for Highstage, the following places should be considered:
Webrootclient parameter The parameter can be set in the parameter table under [System] -> [Security Parameters] and should reflect the actual URL of the Highstage web application. For instance: https://www.turbostage.net/ts/
Important! Remember to use the specify HTTP or HTTPS in front of the hostname and end with /
StorageURL parameter The parameter can be set in the parameter table under [System] -> [Security Parameters]
Use the URL of the WebDAV server specified in IIS. Example: https://www.turbostage.net/files
Tip! Files is the standard configuration, however other names can be used as well.
Ensure the hostname in the hosting.config.xml file in the root of the webapp folder (Usually found $HighstageInstallation/TurboStage/TS_WebApp/hosting.config.xml ). If this is wrong the jobs and refine tasks will never to executed. Confirmation and eventual errors can be found in the Windows Event Viewer, under Application Logs, reported by the TurbostageService.
The following parameters should be taken into consideration when changing LDAP properties:
By default if no 'LdapUserID' is set, the identity of the application pool is used to query the directory service with the Domain specified in the 'Domain'-parameter. If another identity should be used use the parameter 'LdapUserID' and 'LdapPassword'.
When changing domain make sure that if a group is specified in the 'DefaultTrustees' this group is also present in the new domain.
On any Highstage server, a page called winclientsetup
can generate the .BAT file for setting up clients fast. It can be found here: *Hostname*/ts/ts/setup/winclient/setup.aspx