Single-Node Configuration: Setting Up and Installing
Single-Node Configuration: Setting Up and Installing
The following describes the steps to set up and install Resonate RFID Reader Management in a single-node configuration.
When running the online installer, you are prompted for your username and password to access the Zebra Artifactory Repository. As your password, pass the identity token that you generated in Creating an Identity Token.
tar trifecta-installer-k8s-<VERSION>.<BUILD NUMBER>.tar.gz
For the offline installer:
tar trifecta-installer-k8s-<VERSION>.<BUILD NUMBER>-offline.tar.gz
This extracts
setup.sh
,
trifecta.tar
, and
lb.yml
.
Run the following command as
root
or a user with
sudo
privileges:
sudo -E ./setup.sh
This command ensures that the system meets prerequisites, it creates the user
trif-user
, and it extracts the installation files (including
install.sh
) from
trifecta.tar
into the
trif-user
's home directory (
/opt/zebra/trifecta
). It displays a success message when it completes successfully.
Switch users to the created user trif-user:
sudo -E su - trif-user
Run the following command to begin the installation:
./install.sh -h <RESONATE SERVER FQDN> -m prod-single-node --smtp-server <SMTP SERVER FQDN/IP> --admin-email <EMAIL ADDRESS>
Replace
<RESONATE SERVER FQDN>
with the FQDN of the server,
<SMTP SERVER FQDN/IP>
with the FQDN or IP address of the SMTP server, and <EMAIL ADDRESS> with the administrator's email address for receiving notifications. For additional script information and options, refer to install.sh.
The installation sets up the necessary Kubernetes resources (such as pods, services, and deployments) required for Resonate RFID Reader Management to operate. It can take anywhere from 10 to 20 minutes. It displays
Installation complete
when it completes successfully and Resonate RFID Reader Management is operational.
When the Resonate software is installed and operational, its services are running; you can now access and use the software through the Resonate web interface. You should receive an email at the specified administrator address with a web link to the newly installed Resonate RFID Reader Management platform (at the FQDN that you provided during installation), requesting you to set the administrator’s password.
If your SMTP server uses a custom Certificate Authority (CA), you must first configure Keycloak to trust the certificate on your SMTP server before you receive the email; for information, refer to Keycloak and Using a SMTP Server with Custom CA.