MOI time zone offsets when adding multiple LPAR’s to a server
search cancel

MOI time zone offsets when adding multiple LPAR’s to a server

book

Article ID: 269608

calendar_today

Updated On:

Products

Mainframe Operational Intelligence

Issue/Introduction

There are new LPAR’s added to a server and noticed time zone issue. We cannot see the data immediately on the MOI dashboard for the new LPARs.

Tried the below method to fix the issue, but it is not working.

Updated timezoneoffsets.properties file as below for example:
LPR1=+08:00

LPR2=+08:00

LPR3=+08:00

Updated the docker-compose file and edited the line under ‘profiler-ingestor’.

I have tried two ways as below:
- LPAR_TIMEZONE_OFFSETS=*=+08:00      (and)

- LPAR_TIMEZONE_OFFSETS=LPR1=LPR2=LPR3=+08:00

Re-created the container (bin/plex up)

It is only working if only update one LPAR.

 

 

Environment

Release : 2.1

Resolution

The time zone offsets needs to be configured through the environment variable in docker-compose. 

Each LPAR and offsets needs to be separated with ","   

Here is the value you can set for example, don't keep any spaces:

LPAR_TIMEZONE_OFFSETS="LPR1=+08:00,LPR2=+08:00,LPR3=+08:00"