Upgrade ALEC

This section describes how to upgrade ALEC on OpenNMS and Sentinel.

Upgrade ALEC on OpenNMS

The following instructions apply to both basic and distributed ALEC installations.
  1. Stop OpenNMS: sudo /etc/init.d/opennms stop.

  2. Delete the .kar file cache: sudo rm -rf $OPENNMS_HOME/data/kar.

  3. Install the updated ALEC plugin package: sudo yum -y install opennms-alec-plugin.

  4. Restart OpenNMS: sudo /etc/init.d/opennms restart.

Upgrade ALEC on Sentinel

The following instructions apply only to a distributed ALEC deployment.

For this procedure, we assume that ALEC is already installed and running on one or more Sentinel instances in your network. Follow the steps below for each Sentinel instance:

  1. Stop Sentinel: sudo /etc/init.d/sentinel stop.

  2. Delete the .kar file cache: sudo rm -rf $SENTINEL_HOME/data/kar.

  3. Install the updated ALEC plugin package: sudo yum -y install sentinel-alec-plugin.

  4. Restart Sentinel: sudo /etc/init.d/sentinel restart.