SYSVIEW1-9 tasks during initialization
search cancel

SYSVIEW1-9 tasks during initialization

book

Article ID: 142245

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

During the initialization of the CA Sysview address spaces there are these SYSVIEW1 thru 9 STCs created, what are these?

PREFIX=SYSV*  DEST=(ALL)  OWNER=*  SYSNAME=*                                                                                       
NP   JOBNAME  StepName ProcStep JobID    Owner    C Pos DP Real Paging    SIO   CPU% ASID ASIDX  EXCP-Cnt   CPU-Time SR Status SysName
     SYSVIEW3 STEP1             STC05740 SYSVIEW    IN  EC 1699 2735.6   1.42   0.03   64 0040      10408       0.12           MVSG
     SYSVIEW1 STEP1             STC05741 SYSVIEW    IN  EC 2323 2754.4   0.00   0.02   84 0054      12421       0.26           MVSG
     SYSVIEW1 STEP1             STC05716 SYSVIEW    IN  EC 3516 2527.0 1483.9   2.13   94 005E      13251       0.19           MVSG
     SYSVIEW4 STEP1             STC05759 SYSVIEW    IN  EC 2761 3872.7   2.48   0.11  116 0074      15558       0.36           MVSG
     SYSVIEW2 STEP1             STC05770 SYSVIEW    IN  EC 3335 272.04 1292.0   0.78  127 007F      15665       0.12           MVSG
     SYSVIEW9 STEP1             STC05771 SYSVIEW    IN  EC 3471  86.90 969.69   3.34  128 0080      12861       0.30           MVSG
     SYSVIEW1 STEP1             STC05772 SYSVIEW    IN  EC  298 5092.8   0.35   0.03  129 0081      11705       0.20           MVSG
     SYSVIEW  SYSVIEW  SYSVIEW  STC05777 SYSVIEW    NS  FE 2309 248.98  18.09   0.26  134 0086       7981       1.66           MVSG
     SYSVUSER SYSVUSER SYSVUSER STC05780 SYSVUSER   NS  FE  309   0.00   0.00   0.00  137 0089       6209       0.75           MVSG
     SYSVAUX  SYSVAUX  SYSVAUX  STC05781 SYSVAUX    NS  FE  142   0.00   0.00   0.00  138 008A       2769       0.11           MVSG
     SYSVIEW5 STEP1             STC05786 SYSVIEW    IN  EC  211  99.66 878.18   3.26  141 008D      12856       0.32           MVSG
     SYSVIEW6 STEP1             STC05790 SYSVIEW    IN  EC 2342 2794.5   1.77   0.03  144 0090      12662       0.23           MVSG
 

Environment

Release : 15.0

Component : SYSVIEW

Cause

New JVM component introduction

Resolution

For the CA Sysview stc's, CA Sysview will run a job to detect the JAVA version for each active JVM in the system.
The jobs should run quickly unless your USS environment is running slow or encountering problems.
The jobs are simply issuing commands to obtain the version and some other that is sent back to SYSVIEW where it gets cached.

Should these stc's take a long time to finish, the advice is to check if there are delays in the USS environment by logging on to OMVS and issuing command 'JAVA -version' and see how long it takes to come back.
It's also possible to issue the SYSVIEW command JVMVERS and use one of the ResolvedHome address in the USS environment and issue 'address JAVA -version' for one of those to see how long it takes.
Eventually the address spaces spawned should go away unless there is a problem.

Restarting SYSVIEW when the rest of the system is up will cause many jobs to be spawned since SYSVIEW has to detect all active JVM's at startup.


Additional Information

Check if solution SO08342 is applied.. This would reduce the amount of spawned stc's, but it wont eliminate them completely...