DNS name configuration
Example of domain names that need to be assigned to the servers. The DNS names below are for example purpose only.
Naming Standard
The DNS names of the servers must conform to the RFC 952 standard for name formatting.
All fields used to construct hostnames for A records and service names for SRV records must be 24 characters or shorter and can include letters of the alphabet (A-Z), numbers (0-9), and a dash (-). Names are not case sensitive. Failure to adhere to this guideline can cause the SPA installation to fail.
| Domain Name (Example) | Record Type | Description |
|---|---|---|
| db.example.com | A or CNAME | DB Server |
| app.example.com | A or CNAME | APP Server |
| s3.example.com | additional A or CNAME record for APP server | APP Server *required to access S3 emulator URLs like this s3.example.com/bucket |
| apm.example.com | A or CNAME | APM Server |
| ocr.example.com | A or CNAME | OCR Server |
| automl-standalone.example.com | A or CNAME | AutoML standalone server (master + agent) |
| automl-master.example.com | A or CNAME | For installing AutoML in cluster mode. There might be multiple AutoML agent servers. DNS records should be created for all of them. |
| automl-agent.example.com | A or CNAME | |
| rpa.example.com | A or CNAME | RPA server |
| bi.example.com | A or CNAME | BI server (Analytics) |
If you can't use DNS service for some reason, add the records into hosts files on each server and end users' PCs which will use the product:
- On Linux machines, edit the
/etc/hostsfile. - On Windows machines, edit the
C:/Windows/system32/drivers/etc/hostsfile.
IP Addresses below are for example purpose. You should use your real IP addresses. Add the following records to the hosts files:
Example:
192.168.1.1 db.example.com
192.168.1.2 app.example.com
192.168.1.2 s3.example.com
192.168.1.3 apm.example.com
192.168.1.4 ocr.example.com
192.168.1.5 automl.example.com
192.168.1.6 rpa.example.com
192.168.1.7 bi.example.com