ETERNUS SF Disk Space Monitor User's Guide - Microsoft(R) Windows Server(TM) 2003/Solaris(TM) Operating System/Linux - 13.0 |
Contents
Index
![]() ![]() |
Part 5 Reference | > Chapter 14 Resource Configuration Information (MiddlewareConf.xml) |
When information on RDBINF_AP of Symfoware Server is collected, the following information is defined.
Refer to the Symfoware Server RDB Administrator's Guide for details.
<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.
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
![]() ![]() |