Git Product home page Git Product logo

maximo_workerinsights's Introduction

IBM IoT Worker and Home Insights Adapter for IBM Maximo for Oil and Gas and IBM Maximo Health, Safety and Environment Manager

Overview

IBM IoT Worker and Home Insights, which was formerly known as IBM IoT for Insurance on Cloud, is a fully-managed cloud service offering that collects and analyzes data from sensors, such as wearables devices, to detect risks that are related to the employee work environment. It can detect falls, fatigue, heat exposure, and many others potential hazards.

In this context, after a potential hazard is detected by IoT Worker and Home Insights, IBM Maximo Health, Safety and Environment Manager / IBM Maximo for Oil and Gas is able to handle and address this hazard by starting the Incident Management process.

The following component diagram shows an example of integration architecture between Maximo products and IBM IoT Worker and Home Insights. Two ways of integration are supported:

  1. Maximo products can use a crontask that is configured to pull the hazards from IoT Worker and Home Insights and persist each hazard as an alert in the Maximo product.

  2. IoT Worker and Home Insights can use actions that are configured to push hazards to Maximo products as an alert every time a new hazard is detected by a shield.

Libert Figure 1 - Maximo products and IoT Worker and Home Insights overall integration architecture.

The option for one of these ways of integration depends on the use case and criticality of the hazards. The following items describe how to set up the overall environment and then how to configure option #1 and #2 described above.

If Maximo Health, Safety and Environment Manager or Maximo for Oil and Gas is installed with LDAP, it is possible to configure the single sign on between the Maximo product and IoT Worker and Home Insights. See item 4 for more details.

1. How to set up Maximo Health, Safety and Environment Manager or Maximo for Oil and Gas with the adapter for IoT Worker and Home Insights

1.1. Prerequisites

1.2. Getting started

IBM IoT Worker and Home Insights Adapter is an add-on that is installed on the top of Maximo for Oil and Gas or Maximo Health, Safety and Environment Manager. The following figure shows the main components of the adapter:

Libert

Figure 2 - Main components of the adapter for IoT Worker and Home Insights.

It contains database scripts and Java code to create and enable the following records and features:

  • The WORKERINSIGHTS endpoint to IoT Worker and Home Insights tenant. This endpoint has its own http handler implemented to authenticate and invoke data from the IoT Worker and Home Insights tenant.
  • The WORKERINSIGHTS cron task to get the hazards from IoT Worker and Home Insights, which, by default, is configured to get new hazards every five minutes. The cron task properties can be used to configure which kinds of hazards will be persisted as alerts and which will create incidents. A process class is associated with this cron task to copy the hazards from IoT Worker and Home Insights into alerts in the Maximo product. This process class can be altered if it is necessary to change the mapping between hazard and alert attributes (see method syncAlertsReadings).
  • A new Maximo business object PlusGAlerts to handle the PLUSGALERTS object. This class generates the incident records so it can be altered to change the mapping between alerts and incidents in the Maximo product.
  • A new object structure, MXAPIPLUSGSA, to expose PLUSGALERTS object and make it possible for IoT Worker and Home Insights to directly push hazards into the Maximo product as alerts.
  • New attribute alertid in the INCIDENTS object to make the relationship between INCIDENTS and PLUSGALERTS after an incident is created triggered by an alert.
  • The product XML file to identify the adapter for IoT Worker and Home Insights as an extention or add-on.

1.3. Install the adapter for IoT Worker and Home Insights as an add-on

After the development environment is configured according item 1.1:

Get code from GitHub

Run updatedb

See instruction here on how to run Updatedb.

Build and deploy the EAR file

See instruction here on how to build and deploy EAR files. After the EAR file is succesfully deployed, start the Maximo application server and check if the workerInsights add-on is successfully installed by looking at Help -> System Properties. Check if there is a new line for the adapter:

IBM IoT Worker and Home Insights Adapter 7.6.0.0 Build 20180920-104000 DB Build V7600-03

2. Configuring the Maximo product to get hazards from IoT Worker and Home Insights

The following figure shows the schema for the first option of integration (bullet 1 identified in the figure):

CrontaskApproach Figure 3 - Architecture for the Maximo product to get hazards from IoT Worker and Home Insights.

In this case, a cron task is created to pull hazards from IoT Worker and Home Insights every five minutes, although the time interval is configurable, and persist these hazards as an alert record in the Maximo PLUSGALERT object. Note that it is not a real-time process, because it needs to wait for the cron task to get the alerts.

Configure Maximo endpoint

Go to Maximo End Points application and open the WORKERINSIGHTS record.

  • Specify the property URL by using the IoT Worker and Home Insights endpoint API to GET hazards.
  • Specify AUTHTOKEN by using the token for your tenant, which is provided by IoT Worker and Home Insights.

