VANTAGE and SYSVIEW Interface
search cancel

VANTAGE and SYSVIEW Interface

book

Article ID: 50003

calendar_today

Updated On:

Products

Vantage Storage Resource Manager SYSVIEW Performance Management

Issue/Introduction

What configurations are needed for a VANTAGE- SYSVIEW Interface?

 

Resolution

You do not need to override the default out-of-the-box configuration of the SYSVIEW GMI parameters. You only need to configure the GMI PROC.

Perform the following steps for each Vantage SRM z/OS host where SYSVIEW objects are to be available.

To configure GMI PROC

  1. Concatenate the SYSVIEW GMI PARMDLIB, hlq.CNM4GPRM, to the PARMS DD statement.

    The distributed library contains the following members:

    VPPDFU
    Contains the  SYSVIEW parameter definitions and default settings located in the distributed GMI PARMLIB member.

    You can override these default settings in member VKGPARMS in the users parmlib.

    VPCDFU
    Contains the parameters used by the Host Configuration Client (HCC).

    VPOTFU
    Contains the  SYSVIEW Object Tree.

  2. Concatenate the  SYSVIEW load library, hlq.CNM4GBLOD, to the GMI PROC's STEPLIB DD.

  3. Configure the Help by concatenating the SYSVIEW SMP/E library hlq.CNM4GHLP to the HELP DD in the GMI PROC.
    The SYSVIEW Object help will be available through GMI.

  4. Configure the Messages by concatenating the  SYSVIEW SMP/E library hlq.CNM4GMSG to the MSGLIB DD in the GMI PROC.
    The SYSVIEW messages will be available through GMI.

To configure GMI parameters

  1. Modify the member CONFIG in the users parmlib to support the SYSVIEW component by adding or uncommenting the following statement:
    COMP=SYSVIEW

  2. If the Vantage/GMI parameter SECURSCR is set to Y, modify the SYSVIEW GMI security parameter SVEXTSEC and define an appropriate SAF security rule to authorize GMI to alter security context for scripts.

    For more information, see the topic Distributed Configuration Parameters (see page 80).

    Your SYSVIEW GMI environment has been configured. You will see component start up messages similar to the following:

    SYV0001I Component SYSVIEW Release and Build initialization started
    SYV0011I Component token 2F770F78.00000000.00000000.00000000
    SYV0016I Default SYSVIEW cross-system external server found.
    System ccisys Jobname sysvuser
    SYV0027I xxx objects defined for SYSVIEW build xxxx
    SYV0002I Component SYSVIEW initialization completed

Note: If message SYV0027I is not issued, no SYSVIEW objects will appear in the object tree. Check that the SYSVIEW user interface address space has started. Look for message SYV0017E indicating that the user address space was not found:

SYV0017E Default SYSVIEW cross-system external server not found.System ccisys Jobname sysvuser

After the  SYSVIEW user address space and the XSystem eXternal session Server task (XSXS) is running, the SYSVIEW component task will discover it on the next interval and build the  SYSVIEW objects and issue message SYV0027I.