Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Consolidated Management 2/SNMP System Observer Description, Operator's Guide and Reference


6.3.6 SNMP definition file (ssosnmp.conf)

In the SNMP definition file, specify definitions of SNMP requests to be issued by SSO. If you have changed this file, perform one of the following operations:

Organization of this subsection

(1) Format

In the SNMP definition file, specify each SNMP agent definition on one line. Write the definition items in the order in which they are listed in the table in (2) Description, and delimit the items with a colon (:).

(2) Description

The next table lists the items that must be or can be defined in an SNMP definition file.

Entry name

Value

category-name

  • For resource collection

    Specify a category name. To collect the resources provided by SSO, specify sso or sso-ex. To collect user resources, specify the category name. If you do not specify a category name, the sso definition becomes valid.

  • For process or service monitoring

    process definition becomes valid. If the process definition is not found, the definition specifying sso becomes valid. If neither process nor sso is defined, the default is set.

The specified category name is not case sensitive.

IP-address

Specify the IP address of the target agent. The specification format varies between IPv4 and IPv6.

For IPv4, specify the IP address in the n.n.n.n format. For n, specify a value from 0 to 255 or an asterisk (*) as a wild card.

For IPv6, specify the IP address in the [x:x:x:x:x:x:x:x] format. For x, specify a value from 0 to FFFF or an asterisk (*) as a wild card.

The default value of each item is set in undefined agents.

get-community-name

<<public>>

((character string of up to 255 bytes))

Set the community name to be used when an SNMP Get/Get-Next request is issued to the target agent. You cannot specify a colon (:).

set-community-name

<<get-community-name>>

((character string of up to 255 bytes))

Set the community name to be used when an SNMP Set request is issued to the target agent. You cannot specify a colon (:).

response-monitoring-time

<<20>> ((1 to 990))

Specify, in units of 1/10 seconds, the response monitoring time to be used when an SNMP request is issued to the target agent.

retry-count

<<3>> ((0 to 99))

Specify the number of retries to be attempted when an SNMP request is issued to the target agent.

port-number

<<161>> ((1 to 65535))

Specify the port number to be used when an SNMP request is issued to the target agent.

SNMP-proxy-IP-address#1

The proxy IP address for issuing an SNMP request to the target agent is specified in the format of n.n.n.n. For n, specify a value from 0 to 255.

SNMP-version

<<1>>#2, #3

Specify the version of SNMP to be used to collect user resources if the name of a user resource category is specified as the category name.

The specifiable values are 1 or 2.

1: Use SNMP Version 1 (SNMPv1) to issue requests.

2: Use SNMP Version 2 (SNMPv2c) to issue requests.

This item is ignored when it is specified on a line where sso, sso-ex, or process is specified as the category name.

#1

When omitting specification of the SNMP proxy IP address and SNMP version that follows, you can also omit the delimiter (:).

#2

When omitting specification of the SNMP version, you can also omit the delimiter (:) that is to be specified at the end of the value.

#3

The SNMP version is fixed to 1 for the sso and process categories. If you intend to acquire Counter64-type MIB values during user resource collection, always specify 2 for the IP address and port number of the collection target agent.

If the collection target agent does not support SNMP Version 1, you can collect user resources by specifying 2 for the SNMP version. In such a case, however, you can neither reference resources nor collect the resources in category sso.

When coding definitions in an SNMP definition file, note the following:

(3) Example

The following is an example of an SNMP definition file.

[Figure]

In this example, when you collect SSO-Ex resources for target 100.100.100.2, the definition of sso-ex:*.*.*.*:public:public:20:3:::: becomes valid. When you collect user resources for the same target, the definition of sso:*.*.*.*:public:public:8:2:161:: becomes valid.