ETERNUS SF Disk Space Monitor User's Guide - Microsoft(R) Windows Server(TM) 2003/Solaris(TM) Operating System/Linux - 13.0
Contents Index PreviousNext

Part 5 Reference> Chapter 14 Resource Configuration Information (MiddlewareConf.xml)

14.4 How to Set up Symfoware Server

When information on RDBINF_AP of Symfoware Server is collected, the following information is defined.

  1. The database space names to be collected are examined.

    Refer to the Symfoware Server RDB Administrator's Guide for details.

  2. Open the resource configuration information file (MiddlewareConf.xml).

    <Symfoware DisplayName="Symfoware" InstanceName="" NodeType="F">

    <SymfoEE DisplayName="" InstanceName="" NodeType=""/>

    <RDB_System DisplayName="GYOMU" InstanceName="GYOMU" NodeType="I">

    <DB DisplayName="DB_A" InstanceName="DB_A" NodeType="I">

    </DB>

    </RDB_System>

    </Symfoware>

    When Symfoware Server is detected, content between <Symfoware> and <DB> tag is generated automatically.

  3. Define the information of the database space to be collected in <DB> tag.

    Item

    Contents

    Modification part

    between <DB> and </DB> tag

    Syntax

    <DB_Space DisplayName="DSPACE-A" InstanceName="DSPACE-A" NodeType="I">

    </DB_Space>

    Define the the database space names to be collected in the DisplayName attribute and the InstanceName attribute.

    NodeType is fixed by "I".

    The following is a sample definition:

    <Symfoware DisplayName="Symfoware" InstanceName="" NodeType="F">

    <SymfoEE DisplayName="" InstanceName="" NodeType=""/>

    <RDB_System DisplayName="GYOMU" InstanceName="GYOMU" NodeType="I">

    <DB DisplayName="DB_A" InstanceName="DB_A" NodeType="I">

    <DB_Space DisplayName="DSPACE-A" InstanceName="DSPACE-A" NodeType="I">

    </DB_Space>

    <DB_Space DisplayName="DSPACE-B" InstanceName="DSPACE-B" NodeType="I">

    </DB_Space>

    </DB>

    </RDB_System>

    </Symfoware>

This file is initialized when the sqcRPolicy command is executed.

It is necessary to correct it again.


Contents Index PreviousNext

All Rights Reserved, Copyright (C) FUJITSU LIMITED & FUJITSU AUSTRALIA LIMITED 2003 - 2006