Setting up the License Key for a redundant BRM System

When configuring the Blueworx Platform with multiple BRM servers in a redundant environment the license key only needs to be installed on one of the BRM servers.

If you do not yet have a license key for the Blueworx Platform and are using it as a trial version please skip this step and proceed to Platform Configuration

BRM manages the Blueworx Platform license key and expects it to be stored in the plain-text file /opt/blueworx/rm/license/bvr.key

If you have been given a license key simply echo it out to that file, e.g.

echo "license-text" > /opt/blueworx/rm/license/bvr.key

or using BVR environment variable $BRM_HOME

echo "license-text" > $BRM_HOME/license/bvr.key

Ensure that the file is readable before starting BVR, BRM, BAM and BSM for the first time.