Sysview not sending data to MOI server
search cancel

Sysview not sending data to MOI server

book

Article ID: 109295

calendar_today

Updated On:

Products

Mainframe Operational Intelligence

Issue/Introduction

There is an LPAR which has very few resources.  The ZFS can fill up quickly. Stopping and starting the ZMSSTART and ZDMVPROC tasks will not get data flowing again. The ZFS has no more room on the volume to expand. What commands can help to get the data flowing again?
 

Environment

MOIMIP00200-2.0-Mainframe Operational-Intelligence-MIPS
 

Resolution

The zFS data set on which /apps/ccs/ccsuss/cfgb/instance/messageService/ resides is too small.  
We recommend 20 GB for the zFS data set but due to size constraints, some shops have test environments running with less.
However, the Message Service runs into many stability and data flow issues if the size of the zFS data set is below about 400MB. 

If your zFS data set is below 400 MB then the data flow problems will eventually come back, even if you wipe out the internal databases. 

Additional Information

Quickest solution to your insufficient Message Service space issue: 
1) Stop your Message Service started task in SYSVIEW on the LPAR experiencing the issue.. 
2) Get into OMVS: 
3) The file path below to cd to is based on your install path for the /cfqb/instance/messaageService directory which was established when your Message Service software was installed.. We have included one of our paths for a model. Once you are at this directory, perform the rm commands below in order to clear out old data and logs: 

cd /u/users/userid/mtcoiqn/deploy/cfgb/instance/messageService 

rm -rf logs/* 
rm -rf brokerData/* 
rm -rf pipe/* 
rm -rf dataObjects.pipe 

4) Once the rm commands are successful, leave OMVS and then go into SYSVIEW and start your Message Server started task.again 
5) After 10 minutes or less, you should be able to look at the output of the ZDMVPROC started task and see your started task start displaying messages similar to the one below showing that metrics are being added. 

ZDMV2027I Consumer data selection criteria added 
Jobname: ZMSSTART 
Job ID: STCnnnnn 
Path Name: zdmRegisterPath 
Select Name: ZDMSEL00000180 
Owner: IBM 
Product: ZOS 
Component: SMF 
Release: 02.03.00 
Instance: ZDMVPROC 
Category: SMF0074.001 

6) In another 5 to 10 minutes, you should be able to see your metrics on your MOI UI.