Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

7.3.2 Setting the ECO Information Collection Definitions File

Edit collectOID.txt (the ECO information collection definitions file) to define the object IDs (OID) of the ECO information to be monitored for each device.

File storage location

[Windows]

<variable file storage directory>\control\collectOID.txt

[UNIX]

/etc/opt/FJSVssqc/collectOID.txt


File format

ini file format


Setup items

Item

Length

Description

[machinename]
(Required)

255Byte or less

This is a section name.

Define a string to represent the machine of the monitored server.

If there are multiple types of monitored servers, add sections accordingly.

Make sure the strings of section name must all be unique.

mibfilename
(Required)

1023Byte or less

Define the MIB file of the device to be monitored.

powerresource

1023Byte or less

To monitor more detailed units than the device, define the OID for those units.
This appears in the resource ID as follows:

"hostname:<sequence number>:powerresource"

Note: "hostname" is the IP address (host name) defined in ecoAgentInfo.txt (the configuration information file of the device to be monitored).

power

1023Byte or less

Defines the power OID.

poweravg

1023Byte or less

Average power
Defines the power OID (the same as "power"). (Calculated from power)

powermin

1023Byte or less

Minimum power
Defines the power OID (the same as "power"). (Calculated from power)

powermax

1023Byte or less

Maximum power
Defines the power OID (the same as "power"). (Calculated from power)

energy

1023Byte or less

Defines the electrical energy OID.

temperatureresource

1023Byte or less

To monitor more detailed units than the device, define the OID for those units.
This appears in the resource ID as follows:

"hostname:<sequence number>:temperatureresource"

Note: "hostname" is the IP address (host name) defined in ecoAgentInfo.txt (the configuration information file of the machine to be monitored).

temperature

1023Byte or less

Defines the temperature OID.

temperatureavg

1023Byte or less

Average temperature
Defines the temperature OID (the same as "temperature"). (Calculated from temperature)

temperaturemin

1023Byte or less

Minimum temperature
Defines the temperature OID (the same as "temperature"). (Calculated from temperature)

temperaturemax

-

Maximum temperature
Defines the temperature OID (the same as "temperature"). (Calculated from temperature)

Use alphanumeric characters only for all items.


Example of definition

Definition example when SPARC Enterprise M3000 is to be monitored

[OPL-SP-MIB]
mibfilename=OPL-SP-MIB.txt
power=multiple:scfSystemActualPowerConsumptionValue
poweravg=multiple:scfSystemActualPowerConsumptionValue
powermin=multiple:scfSystemActualPowerConsumptionValue
powermax=multiple:scfSystemActualPowerConsumptionValue
temperature=multiple:scfSystemAmbientTemperatureValue
temperatureavg=multiple:scfSystemAmbientTemperatureValue
temperaturemin=multiple:scfSystemAmbientTemperatureValue
temperaturemax=multiple:scfSystemAmbientTemperatureValue