Previous Topic

Next Topic

Book Contents

Book Index

Setup Guide

Installation and configuration of the Functional Item Management in the OSGi environment.

Prerequisites

As mentioned in the Module Description page the following modules need to be installed as well:

Installation

Automated Installation

The Kit Manager is a utility that enables you to automatically install a component or a group of components by executing a predefined install script.

To use the Kit Manager to install a component:

  1. Go to the text console and make sure the the Kit Manager bundle is available on your runtime.
  2. To initiate the installation type:

    kitman.install "History"

    If you want to view or edit the content of this script you can find them in the <bosch.iot.sdk_home>/runtime/osgi/bin/pscripts directory.

  3. To use the Web Console plugins, type:

    kitman.install "History Web Admin"

Manual Installation

You can install (and start) one by one only the bundles you need, taking into account their dependencies on other bundles. All the bundles for this module can be found in the <bosch.iot.gateway.sdk_home>/runtime/osgi/bundles directory.

In order to install the History module, you have to install and start the following bundles in the this order:

If you want to use the History Web Console plugin, you have to install its bundle - com.prosyst.mbs.history.webconsole.jar as well the bundles of:

As a result the bundles to be installed for managing history entries would be:

System Properties

Property

Type

Default Value

Description

mbs.history.config.listener.timeout

int

30000

This property controls the timeout (in ms) for the History configuration listeners (see the HistoryConfigurationListener interface). If it takes longer for a listener when called than this timeout a new thread will be spawned for processing the further notifications.

Configuration Properties

There are no configuration properties defined for this module.

Troubleshooting

No troubleshooting information is available for this module.

See also