The article covers the most common issues and errors encountered during the installation, configuration, and operation of the BRIX On-Premises system.
Issues during installation of BRIX On-Premises Standard
- Issue: BRIX Standard system installation takes a long time. After running the
docker exec elma365 kubectl get all -
command, a list of pods with the following statuses is displayed:A
Running
;Completed
;- the pod
diskjockey
has the statuscrashLoopBackOff
.
Solution: Check the correctness of the parameter ELMA365_
:
- If an IP address of the virtual machine was specified during the system installation, verify its accuracy.
- If a domain name is used during the system installation:
- check the DNS server for an A record matching
"DNS" <
. For example:- > "IP address of the machine with BRIX"
elma365.example.com. A 192.168.1.1
- in file
/
, check lineetc/ resolv.conf search
, where the BRIX domain must be specified. For example, for theelma365.example.com
domain name:
search example.com
- in file
/
, check the addresses and the aliases specified for them;etc/ hosts - add the A record to file
/
. For example:etc/ hosts
192.168.1.1 elma365.example.com elma365
To apply changes, restart maybe required. Use the following command:
systemctl restart networking
To learn more about setting the ELMA365_
parameter, see Modify BRIX Standard parameters.
- Issue: BRIX Standard is unresponsive or slow.
Solution: If in the file resolv.conf
after the command cat /
there is the line search
, and also after the command docker exec elma365 kubectl -
there are synchronization errors, remove search
.
How to remove it depends on the service used to generate the configuration file.
Common issues with BRIX On-Premises Enterprise and Standard
- Issue: Invitations to the BRIX platform and password recovery emails are not being sent.
Solution: in BRIX, additional configuration of the SMTP server connection parameters is required:
- On-Premises Enterprise: in the configuration file
values-
. Read more in Modify BRIX Enterprise parameters;elma365.yaml - On-Premises Standard: in the configuration file
config-
. Read more in Modify BRIX Standard parameters.elma365.txt
- Issue: BRIX is only accessible within the corporate network.
Solution: Install a reverse proxy and configure the connection to BRIX using:
- Issue: BRIX does not install or operates slowly.
Solution: On the server, check the number of cores and the presence of AVX instructions using the command lscpu
, and check for free disk space using the command df -
. Compare the obtained data with the minimum system requirements:
- for On-Premises Enterprise see System requirements for BRIX On-Premises Enterprise;
- for On-Premises Standard see System requirements for BRIX On-Premises Standard.