Panels are different for IDB2 Additional Systems Statistics Displays between 2 members of data sharing group
search cancel

Panels are different for IDB2 Additional Systems Statistics Displays between 2 members of data sharing group

book

Article ID: 197388

calendar_today

Updated On:

Products

SYSVIEW Performance Management Option for DB2 for z/OS Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - SQL Performance Suite Insight Performance Monitor for DB2 UDB for z/OS

Issue/Introduction

While displaying System parameters from System statistics to look at the value for DEFAULT_INSERT_ALGORITHM, one member 1 (GCM1) of DS group has it, but the other member of DS group doesn't.
The number of lines displayed for R/SYSPARMS panel on member 1 is 427 while on member 2 it is 425.
The other thing noticed is that on Additional Systems Statistics Displays panel, the panel id on member 1 is R/ISYSTMC  while on member 2, the panel id says R/MSYSTEMB. What would cause GCM1 and GCM2 displays to be different?

Environment

Release : 20.0

Component : CA Insight Database Performance Monitor for DB for z/OS

Resolution

R/ISYSTMC and R/MSYSTEMB are part of MGSYSTEM where you can see the following:

#IF DB2VER > 11.1
view=("More...","M/isystmc")
#ELSEIF DB2VER > 10.1
view=("More...","M/msystemb")
#ELSE

So whether you get

R/ISYSTMC or R/MSYSTEMB depends on the release of DB2 you're running.

Updating DB2VER from 11.1 to 12.1 resolved the problem.