Installing Vocera Analytics / Installing Remote Agent On Linux |
You must install Analytics Data Sync Adapter to get full dimension data as well as incremental dimension data.
Prerequisites:To install Vocera Analytics Data Sync Adapter, perform the following steps:
The following is an example Artifactory configuration in /etc/yum.repos.d/vocera.repo:
[Artifactory]
name=Artifactory
baseurl=http://<artifactory path>/Platform-6.0
enabled=1
gpgcheck=0
In this example, the baseurl is the path of the Artifactory repo.
sudo yum clean all
sudo yum check-updates
sudo yum search vocera-analyticswhere vocera-analytics-data-sync-service is the RPM name.
sudo yum install vocera-analytics-data-sync-service.x86_64where vocera-analytics-data-sync-service.x86_64 is the RPM name.
After you execute the command, the system displays the package details and prompts for a confirmation to install.
The system installs the Analytics Data Sync Adapter and displays Complete! upon installation.
To verify if the Analytics Data Sync Adapter is installed successfully:
The AnalyticsDataSync service should be listed in the list of available services and display its status as ACTIVE.
To install the Flume Agent and Service Monitor on the Vocera Platform 6.0 system, perform the following steps:
The following is an example Artifactory configuration in /etc/yum.repos.d/vocera.repo:
[Artifactory]
name=Artifactory
baseurl=http://<artifactory path>/Platform-6.0
enabled=1
gpgcheck=0
In this example, the baseurl is the path of the Artifactory repo.
sudo yum clean all
sudo yum check-updates
sudo yum search va-flume.x86_64where va-flume is the RPM name.
sudo yum install va-flume.x86_64where va-flume.x86_64 is the RPM name.
Installing flume agent also installs the monitoring service.
After you execute the command, the system displays the package details and prompts for a confirmation to install.
The system installs the flume package and displays Complete! upon installation.
After the installation is complete, the service monitor starts automatically.
To verify if the service monitor is installed successfully, perform the following step:
sudo systemctl status va-monitoring.service
The output should display the va-monitoring-service as active (running).
Configuration
To configure Vocera Platform 6.0 Remote Agent and Source, perform the following steps on the Vocera Analytics system:
Configure the Remote Agent name and its hostname.
In the following figure, Remote Agent 1 is the name of the remote agent, 172.30.164.55 is the hostname. The hostname is the IP address or machine name of Vocera Platform 6.0.
A pop-up message appears that the remote agent is added successfully.
The checkpoint directory is created while configuring sources. In this example, the checkpoint directory is /opt/VoceraAnalytics/checkpoint.
In this example, /opt is the directory where Vocera Platform 6.0 is installed. /opt is the default directory location.
A pop-up message appears that the source is added successfully.
The pipeline is successfully saved.
export $JAVA_OPTS="-Xms256m -Xmx512m -Dcom.sun.management.jmxremote"
with
Customer Deployment Size | Flume Heap Memory Size |
---|---|
Small |
export $JAVA_OPTS="-Xms256m -Xmx1024m -Dcom.sun.management.jmxremote" |
Medium |
export $JAVA_OPTS="-Xms256m -Xmx2048m -Dcom.sun.management.jmxremote" |
Large |
export $JAVA_OPTS="-Xms256m -Xmx4096m -Dcom.sun.management.jmxremote" |
The following example shows the updated maximum flume heap memory size for small deployments.
Proceed with configuring the remaining services. For more information, refer to Monitoring Services.
Verification:To verify if the checkpoint directory is created in the configured location:
The checkpoint directory created is displayed.