Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
Resonate RFID Reader Management Installation Guide
Validation
Validating That Resonate Is Operational
Resonate RFID Reader Management 2.0 Software Installation Guide
Resonate RFID Reader Management 2.0 Software Installation Guide
About this Guide
Icon Conventions
Notational Conventions
Introduction
Overview
Network Architecture and Integration of Resonate RFID Reader Management
Integrating Into Your Asset-Tracking Solution
Kubernetes Environment
Preparing for Installation
Server Preparation Overview
System Requirements
Access to the Zebra Artifactory Repository
Creating a Zebra SSO Account
Creating an Identity Token
Prerequisite Software
Configuring the Machines
MicroK8s Multi-Node Firewall Documentation
Installing the Software
Resonate Software Installation Overview
Single-Node Configuration: Setting Up and Installing
Multi-Node Configuration: Setting up and Installing
Starting Resonate RFID Reader Management
Resonate RFID Reader Management User Interface
Resonate Device Initializer and Initializing the RFID Readers
Adding a Node
Removing a Node
Keycloak and Using a SMTP Server with Custom CA
Adding the Certificate to Keycloak
Configuring the SMTP Settings in Keycloak
Installation Scripts
setup.sh
install.sh
Validation
System Validation
Validating That Resonate Is Operational
Troubleshooting
Kubernetes
Generic Troubleshooting Commands
Kubernetes Status
Troubleshooting Kubernetes
Resolving Storage Failures
Troubleshooting Network Flow
Following Request Logs
Validating That Resonate Is Operational
Validating That
Resonate
Is Operational
The following steps describe how to ensure Resonate RFID Reader Management is operational.
Run the following command to switch to the user
trif-user
account:
sudo su – trif-user
Run the following command to list the status of all Resonate RFID Reader Management pods and ensure that they are running:
kubectl get pods -n zebra-reader-management
If Resonate RFID Reader Management is operational, its pods should display a
Running
or
Completed
status.
If there is a
grafana
pod and it reports
ContainerCreating
, ignore it.
Validation
×