DNS names configuration
warning
The following DNS names are for example purpose only.
Note that the maximum length of a full domain name must not exceed 253 characters, including dots. For example, www.example.com consists of 15 characters.
Maximum length of a "label" – a part of domain name that is separated by a dot – must not exceed 63 characters. Thus, labels for www.example.com are "com", "example", and "www".
In the following table you will find the examples of domain names to be assigned to the servers.
| Example Domain Name | Record Type | Description |
|---|---|---|
| int.example.com | A or CNAME | Integration Server |
| mssql.example.com | A or CNAME | MS SQL Server |
| app.example.com | A or CNAME | APP Server |
| s3.example.com | additional A or CNAME record for APP Server | *The domain name is required to access S3 emulator's URLs, like s3.example.com/bucket* |
| ocr.example.com | A or CNAME | OCR Server |
| bep-master.example.com | A or CNAME | BEP Master Server |
| bep-agent.example.com | A or CNAME | Multiple BEP agent servers may be present. DNS records must be created for all of them. |
| rpa.example.com | A or CNAME | RPA server |
| bi.example.com | A or CNAME | BI server (Analytics) |
Alternative way
If the DNS service is not available, on each server and on PCs of end-users' that will use the product, do the following:
Open the hosts file:
- On Linux machines: file /etc/hosts.
- On Windows machines: file C:\Windows\system32\drivers\etc\hosts.
In the hosts file, add the following records:
192.168.1.1 int.example.com 192.168.1.2 mssql.example.com 192.168.1.3 app.example.com 192.168.1.3 s3.example.com 192.168.1.4 ocr.example.com 192.168.1.5 bep-master.example.com 192.168.1.6 bep-agent.example.com 192.168.1.7 rpa.example.com 192.168.1.8 bi.example.com
note
The above IP-addresses are for the example purpose only. Remember to use your real IP-addresses.