Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

9.7 Stopping Middleware Management

When policy creation and application is executed, middleware is automatically detected and is managed according to the collection policy.

Do the following if you do not want the middleware to be managed.

Storage location

The storage location of the configuration file is as follows:

Windows

<variable file storage directory>\control\template.dat

UNIX

/etc/opt/FJSVssqc/template.dat


Setting method

  1. Changing template.dat settings

    This file defines items that are usually collected. Collection policy is automatically created at the time of policy creation and application execution according to these definitions.

    In order to stop the middleware from being managed (automatically started by the collection policy), delete the parameters in this file (template.dat file) that correspond to the middleware.

    Management target

    Section name in this file

    Parameter to delete from the GROUP key

    Interstage Application Server

    [ATTR::AP]

    INTSG

    Interstage Service Integrator

    [ATTR::AP]

    ISI

    Systemwalker Operation Manager

    [ATTR::AP]

    DSA_JLA

    Systemwalker Resource Coordinator(Storage)
    ETERNUS SF Storage Cruiser

    [ATTR::AP]

    SSC

    Symfoware Server

    [ATTR::DB]

    SYMSAR

    SYMPS

    Note

    Make sure you make a backup copy of template.dat before making any adjustments to it.

    Middleware that can be managed depends on the platform and type of installation. Parameters for middleware that is not subject to management may not be present in the template.dat file.

    Do not change parameters that are not described in "Setting method".

  2. Setup

    Refer to "A.1 Server Resource Information Collection Policy Creation Command" and execute sqcRPolicy and sqcSetPolicy.


Setting example

To stop "Interstage Application Server" from being managed, delete the INTSG parameter from the GROUP key of the [ATTR::AP] section, as shown below.

Before setting

:
[ATTR::AP]
GROUP="INTSG,SSC,DSA_JLA,DSA_TDA,UDATA,CNT,SNM,SAP,ISI"
:

After setting

:
[ATTR::AP]
GROUP="SSC,DSA_JLA,DSA_TDA,UDATA,CNT,SNM,SAP,ISI"
: