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

Description

[machinename]
(Required)

This is a section name.
Define the name of the device to be monitored.

mibfilename
(Required)

Define the MIB file of the device to be monitored.

powerresource

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

Defines the power OID.

poweravg

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

powermin

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

powermax

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

energy

Defines the electrical energy OID.

temperatureresource

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

Defines the temperature OID.

temperatureavg

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

temperaturemin

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.
Add sections when there are two or more devices to be monitored.


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