Skip to main content
Version: Next

Deployment

This section provides instructions for installing the Event Management component onto your existing BES server.

Ensure you have read through and gathered all the artifacts and information from the Plan page.

Download

Download the following packages from the Interlink Software Portal Downloads site and add them to your YUM repository:

  • iss-core 1.4.1+ (if required)
  • iss-asi-events 1.0.0+

Install

Java

note

The following actions are to be performed by the root user

If your BES server does not have Java 17 installed, then you will need to install it:

[root@bes3-el8]# yum -y install java-17-openjdk-devel.x86_64
....
Complete!

Core

If your BES server is not running iss-core 1.4.1+, you will need to upgrade it:

[root@bes3-el8 yum.repos.d]# yum upgrade iss-core-1.4.1-0.x86_64.rpm
....
Complete!

If there is a failure, contact support through the Portal.

Event Management

You are now ready to install the asi-events package on your server. The installation will output its progress while it installs all dependent packages:

[root@bes3-el8 root]# yum install iss-asi-events-1.0.0-0.x86_64.rpm
....
Complete!

If there is a failure, contact support through the Portal.