Configure and enable the Maximo cron task

Go to the Maximo Cron Task Setup application and open the WORKERINSIGHTS record.

  • The parameter ALLOWED_ALERT has a list of hazard types that are persisted as an alert in the Maximo PLUSGALERTS object. Keep the format of the list separated by commas.
  • The parameter ALERT_TO_INCIDENT has a list of hazard types that trigger an incident in the Maximo INCIDENT view. Keep the format of the list separated by commas.
  • The parameter INIT_TIME configures the initial time that the cron task gets the hazards. Keep the format of this date as the default example.
  • The WORKERINSIGHTS cron task instance is scheduled to run the cron task every five minutes. This value can be changed according the need of the use case.
  • To activate the WORKERINSIGHTS cron task instance, click on the ACTIVE check box and exit the application. After the schedule interval minutes, which by default is five minutes, open the WORKERINSIGHTS cron task record and check the History tab to see whether the cronvtask ran successfully.

3. Configuring IoT Worker and Home Insights to post hazards to the Maximo product

The following figure shows the schema for the second option of integration (bullet 2 identified in the figure). It is the recommended configuration for any critical hazards that need to be addressed urgently.

If the Maximo product is running on a private IP, you must configure Secure Gateway.

WIActionApproach Figure 4 - Architecture for IoT Worker and Home Insights to post hazards to the Maximo product.

For reference, the IoT Worker and Home Insights swagger API can be found in this link. It is necessary to have a tenant to be able to authorize and execute the swagger API.

The following steps describe how to configure the action by using the API. Click on the links to see the swagger definition for each step.

  1. Create an action to post hazards into the Maximo product. Example of the JSON to be posted can be found here. Replace the Maximo environment information (host, port, user and password). This example is based on Maximo authentication using LDAP Basic.

  2. Associate the action with a shield.

  3. Activate the shield.

Optionally, you can complete steps 2 and 3 in the dashboard in IoT Worker and Home Insights. Find more details here - Steps 6 and 8. The step 1 to create the action must be performed by using the API because no UI is implemented to create the JSON transformation payload of the action.

To create incident records for those actions, you must configure the property ALERT_TO_INCIDENT in the WORKERINSIGHTS cron task.

4. The Maximo product and IoT Worker and Home Insights LDAP configuration for single sign on

Configuring the Maximo product to use LDAP makes possible a unique authentication between the Maximo product and IoT Worker and Home Insights. A Maximo user can log in to IoT Worker and Home Insights and then be able to access the server dashboard and the employee mobile application. All the hazardsthat are associated with the user have the same userID in the Maximo product and IoT Worker and Home Insights, which allows for identification of the person affected in both systems.

Many options are available enable this single sign on. This session will describe two ways: with the Liberty application server working as a bridge between the Maximo product and IoT Worker and Home Insights and by configuring the full profile of Websphere application server where the Maximo product is already deployed.

Building a Liberty bridge

The following figure shows an example of architecture where a Liberty server is running to receive and redirect the authentication from IoT Worker and Home Insights to the Maximo product (find instructions on how to set Liberty here).

Libert Figure 5 - LDAP configuration for single sign on.

In this example, the bridge was deployed in a private network that required a Secure Gateway to be accessed from IoT Worker and Home Insights. If the bridge is deployed in a public IP and the Maximo product is on private, the Secure Gateway might be configured between the Maximo product and the bridge, which is identified by bullet 3 in the figure.

Even with the single sign on configured, it is necessary to authorize the user against the tenant to allow the access to the dashboard in Iot Worker and Home Insights dashboard and to the employee mobile app.

Configuring WebSphere application server full profile

Because Websphere application server is frequently used to deploy the Maximo product, it is possible to use it to configure the LDAP integration. The following figure shows an example of architecture where the Websphere application server is configured to receive and redirect the authentication from IoT Worker and Home Insights to the Maximo product.

WAS Figure 6 - Websphere application server full profile configuration for single sign on.

Find the instructions on how to set up websphere full profile bridge here.

Issues and Suggestions

This tool is open source, which means that you are free to extend it. You can even submit pull requests if you add a feature or fix a bug. If you want to submit issues or suggestions, you can use the Github Issues tab.

References

For more information, see the following resources:

  1. IBM Asset Management Developer Center
  2. Maximo LDAP configuration in IBM Knowledge Center
  3. Maximo LDAP Configuration Developer Works
  4. Getting started with IoT Worker and Home Insights
  5. Maximo Asset Management Development setup

© Copyright IBM Corporation 2018.

maximo_workerinsights's People

Contributors

apbram avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.