Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

7.3.3 Setting the SNMP Agent Configuration Information File

Edit ecoAgentInfo.txt (the configuration information file of the device to be monitored) to define the device to be monitored from which ECO information is to be collected.


File storage location

[Windows]

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

[UNIX]

/etc/opt/FJSVssqc/ecoAgentInfo.txt


When the SNMP version is v2 or v2c
Format:

IP address (host name), version, Community name, and device name


IP address (host name):

Specify the IP address or host name of the SNMP agent.

version:

Specify the SNMP version. You can specify either v2 or v2c.
If v2c is specified as the SNMP version, then the method of collecting performance information can be changed by specifying a value.

v2: Collects performance information with GETNEXT.
v2c: Collects performance information with GETBULK.

Community name

Specify the Community name of the SNMP agent.

device name

Specify the device name defined in collectOID.txt (the ECO information collection definitions file of the device to be monitored).


When the SNMP version is v3
Format:

IP address (host name), version, user name, password, authentication type, and device name


IP address (host name):

Specify the IP address or host name of the SNMP agent.

version:

Specify v3.

user name

Specify the user name used for authentication.

password

Specify the password for the user name used for authentication.
Specify the encrypted password generated with the genpwd command.
Refer to "A.6 genpwd (password encryption command)" for details about how to use the genpwd command to generate encrypted passwords.

authentication type

Specify MD5 (the default) or SHA.

device name

Specify the device name defined in collectOID.txt (the ECO information collection definitions file of the device to be monitored).


Example of definition

# List of parameter information for SNMP agents
server1,v2c,public,OPL-SP-MIB
server2,v3,demo ID,demo PW,MD5,OPL-SP-MIB
192.168.1.100,v3,admin,"",SHA,OPL-SP-MIB