• No results found

CRMS SNMP Software Overview

N/A
N/A
Protected

Academic year: 2021

Share "CRMS SNMP Software Overview"

Copied!
135
0
0

Loading.... (view fulltext now)

Full text

(1)

CRMS SNMP Software Overview

Document Revision 0.5

April 23, 2010

(2)

Revision History

Date Rev Author Modifications

01/21/08 0.1 A. Cress Initial draft, including detail for net-snmp, snmpsa-ah and snmpsa Linux 02/01/08 0.2 A. Cress Moved snmpwalk output to appendices, some edits

04/09/08 0.3 A. Cress Added Linux syslog note to test procedures. Added Windows trap information.

(3)

Table of Contents

1.

SNMP Software Introduction ... 1

1.1 Reference Documents ... 2

1.2 Conventions, Terminology, and Notation ... 2

2.

SNMP Package Installation and Configuration ... 3

2.1 Net-snmp Linux Package ... 3

2.2 MS Windows SNMP Package ... 4

2.3 SNMPSA-AH Package ... 5

2.3.1

SNMPSA-AH Linux Package ... 5

2.3.2

SNMPSA-AH Windows Package ... 6

2.4 IDE SW-RAID SNMP Package ... 7

2.4.1

IDE SW-RAID SNMP Linux Package ... 8

2.4.2

IDE SW-RAID SNMP Windows Package... 8

2.5 SNMPSA Package ... 8

2.5.1

SNMPSA Linux Package... 8

2.5.2

SNMPSA Windows Package ... 9

2.6 SAS SW-RAID SNMP Package ... 10

2.6.1

SAS SW-RAID SNMP Linux Package ... 10

2.6.2

SAS SW-RAID SNMP Windows Package ... 10

2.7 LSI SCSI SNMP Package ... 10

2.8 Intel NIC SNMP Package ... 10

3.

Firmware SNMP Features ... 10

3.1 BMC IPMI SNMP Features ... 10

3.2 RMM2 SNMP Features ... 11

Appendix A – net-snmp snmpwalk output ... 12

Appendix B – Windows SNMP snmpwalk output ... 115

Appendix C – snmpsa-ah snmpwalk output ... 116

Appendix D – IDE SW-RAID snmpwalk output ... 119

Appendix E – snmpsa snmpwalk output... 120

Appendix F – IPMI Firmware PET Traps log ... 129

(4)
(5)

1. SNMP Software Introduction

There are several packages used to provide full SNMP management software for CRMS servers, and

some servers have different packages than others, so an overview of the various SNMP packages and

how they fit together is needed.

Note that the last 4 packages in the table below (in italics) are not SNMP packages per se, but could be

used to augment an SNMP enterprise software solution.

Package

Platform

s

OS

Features

Comments

net-snmp

ALL

Linux

OS info, CPU, Memory, NIC, and

disk status

MS SNMP

Service

ALL

Windows

OS info, CPU, Memory, and disk

status

SNMPSA-AH

S3000AH

Linux &

Windows

Baseboard: Temp, Fan, Power,

plus AMT configuration info

IDE swraid snmp

S3000AH

Linux &

Windows

LSI Megaide SW-RAID status and

traps

SNMPSA

S5000

Linux &

Windows

Baseboard: Temp, Fan, Power,

plus IPMI configuration and events

SAS swraid snmp

S5000

Linux &

Windows

LSI MegaSR SW-RAID status and

traps

SCSI snmp

S5000

Linux &

Windows

LSI mpt SCSI disk status and traps

NIC SNMP

ALL

Windows

Intel NIC status and traps, named

PSNMP32.

inic-snmp

ALL

Linux (old) Intel NIC status and traps, only

needed for older Linux distros with

old net-snmp versions.

Not usually

needed

scsirastools

ALL

Linux &

Windows

sgdiskmon/sdiskmon monitors disks

for insert, remove, failure events

and can send SNMP traps

optional

amtutil (SDK) &

AMT RDK

S3000AH

Linux

Support for AMT remote

management: EventLog, Reset,

SOL

Could be invoked

from enterprise

mgt station

AMT DTK & SDK

S3000AH

Windows

Support for AMT remote

management: EventLog, Reset,

SOL

Could be invoked

from enterprise

mgt station

ipmiutil

S5000

Linux &

Windows

Support for standard IPMI local and

remote management, and

configures IPMI PEF rules to send

SNMP traps.

(6)

1.1 Reference Documents

The following documents could be used to provide further information about SNMP packages:

Simple Network Management Protocol version 1 specification.

http://www.ietf.org/html.charters/OLD/snmp-charter.html

IETF provides the RFC specifications for the SNMP v1 protocol at this location.

Simple Network Management Protocol version 2 specification.

http://www.ietf.org/html.charters/OLD/snmpv2-charter.html

IETF provides the RFC specifications for the SNMP v2 protocol at this location.

1.2 Conventions, Terminology, and Notation

The following table lists common terms and abbreviations used in this document.

Table 1-1, Glossary

Term Definition

IETF Internet Engineering Task Force, see www.ietf.org RAS Reliability, Availability, Serviceability

(7)

2. SNMP Package Installation and Configuration

This chapter describes the installation and configuration of various SNMP packages, and additionally some

test procedures used to validate that the SNMP package is installed and working correctly.

Package Installation

Package Configuration

MIB file(s) associated with this package

Sample snmpwalk command to test it, and sample snmpwalk output

Sample trap test procedure, and sample trap output

2.1 Net-snmp Linux Package

The net-snmp package is provided by an open-source project and is included with most Linux

distributions. See

http://www.net-snmp.com

for more details on the net-snmp project. Usually it is

installed by default with most Linux distributions, except perhaps the snmp utilities.

To install the net-snmp software, insert the Linux distribution media, and install the following rpms:

rpm -i net-snmp-<version>*.rpm

rpm -i net-snmp-libs-<version>*.rpm

rpm -i net-snmp-utils-<version>*.rpm

To configure net-snmp software for a sample test environment, the /etc/snmp/snmpd.conf file should be

modified as follows:

Add a line of the form “view all included .1”, and

Modify the ‘access’ line to something like this:

‘access notConfigGroup ”” any noauth exact all all all’.

Add a line for the trap destination, something like “trapsink localhost public” where localhost is

the destination, or “trap2sink localhost public” for snmp v2.

MIB files (installed into /usr/share/snmp/mibs):

(8)

IPV6-TC.txt

IPV6-TCP-MIB.txt

IPV6-UDP-MIB.txt

LM-SENSORS-MIB.txt

NET-SNMP-AGENT-MIB.txt

NET-SNMP-EXAMPLES-MIB.txt

NET-SNMP-MIB.txt

NET-SNMP-TC.txt

NOTIFICATION-LOG-MIB.txt

SNMPv2-TM.txt

TCP-MIB.txt

UCD-DEMO-MIB.txt

UCD-DISKIO-MIB.txt

UCD-DLMOD-MIB.txt

UCD-IPFWACC-MIB.txt

UCD-SNMP-MIB.txt

UDP-MIB.txt

Sample snmpwalk:

# snmpwalk –v1 –c public localhost .1

See

Appendix A

for sample net-snmp snmpwalk output

Sample trap procedure:

Reboot the system or restart snmpd via /etc/init.d/snmp restart.

Then, the following sample trap messages would appear in the Linux syslog.

Jan 13 04:03:03 aspenhill2 snmptrapd[6698]: 2008-01-13 04:03:03 localhost.localdomain [127.0.0.1]: MIB::sysUpTime.0 = Timeticks: (14) 0:00:00.14 MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 Jan 13 04:03:03 aspenhill2 snmpd[8168]: NET-SNMP version 5.1.2

Jan 14 12:34:11 aspenhill2 snmpd[8168]: Received TERM or STOP signal... shutting down...

Jan 14 12:34:11 aspenhill2 snmptrapd[6698]: 2008-01-14 12:34:11 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (11706827) 1 day, 8:31:08.27 SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown

2.2 MS Windows SNMP Package

This SNMP package is provided by Microsoft with the Windows Server OS (e.g. Windows 2003

Server). It is not always installed by default when the Windows OS is installed, but can be added later.

To install the Windows SNMP Service, start the Control Panel, click Add Windows Components,

Management & Monitoring, then SNMP. It may then prompt the user for the Windows Server CD in

order to install the SNMP software.

Usually the following steps are desirable to configure a default community and test the SNMP Service:

From Control Panel, select Services, then SNMP, and Properties.

Then select the Security tab, and Add Community to add the “public” community with “READ

WRITE” privilege. Click “Accept SNMP packets from any host” also.

Under the Traps tab, set Community to “public” and set the Trap destination to the IP address

of your enterprise management station.

(9)

MIB files:

See

http://msdn2.microsoft.com/en-us/library/aa379157(VS.85).aspx

for Microsoft MIBs, which

include: DHCP.MIB, HOSTMIB.MIB, LMMIB2.MIB, MIB_II.MIB, WINS.MIB.

Sample snmpwalk:

Sample trap procedure:

.

2.3 SNMPSA-AH Package

The SNMPSA-AH package is provided by Intel and is used on systems with S3000AH motherboards to

provide information about the baseboard features. SNMPSA-AH provides baseboard sensor status for

Temperature, Fan, and Voltage sensors, and traps for sensor threshold events. It also provides Intel

AMT configuration information, such as the AMT Firmware version and AMT IP address.

2.3.1 SNMPSA-AH Linux Package

Perform the following steps to install the snmpsa-ah rpm:

rpm -i snmpsa-ah*.rpm

This will install an snmpsa-ah service startup script at /etc/init.d/snmpsa-ah. This script ensures that

the i2c-i801 and i2c-dev modules are loaded prior to starting the snmpsa-ah service.

Note that the rpm installation also adds the line “master agentx” to the /etc/snmp/snmpd.conf

configuration file for the Linux net-snmp service.

MIB files: /usr/local/snmpsa-ah/mib/basebrd6.mib

Sample snmpwalk:

# snmpwalk –v1 –c public –m usr/local/snmpsa-ah/mib/basebrd6.mib localhost enterprises.343

See

Appendix C

for sample snmpsa-ah snmpwalk output.

Sample trap procedure:

Remove the unit cover and apply heat, or physically stop one of the fans, usually by removing the

cover of the unit and unplugging it from the baseboard. It takes 60 seconds for SNMPSA-AH to

register the failure.

Then, the following SNMP trap messages will appear in the Linux syslog (/var/log/messages),

assuming that snmptrapd is running, and /etc/snmp/snmpd.conf includes “trapsink localhost”.

Jan 11 07:13:52 aspenhill2 snmpd[7096]: Received SNMP packet(s) from 127.0.0.1

Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156114) 3:12:41.14 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.50.10

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.2 = INTEGER: 7

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "Vccp sensor voltage crossed lower critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11809

Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156115) 3:12:41.15 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.50.10

(10)

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "VCC sensor voltage crossed lower critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11810

Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156115) 3:12:41.15 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.50.12

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.2 = INTEGER: 8

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "1.5V sensor voltage crossed upper critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11811

Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156116) 3:12:41.16 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.50.10

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.2 = INTEGER: 7

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "VTR sensor voltage crossed lower critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11929

Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156117) 3:12:41.17 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.70.12

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.2 = INTEGER: 8

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "CPU Thermal Margin sensor temperature crossed upper critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11808 Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156118) 3:12:41.18 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.70.12

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.2 = INTEGER: 8

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "Baseboard Temperature sensor temperature crossed upper critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11809

Jan 11 07:14:43 aspenhill2 snmptrapd[6698]: 2008-01-11 07:14:43 localhost.localdomain [127.0.0.1]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1156118) 3:12:41.18 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.6.1000.70.12

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.2 = INTEGER: 8

SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.1 = STRING: "DIMM Temperature sensor temperature crossed upper critical threshold" SNMPv2-SMI::enterprises.343.2.10.3.6.1000.10.3 = INTEGER: 11810

2.3.2 SNMPSA-AH Windows Package

Perform the following steps to install the snmpsa-ah MSI setup.

start SNMPSA-AH*.MSI

This will install the snmpsa-ah subagent and its registry components to be invoked by the Windows

SNMP Service when it starts.

MIB files: basebrd6.mib (included with SNMPSA-AH package)

Sample snmpwalk:

Windows does not include an snmpwalk utility, so if snmpwalk is run from a remote Linux system, it

would be of the form:

# snmpwalk –v1 –c public –m usr/local/snmpsa-ah/mib/basebrd6.mib node1 enterprises.343

And the snmpwalk results would be the same as from a Linux target node,

see

Appendix C

for

sample snmpsa-ah snmpwalk output.

(11)

Remove the unit cover and apply heat, or physically stop one of the fans, usually by removing the

cover of the unit and unplugging it from the baseboard. It takes 60 seconds for SNMPSA-AH to

register the failure.

If the SNMP Service is configured for a Linux trap destination, the traps would be seen there in

/var/log/messages as shown in section 2.3.1. If the SNMP Service is configured with a localhost

destination, a third party trap receiver is required in order to see the traps. One such product is

MG-SOFT Trap Ringer. Below is a sample CSV-exported trap output from MG-MG-SOFT.

"04/16/08 13:52:39","127.0.0.1","public","N/A","IP/UDP","SNMPv2c","sysUpTime.0

TimeTicks 7 days 02h:36m:16s.73th","snmpTrapOID.0 OBJECT IDENTIFIER

internet.4.1.1315.78.1.1.0","internet.4.1.1315.78.1.2.0 octet string MG-SOFT

Trap Ringer Pro Default Trap Port Verification

Trap","internet.4.1.1315.78.1.3.0 octet string Verification trap can be

disabled in Trap Ringer Preferences.","snmpTrapEnterprise.0 OBJECT IDENTIFIER

internet.4.1.1315"

"04/16/08

13:54:01","10.243.42.227","public","N/A","IP/UDP","SNMPv1","sysUpTime.0

TimeTicks 0 days 00h:18m:00s.25th","snmpTrapOID.0 OBJECT IDENTIFIER

internet.4.1.343.2.10.3.6.1000.70.1.0.1","internet.4.1.343.2.10.3.6.1000.10.1.0

octet string Fan 2 sensor value is below lower critical

threshold","internet.4.1.343.2.10.3.6.1000.10.2.0 integer

7","internet.4.1.343.2.10.3.6.1000.10.3.0 integer 11818","snmpTrapEnterprise.0

OBJECT IDENTIFIER internet.4.1.343.2.10.3.6.1000.70.1"

"04/16/08

13:55:01","10.243.42.227","public","N/A","IP/UDP","SNMPv1","sysUpTime.0

TimeTicks 0 days 00h:19m:00s.25th","snmpTrapOID.0 OBJECT IDENTIFIER

internet.4.1.343.2.10.3.6.1000.70.1.0.1","internet.4.1.343.2.10.3.6.1000.10.1.0

octet string Fan 2 sensor value is below lower critical

threshold","internet.4.1.343.2.10.3.6.1000.10.2.0 integer

7","internet.4.1.343.2.10.3.6.1000.10.3.0 integer 11818","snmpTrapEnterprise.0

OBJECT IDENTIFIER internet.4.1.343.2.10.3.6.1000.70.1"

"04/16/08

13:56:01","10.243.42.227","public","N/A","IP/UDP","SNMPv1","sysUpTime.0

TimeTicks 0 days 00h:20m:00s.25th","snmpTrapOID.0 OBJECT IDENTIFIER

internet.4.1.343.2.10.3.6.1000.70.2.0.1","internet.4.1.343.2.10.3.6.1000.10.1.0

octet string Fan 2 sensor value is OK","internet.4.1.343.2.10.3.6.1000.10.2.0

integer 3","internet.4.1.343.2.10.3.6.1000.10.3.0 integer

11818","snmpTrapEnterprise.0 OBJECT IDENTIFIER

internet.4.1.343.2.10.3.6.1000.70.2"

2.4 IDE SW-RAID SNMP Package

(12)

2.4.1 IDE SW-RAID SNMP Linux Package

The package is distributed in an IDE_SWR_Linux_*.zip archive, including its documentation, and the

swraid_snmp-3*.rpm.

The mib filename is LSIRAID-IDE.mib.

2.4.2 IDE SW-RAID SNMP Windows Package

This package is distributed in an IDE_SWRaid_SNMP_*.zip archive, including its documentation,

and the SNMPAgnt.msi.

The mib filename is LSIRAID-IDE.mib.

2.5 SNMPSA Package

The SNMPSA package is provided by Kontron CRMS and is used on systems with IPMI-based

motherboards to provide information about the baseboard features. SNMPSA provides baseboard

sensor status for Temperature, Fan, Voltage, and other sensors, and traps for sensor threshold events. It

also provides IPMI configuration information and traps for other IPMI events.

2.5.1 SNMPSA Linux Package

Perform the following steps to install the snmpsa rpm:

rpm -i snmpsa-*.rpm

This will install an snmpsa service startup script at /etc/init.d/snmpsa. This script ensures that the

IPMI driver (with /dev/imb support) is loaded prior to starting snmpsa. Note that the rpm installation

also adds the line “master agentx” to the /etc/snmp/snmpd.conf configuration file for the Linux

net-snmp service.

MIB files: /usr/local/snmpsa/mibs/basebrd5.mib

Sample snmpwalk:

# snmpwalk –v1 –c public –m usr/local/snmpsa/mib/basebrd5.mib localhost enterprises.343

See

Appendix E

for sample snmpwalk output for snmpsa.

Sample SNMPSA trap procedure:

Use test/ipmievt.sh from the ipmiutil source tree to generate temperature threshold events (see

http://ipmiutil.svn.sourceforge.net/viewvc/ipmiutil/trunk/test/ipmievt.sh?view=markup)

, or

Pull one of the redundant power supplies for power supply events.

Then, the following sample trap messages should appear in the Linux syslog.

(snmpd start trap)

Oct 25 17:22:13 telco4wd snmptrapd[3581]: 2007-10-25 17:22:13 <UNKNOWN> [UDP: [10.243.42.2]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (11) 0:00:00.11 SNMPv2-MIB::snmpTrapOID.0 = OID:

SNMPv2-MIB::coldStart

(13)

Oct 25 17:23:25 telco4wd snmptrapd[3581]: 2007-10-25 17:23:25 <UNKNOWN> [UDP:

[10.243.42.2]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7160) 0:01:11.60 SNMPv2-MIB::snmpTrapOID.0 = OID:

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.50.3

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.10.1.0.0 = STRING: "Redundancy Lost" SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.5.1 = INTEGER: 5

SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.3.1 = STRING: "Power Redundancy" SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.2.1 = INTEGER: 139264

(IPMI PEF Power Redundancy Lost trap)

Oct 25 17:23:28 telco4wd snmptrapd[3581]: 2007-10-25 17:23:28 <UNKNOWN> [UDP:

[10.243.42.2]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7461) 0:01:14.61 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-SMI::enterprises.343.2.10.3.5.1000.50.3 SNMPv2-SMI::enterprises.343.2.10.3.5.1000.10.1.0.0 = Hex-STRING: 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 66 72 6F 6D 20 46 75 6C 6C 20 6F 72 20 44 65 67 72 61 64 65 64 20 52 65 64 75 6E 64 61 6E 63 79 20 74 6F 20 4E 6F 6E 2D 52 65 64 75 6E 64 75 6E 63 79 20 77 69 74 68 20 53 75 66 66 69 63 69 65 6E 74 05 SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.5.1936020000 = INTEGER: 5

SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.3.1936020000 = STRING: "Power Redundancy" SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.2.1936020000 = INTEGER: 1668445551 (SNMPSA PS2 Not Present)

Oct 25 17:23:31 telco4wd snmptrapd[3581]: 2007-10-25 17:23:31 <UNKNOWN> [UDP:

[10.243.42.2]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7761) 0:01:17.61 SNMPv2-MIB::snmpTrapOID.0 = OID:

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.50.5

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.10.1.0.0 = STRING: "Presence Not Detected" SNMPv2-SMI::enterprises.343.2.10.3.5.400.20.1.5.2 = INTEGER: 3

SNMPv2-SMI::enterprises.343.2.10.3.5.400.20.1.3.2 = STRING: "PS2 Status" SNMPv2-SMI::enterprises.343.2.10.3.5.400.20.1.2.2 = INTEGER: 7413760 (SNMPSA PS2 Present - inserted)

Oct 25 17:24:52 telco4wd snmptrapd[3581]: 2007-10-25 17:24:52 <UNKNOWN> [UDP:

[10.243.42.2]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (15876) 0:02:38.76 SNMPv2-MIB::snmpTrapOID.0 = OID:

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.50.4

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.10.1.0.0 = STRING: "Presence Detected" SNMPv2-SMI::enterprises.343.2.10.3.5.400.20.1.5.2 = INTEGER: 3

SNMPv2-SMI::enterprises.343.2.10.3.5.400.20.1.3.2 = STRING: "PS2 Status" SNMPv2-SMI::enterprises.343.2.10.3.5.400.20.1.2.2 = INTEGER: 7413760 (SNMPSA Power Full Redundancy)

Oct 25 17:24:55 telco4wd snmptrapd[3581]: 2007-10-25 17:24:55 <UNKNOWN> [UDP:

[10.243.42.2]:32770]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (16176) 0:02:41.76 SNMPv2-MIB::snmpTrapOID.0 = OID:

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.50.1

SNMPv2-SMI::enterprises.343.2.10.3.5.1000.10.1.0.0 = STRING: "Full Redundancy" SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.5.1 = INTEGER: 3

SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.3.1 = STRING: "Power Redundancy" SNMPv2-SMI::enterprises.343.2.10.3.5.400.10.1.2.1 = INTEGER: 139264

(14)

2.6 SAS SW-RAID SNMP Package

The SAS Software RAID SNMP package is provided by LSI and is used on platforms that have SAS

SCSI controllers with a RAID OpRom, such as the NSC2U platforms using the S5000 motherboard. It

provides RAID status information and traps for RAID events. It is named ‘megasr’ on the S5000

platforms.

SAS HW-RAID Linux Package: sas_ir_snmp-3.*.rpm

SAS HW-RAID Windows Package: SAS_IR_SNMP_Win_*.zip (with SNMPAgnt.msi)

2.6.1 SAS SW-RAID SNMP Linux Package

2.6.2 SAS SW-RAID SNMP Windows Package

2.7 LSI SCSI SNMP Package

The SAS SNMP package is provided by LSI and is used on platforms that have LSI MPT SCSI

controllers, such as the NSC2U platforms using the S5000 motherboard. It provides SCSI disk status

information and traps for SCSI events. It is named ‘scsi-snmp’ on the S5000 platforms.

2.8 Intel NIC SNMP Package

The Intel NIC SNMP Package supplies NIC status and configuration information. For current Linux

distributions, net-snmp includes this information. However, for Windows, the Intel NIC SNMP

package (PSNMP32) should be installed.

3. Firmware SNMP Features

There are some SNMP features that are provided by firmware as well. For the BMC IPMI

firmware, it provides IPMI Platform Event Traps via SNMP, and the optional RMM2 module

provides some firmware SNMP gets and traps also.

3.1 BMC IPMI SNMP Features

The BMC IPMI firmware provides Platform Event Filter (PEF) rules which can be enabled to send

SNMP v1 traps when certain IPMI events occur. The IPMI PEF rules and alert destination can be

configured with the ipmiutil package, which supports several OSs. See

http://ipmiutil.sourceforge.net

for documentation, source and binaries.

(15)

3.2 RMM2 SNMP Features

The firmware on the optional RMM2 module provides certain RMM2 module inventory information via

SNMP gets and certain RMM2 events can also be sent via SNMP v1 traps.

(16)

Appendix A – net-snmp snmpwalk output

SNMPv2-MIB::sysDescr.0 = STRING: Linux aspenhill2 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686

SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 SNMPv2-MIB::sysUpTime.0 = Timeticks: (1782) 0:00:17.82

SNMPv2-MIB::sysContact.0 = STRING: Root <root@localhost> (configure /etc/snmp/snmp.local.conf) SNMPv2-MIB::sysName.0 = STRING: aspenhill2

SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf) SNMPv2-MIB::sysORLastChange.0 = Timeticks: (2) 0:00:00.02

SNMPv2-MIB::sysORID.1 = OID: IF-MIB::ifMIB

SNMPv2-MIB::sysORID.2 = OID: SNMPv2-MIB::snmpMIB SNMPv2-MIB::sysORID.3 = OID: TCP-MIB::tcpMIB SNMPv2-MIB::sysORID.4 = OID: IP-MIB::ip

SNMPv2-MIB::sysORID.5 = OID: UDP-MIB::udpMIB

SNMPv2-MIB::sysORID.6 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup

SNMPv2-MIB::sysORID.7 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance SNMPv2-MIB::sysORID.8 = OID: SNMP-MPD-MIB::snmpMPDCompliance

SNMPv2-MIB::sysORID.9 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance

SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module to describe generic objects for network interface sub-layers

SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for SNMPv2 entities

SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing TCP implementations SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing IP and ICMP implementations SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing UDP implementations SNMPv2-MIB::sysORDescr.6 = STRING: View-based Access Control Model for SNMP. SNMPv2-MIB::sysORDescr.7 = STRING: The SNMP Management Architecture MIB. SNMPv2-MIB::sysORDescr.8 = STRING: The MIB for Message Processing and Dispatching.

SNMPv2-MIB::sysORDescr.9 = STRING: The management information definitions for the SNMP User-based Security Model. SNMPv2-MIB::sysORUpTime.1 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.2 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.3 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.4 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.5 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.6 = Timeticks: (1) 0:00:00.01 SNMPv2-MIB::sysORUpTime.7 = Timeticks: (2) 0:00:00.02 SNMPv2-MIB::sysORUpTime.8 = Timeticks: (2) 0:00:00.02 SNMPv2-MIB::sysORUpTime.9 = Timeticks: (2) 0:00:00.02 IF-MIB::ifNumber.0 = INTEGER: 4 IF-MIB::ifIndex.1 = INTEGER: 1 IF-MIB::ifIndex.2 = INTEGER: 2 IF-MIB::ifIndex.3 = INTEGER: 3 IF-MIB::ifIndex.4 = INTEGER: 4 IF-MIB::ifDescr.1 = STRING: lo IF-MIB::ifDescr.2 = STRING: eth0 IF-MIB::ifDescr.3 = STRING: eth1 IF-MIB::ifDescr.4 = STRING: sit0

(17)

IF-MIB::ifSpeed.4 = Gauge32: 0 IF-MIB::ifPhysAddress.1 = STRING:

IF-MIB::ifPhysAddress.2 = STRING: 0:15:17:21:67:36 IF-MIB::ifPhysAddress.3 = STRING: 0:15:17:21:67:37 IF-MIB::ifPhysAddress.4 = STRING:

IF-MIB::ifAdminStatus.1 = INTEGER: up(1) IF-MIB::ifAdminStatus.2 = INTEGER: up(1) IF-MIB::ifAdminStatus.3 = INTEGER: down(2) IF-MIB::ifAdminStatus.4 = INTEGER: down(2) IF-MIB::ifOperStatus.1 = INTEGER: up(1) IF-MIB::ifOperStatus.2 = INTEGER: up(1) IF-MIB::ifOperStatus.3 = INTEGER: down(2) IF-MIB::ifOperStatus.4 = INTEGER: down(2) IF-MIB::ifInOctets.1 = Counter32: 12571 IF-MIB::ifInOctets.2 = Counter32: 23510183 IF-MIB::ifInOctets.3 = Counter32: 0 IF-MIB::ifInOctets.4 = Counter32: 0 IF-MIB::ifInUcastPkts.1 = Counter32: 169 IF-MIB::ifInUcastPkts.2 = Counter32: 365549 IF-MIB::ifInUcastPkts.3 = Counter32: 0 IF-MIB::ifInUcastPkts.4 = Counter32: 0 IF-MIB::ifInDiscards.1 = Counter32: 0 IF-MIB::ifInDiscards.2 = Counter32: 0 IF-MIB::ifInDiscards.3 = Counter32: 0 IF-MIB::ifInDiscards.4 = Counter32: 0 IF-MIB::ifInErrors.1 = Counter32: 0 IF-MIB::ifInErrors.2 = Counter32: 0 IF-MIB::ifInErrors.3 = Counter32: 0 IF-MIB::ifInErrors.4 = Counter32: 0 IF-MIB::ifOutOctets.1 = Counter32: 14930 IF-MIB::ifOutOctets.2 = Counter32: 9126 IF-MIB::ifOutOctets.3 = Counter32: 0 IF-MIB::ifOutOctets.4 = Counter32: 0 IF-MIB::ifOutUcastPkts.1 = Counter32: 201 IF-MIB::ifOutUcastPkts.2 = Counter32: 67 IF-MIB::ifOutUcastPkts.3 = Counter32: 0 IF-MIB::ifOutUcastPkts.4 = Counter32: 0 IF-MIB::ifOutDiscards.1 = Counter32: 0 IF-MIB::ifOutDiscards.2 = Counter32: 0 IF-MIB::ifOutDiscards.3 = Counter32: 0 IF-MIB::ifOutDiscards.4 = Counter32: 0 IF-MIB::ifOutErrors.1 = Counter32: 0 IF-MIB::ifOutErrors.2 = Counter32: 0 IF-MIB::ifOutErrors.3 = Counter32: 0 IF-MIB::ifOutErrors.4 = Counter32: 0 IF-MIB::ifOutQLen.1 = Gauge32: 0 IF-MIB::ifOutQLen.2 = Gauge32: 0 IF-MIB::ifOutQLen.3 = Gauge32: 0 IF-MIB::ifOutQLen.4 = Gauge32: 0

IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.3 = OID: SNMPv2-SMI::zeroDotZero IF-MIB::ifSpecific.4 = OID: SNMPv2-SMI::zeroDotZero RFC1213-MIB::atIfIndex.2.1.10.243.42.218 = INTEGER: 2

RFC1213-MIB::atPhysAddress.2.1.10.243.42.218 = Hex-STRING: 00 07 E9 06 17 62 RFC1213-MIB::atNetAddress.2.1.10.243.42.218 = Network Address: 0A:F3:2A:DA IP-MIB::ipForwarding.0 = INTEGER: notForwarding(2)

(18)

IP-MIB::ipInAddrErrors.0 = Counter32: 0 IP-MIB::ipForwDatagrams.0 = Counter32: 0 IP-MIB::ipInUnknownProtos.0 = Counter32: 0 IP-MIB::ipInDiscards.0 = Counter32: 0 IP-MIB::ipInDelivers.0 = Counter32: 1482 IP-MIB::ipOutRequests.0 = Counter32: 303 IP-MIB::ipOutDiscards.0 = Counter32: 0 IP-MIB::ipOutNoRoutes.0 = Counter32: 0 IP-MIB::ipReasmTimeout.0 = INTEGER: 0 IP-MIB::ipReasmReqds.0 = Counter32: 0 IP-MIB::ipReasmOKs.0 = Counter32: 0 IP-MIB::ipReasmFails.0 = Counter32: 0 IP-MIB::ipFragOKs.0 = Counter32: 0 IP-MIB::ipFragFails.0 = Counter32: 0 IP-MIB::ipFragCreates.0 = Counter32: 0 IP-MIB::ipAdEntAddr.10.243.42.227 = IpAddress: 10.243.42.227 IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1 IP-MIB::ipAdEntIfIndex.10.243.42.227 = INTEGER: 2 IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 1 IP-MIB::ipAdEntNetMask.10.243.42.227 = IpAddress: 255.255.255.0 IP-MIB::ipAdEntNetMask.127.0.0.1 = IpAddress: 255.0.0.0 IP-MIB::ipAdEntBcastAddr.10.243.42.227 = INTEGER: 1 IP-MIB::ipAdEntBcastAddr.127.0.0.1 = INTEGER: 1 RFC1213-MIB::ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0 RFC1213-MIB::ipRouteDest.10.243.42.0 = IpAddress: 10.243.42.0 RFC1213-MIB::ipRouteDest.169.254.0.0 = IpAddress: 169.254.0.0 RFC1213-MIB::ipRouteIfIndex.0.0.0.0 = INTEGER: 2 RFC1213-MIB::ipRouteIfIndex.10.243.42.0 = INTEGER: 2 RFC1213-MIB::ipRouteIfIndex.169.254.0.0 = INTEGER: 2 RFC1213-MIB::ipRouteMetric1.0.0.0.0 = INTEGER: 1 RFC1213-MIB::ipRouteMetric1.10.243.42.0 = INTEGER: 0 RFC1213-MIB::ipRouteMetric1.169.254.0.0 = INTEGER: 0 RFC1213-MIB::ipRouteNextHop.0.0.0.0 = IpAddress: 10.243.42.251 RFC1213-MIB::ipRouteNextHop.10.243.42.0 = IpAddress: 0.0.0.0 RFC1213-MIB::ipRouteNextHop.169.254.0.0 = IpAddress: 0.0.0.0 RFC1213-MIB::ipRouteType.0.0.0.0 = INTEGER: indirect(4) RFC1213-MIB::ipRouteType.10.243.42.0 = INTEGER: direct(3) RFC1213-MIB::ipRouteType.169.254.0.0 = INTEGER: direct(3) RFC1213-MIB::ipRouteProto.0.0.0.0 = INTEGER: local(2) RFC1213-MIB::ipRouteProto.10.243.42.0 = INTEGER: local(2) RFC1213-MIB::ipRouteProto.169.254.0.0 = INTEGER: local(2) RFC1213-MIB::ipRouteMask.0.0.0.0 = IpAddress: 0.0.0.0

RFC1213-MIB::ipRouteMask.10.243.42.0 = IpAddress: 255.255.255.0 RFC1213-MIB::ipRouteMask.169.254.0.0 = IpAddress: 255.255.0.0 RFC1213-MIB::ipRouteInfo.0.0.0.0 = OID: SNMPv2-SMI::zeroDotZero RFC1213-MIB::ipRouteInfo.10.243.42.0 = OID: SNMPv2-SMI::zeroDotZero RFC1213-MIB::ipRouteInfo.169.254.0.0 = OID: SNMPv2-SMI::zeroDotZero IP-MIB::ipNetToMediaIfIndex.2.10.243.42.218 = INTEGER: 2

IP-MIB::ipNetToMediaPhysAddress.2.10.243.42.218 = STRING: 0:7:e9:6:17:62 IP-MIB::ipNetToMediaNetAddress.2.10.243.42.218 = IpAddress: 10.243.42.218 IP-MIB::ipNetToMediaType.2.10.243.42.218 = INTEGER: dynamic(3)

(19)

IP-MIB::icmpInEchoReps.0 = Counter32: 0 IP-MIB::icmpInTimestamps.0 = Counter32: 0 IP-MIB::icmpInTimestampReps.0 = Counter32: 0 IP-MIB::icmpInAddrMasks.0 = Counter32: 0 IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0 IP-MIB::icmpOutMsgs.0 = Counter32: 7 IP-MIB::icmpOutErrors.0 = Counter32: 0 IP-MIB::icmpOutDestUnreachs.0 = Counter32: 7 IP-MIB::icmpOutTimeExcds.0 = Counter32: 0 IP-MIB::icmpOutParmProbs.0 = Counter32: 0 IP-MIB::icmpOutSrcQuenchs.0 = Counter32: 0 IP-MIB::icmpOutRedirects.0 = Counter32: 0 IP-MIB::icmpOutEchos.0 = Counter32: 0 IP-MIB::icmpOutEchoReps.0 = Counter32: 0 IP-MIB::icmpOutTimestamps.0 = Counter32: 0 IP-MIB::icmpOutTimestampReps.0 = Counter32: 0 IP-MIB::icmpOutAddrMasks.0 = Counter32: 0 IP-MIB::icmpOutAddrMaskReps.0 = Counter32: 0 TCP-MIB::tcpRtoAlgorithm.0 = INTEGER: other(1) TCP-MIB::tcpRtoMin.0 = INTEGER: 200 milliseconds TCP-MIB::tcpRtoMax.0 = INTEGER: 120000 milliseconds TCP-MIB::tcpMaxConn.0 = INTEGER: -1 TCP-MIB::tcpActiveOpens.0 = Counter32: 2 TCP-MIB::tcpPassiveOpens.0 = Counter32: 2 TCP-MIB::tcpAttemptFails.0 = Counter32: 0 TCP-MIB::tcpEstabResets.0 = Counter32: 0 TCP-MIB::tcpCurrEstab.0 = Gauge32: 1 TCP-MIB::tcpInSegs.0 = Counter32: 82 TCP-MIB::tcpOutSegs.0 = Counter32: 60 TCP-MIB::tcpRetransSegs.0 = Counter32: 0

(20)

UDP-MIB::udpLocalAddress.0.0.0.0.32768 = IpAddress: 0.0.0.0 UDP-MIB::udpLocalAddress.0.0.0.0.32769 = IpAddress: 0.0.0.0 UDP-MIB::udpLocalPort.0.0.0.0.111 = INTEGER: 111 UDP-MIB::udpLocalPort.0.0.0.0.161 = INTEGER: 161 UDP-MIB::udpLocalPort.0.0.0.0.785 = INTEGER: 785 UDP-MIB::udpLocalPort.0.0.0.0.788 = INTEGER: 788 UDP-MIB::udpLocalPort.0.0.0.0.32768 = INTEGER: 32768 UDP-MIB::udpLocalPort.0.0.0.0.32769 = INTEGER: 32769 SNMPv2-MIB::snmpInPkts.0 = Counter32: 243 SNMPv2-MIB::snmpOutPkts.0 = Counter32: 244 SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0 SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 0 SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 0 SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 0 SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0 SNMPv2-MIB::snmpInNoSuchNames.0 = Counter32: 0 SNMPv2-MIB::snmpInBadValues.0 = Counter32: 0 SNMPv2-MIB::snmpInReadOnlys.0 = Counter32: 0 SNMPv2-MIB::snmpInGenErrs.0 = Counter32: 0 SNMPv2-MIB::snmpInTotalReqVars.0 = Counter32: 253 SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0 SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 257 SNMPv2-MIB::snmpInSetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpInGetResponses.0 = Counter32: 0 SNMPv2-MIB::snmpInTraps.0 = Counter32: 0 SNMPv2-MIB::snmpOutTooBigs.0 = Counter32: 0 SNMPv2-MIB::snmpOutNoSuchNames.0 = Counter32: 0 SNMPv2-MIB::snmpOutBadValues.0 = Counter32: 0 SNMPv2-MIB::snmpOutGenErrs.0 = Counter32: 0 SNMPv2-MIB::snmpOutGetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpOutGetNexts.0 = Counter32: 0 SNMPv2-MIB::snmpOutSetRequests.0 = Counter32: 0 SNMPv2-MIB::snmpOutGetResponses.0 = Counter32: 267 SNMPv2-MIB::snmpOutTraps.0 = Counter32: 1

SNMPv2-MIB::snmpEnableAuthenTraps.0 = INTEGER: disabled(2) SNMPv2-MIB::snmpSilentDrops.0 = Counter32: 0

SNMPv2-MIB::snmpProxyDrops.0 = Counter32: 0

HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (1454712) 4:02:27.12 HOST-RESOURCES-MIB::hrSystemDate.0 = STRING: 2008-1-21,11:46:4.0,-5:0 HOST-RESOURCES-MIB::hrSystemInitialLoadDevice.0 = INTEGER: 1536

HOST-RESOURCES-MIB::hrSystemInitialLoadParameters.0 = STRING: "ro root=/dev/sda5 console=tty0 console=ttyS1

"

HOST-RESOURCES-MIB::hrSystemNumUsers.0 = Gauge32: 5 HOST-RESOURCES-MIB::hrSystemProcesses.0 = Gauge32: 87 HOST-RESOURCES-MIB::hrSystemMaxProcesses.0 = INTEGER: 0 HOST-RESOURCES-MIB::hrMemorySize.0 = INTEGER: 2069076 KBytes HOST-RESOURCES-MIB::hrStorageIndex.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrStorageIndex.2 = INTEGER: 2 HOST-RESOURCES-MIB::hrStorageIndex.3 = INTEGER: 3 HOST-RESOURCES-MIB::hrStorageIndex.4 = INTEGER: 4 HOST-RESOURCES-MIB::hrStorageIndex.5 = INTEGER: 5 HOST-RESOURCES-MIB::hrStorageIndex.6 = INTEGER: 6 HOST-RESOURCES-MIB::hrStorageIndex.7 = INTEGER: 7 HOST-RESOURCES-MIB::hrStorageIndex.8 = INTEGER: 8 HOST-RESOURCES-MIB::hrStorageIndex.9 = INTEGER: 9

HOST-RESOURCES-MIB::hrStorageType.1 = OID: HOST-RESOURCES-TYPES::hrStorageOther HOST-RESOURCES-MIB::hrStorageType.2 = OID: HOST-RESOURCES-TYPES::hrStorageRam

(21)

HOST-RESOURCES-MIB::hrStorageType.4 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.5 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.6 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.7 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.8 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageType.9 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: Memory Buffers

HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: Real Memory HOST-RESOURCES-MIB::hrStorageDescr.3 = STRING: Swap Space HOST-RESOURCES-MIB::hrStorageDescr.4 = STRING: /

HOST-RESOURCES-MIB::hrStorageDescr.5 = STRING: /sys

HOST-RESOURCES-MIB::hrStorageDescr.6 = STRING: /proc/bus/usb HOST-RESOURCES-MIB::hrStorageDescr.7 = STRING: /boot

HOST-RESOURCES-MIB::hrStorageDescr.8 = STRING: /proc/sys/fs/binfmt_misc HOST-RESOURCES-MIB::hrStorageDescr.9 = STRING: /var/lib/nfs/rpc_pipefs HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.2 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.3 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.4 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.5 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.6 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.7 = INTEGER: 1024 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.8 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageAllocationUnits.9 = INTEGER: 4096 Bytes HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: 2069076 HOST-RESOURCES-MIB::hrStorageSize.2 = INTEGER: 2069076 HOST-RESOURCES-MIB::hrStorageSize.3 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.4 = INTEGER: 2016068 HOST-RESOURCES-MIB::hrStorageSize.5 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.6 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.7 = INTEGER: 132206 HOST-RESOURCES-MIB::hrStorageSize.8 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageSize.9 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.1 = INTEGER: 28460 HOST-RESOURCES-MIB::hrStorageUsed.2 = INTEGER: 429136 HOST-RESOURCES-MIB::hrStorageUsed.3 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.4 = INTEGER: 754663 HOST-RESOURCES-MIB::hrStorageUsed.5 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.6 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.7 = INTEGER: 68074 HOST-RESOURCES-MIB::hrStorageUsed.8 = INTEGER: 0 HOST-RESOURCES-MIB::hrStorageUsed.9 = INTEGER: 0 HOST-RESOURCES-MIB::hrDeviceIndex.768 = INTEGER: 768 HOST-RESOURCES-MIB::hrDeviceIndex.769 = INTEGER: 769 HOST-RESOURCES-MIB::hrDeviceIndex.1025 = INTEGER: 1025 HOST-RESOURCES-MIB::hrDeviceIndex.1026 = INTEGER: 1026 HOST-RESOURCES-MIB::hrDeviceIndex.1027 = INTEGER: 1027 HOST-RESOURCES-MIB::hrDeviceIndex.1028 = INTEGER: 1028 HOST-RESOURCES-MIB::hrDeviceIndex.1536 = INTEGER: 1536 HOST-RESOURCES-MIB::hrDeviceIndex.1552 = INTEGER: 1552 HOST-RESOURCES-MIB::hrDeviceIndex.1553 = INTEGER: 1553 HOST-RESOURCES-MIB::hrDeviceIndex.3072 = INTEGER: 3072

(22)

HOST-RESOURCES-MIB::hrDeviceType.1553 = OID: HOST-RESOURCES-TYPES::hrDeviceDiskStorage HOST-RESOURCES-MIB::hrDeviceType.3072 = OID: HOST-RESOURCES-TYPES::hrDeviceCoprocessor HOST-RESOURCES-MIB::hrDeviceDescr.768 = STRING: GenuineIntel: Intel(R) Xeon(R) CPU 3050 @ 2.13GHz

HOST-RESOURCES-MIB::hrDeviceDescr.769 = STRING: GenuineIntel: Intel(R) Xeon(R) CPU 3050 @ 2.13GHz

HOST-RESOURCES-MIB::hrDeviceDescr.1025 = STRING: network interface lo HOST-RESOURCES-MIB::hrDeviceDescr.1026 = STRING: network interface eth0 HOST-RESOURCES-MIB::hrDeviceDescr.1027 = STRING: network interface eth1 HOST-RESOURCES-MIB::hrDeviceDescr.1028 = STRING: network interface sit0 HOST-RESOURCES-MIB::hrDeviceDescr.1536 = STRING: MATSHITADVD-RAM UJ-810 HOST-RESOURCES-MIB::hrDeviceDescr.1552 = STRING: SCSI disk (/dev/sda)

HOST-RESOURCES-MIB::hrDeviceDescr.1553 = STRING: SCSI disk (/dev/sdb)

HOST-RESOURCES-MIB::hrDeviceDescr.3072 = STRING: Guessing that there's a floating point co-processor HOST-RESOURCES-MIB::hrDeviceID.768 = OID: SNMPv2-SMI::zeroDotZero

HOST-RESOURCES-MIB::hrDeviceID.769 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1025 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1026 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1027 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1028 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1536 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1552 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.1553 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrDeviceID.3072 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrProcessorFrwID.768 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrProcessorFrwID.769 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrNetworkIfIndex.1025 = INTEGER: 1

HOST-RESOURCES-MIB::hrNetworkIfIndex.1026 = INTEGER: 2 HOST-RESOURCES-MIB::hrNetworkIfIndex.1027 = INTEGER: 3 HOST-RESOURCES-MIB::hrNetworkIfIndex.1028 = INTEGER: 4

HOST-RESOURCES-MIB::hrDiskStorageAccess.1536 = INTEGER: readWrite(1) HOST-RESOURCES-MIB::hrDiskStorageAccess.1552 = INTEGER: readWrite(1) HOST-RESOURCES-MIB::hrDiskStorageAccess.1553 = INTEGER: readWrite(1) HOST-RESOURCES-MIB::hrDiskStorageMedia.1536 = INTEGER: unknown(2) HOST-RESOURCES-MIB::hrDiskStorageMedia.1552 = INTEGER: unknown(2) HOST-RESOURCES-MIB::hrDiskStorageMedia.1553 = INTEGER: unknown(2) HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1536 = INTEGER: true(1) HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1552 = INTEGER: false(2) HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1553 = INTEGER: false(2) HOST-RESOURCES-MIB::hrDiskStorageCapacity.1536 = INTEGER: 0 KBytes

HOST-RESOURCES-MIB::hrDiskStorageCapacity.1552 = INTEGER: 78150744 KBytes HOST-RESOURCES-MIB::hrDiskStorageCapacity.1553 = INTEGER: 117220824 KBytes HOST-RESOURCES-MIB::hrPartitionIndex.1552.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrPartitionIndex.1552.2 = INTEGER: 2 HOST-RESOURCES-MIB::hrPartitionIndex.1552.3 = INTEGER: 3 HOST-RESOURCES-MIB::hrPartitionIndex.1552.4 = INTEGER: 4 HOST-RESOURCES-MIB::hrPartitionIndex.1552.5 = INTEGER: 5 HOST-RESOURCES-MIB::hrPartitionIndex.1552.6 = INTEGER: 6 HOST-RESOURCES-MIB::hrPartitionIndex.1552.7 = INTEGER: 7 HOST-RESOURCES-MIB::hrPartitionIndex.1552.8 = INTEGER: 8 HOST-RESOURCES-MIB::hrPartitionIndex.1552.9 = INTEGER: 9 HOST-RESOURCES-MIB::hrPartitionIndex.1552.10 = INTEGER: 10 HOST-RESOURCES-MIB::hrPartitionIndex.1553.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrPartitionIndex.1553.2 = INTEGER: 2

(23)

HOST-RESOURCES-MIB::hrPartitionLabel.1552.7 = STRING: "/dev/sda7" HOST-RESOURCES-MIB::hrPartitionLabel.1552.8 = STRING: "/dev/sda8" HOST-RESOURCES-MIB::hrPartitionLabel.1552.9 = STRING: "/dev/sda9" HOST-RESOURCES-MIB::hrPartitionLabel.1552.10 = STRING: "/dev/sda10" HOST-RESOURCES-MIB::hrPartitionLabel.1553.1 = STRING: "/dev/sdb1" HOST-RESOURCES-MIB::hrPartitionLabel.1553.2 = STRING: "/dev/sdb2" HOST-RESOURCES-MIB::hrPartitionID.1552.1 = STRING: "0x801" HOST-RESOURCES-MIB::hrPartitionID.1552.2 = STRING: "0x802" HOST-RESOURCES-MIB::hrPartitionID.1552.3 = STRING: "0x803" HOST-RESOURCES-MIB::hrPartitionID.1552.4 = STRING: "0x804" HOST-RESOURCES-MIB::hrPartitionID.1552.5 = STRING: "0x805" HOST-RESOURCES-MIB::hrPartitionID.1552.6 = STRING: "0x806" HOST-RESOURCES-MIB::hrPartitionID.1552.7 = STRING: "0x807" HOST-RESOURCES-MIB::hrPartitionID.1552.8 = STRING: "0x808" HOST-RESOURCES-MIB::hrPartitionID.1552.9 = STRING: "0x809" HOST-RESOURCES-MIB::hrPartitionID.1552.10 = STRING: "0x80a" HOST-RESOURCES-MIB::hrPartitionID.1553.1 = STRING: "0x811" HOST-RESOURCES-MIB::hrPartitionID.1553.2 = STRING: "0x812"

HOST-RESOURCES-MIB::hrPartitionSize.1552.1 = INTEGER: 132206 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.2 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.3 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.4 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.5 = INTEGER: 8064272 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.6 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.7 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.8 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.9 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1552.10 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1553.1 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionSize.1553.2 = INTEGER: 0 KBytes HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.1 = INTEGER: 4 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.2 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.3 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.4 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.5 = INTEGER: 1 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.6 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.7 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.8 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.9 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1552.10 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1553.1 = INTEGER: 0 HOST-RESOURCES-MIB::hrPartitionFSIndex.1553.2 = INTEGER: 0 HOST-RESOURCES-MIB::hrFSIndex.1 = INTEGER: 1 HOST-RESOURCES-MIB::hrFSIndex.2 = INTEGER: 2 HOST-RESOURCES-MIB::hrFSIndex.3 = INTEGER: 3 HOST-RESOURCES-MIB::hrFSIndex.4 = INTEGER: 4 HOST-RESOURCES-MIB::hrFSIndex.5 = INTEGER: 5 HOST-RESOURCES-MIB::hrFSIndex.6 = INTEGER: 6 HOST-RESOURCES-MIB::hrFSMountPoint.1 = STRING: "/" HOST-RESOURCES-MIB::hrFSMountPoint.2 = STRING: "/sys"

HOST-RESOURCES-MIB::hrFSMountPoint.3 = STRING: "/proc/bus/usb" HOST-RESOURCES-MIB::hrFSMountPoint.4 = STRING: "/boot"

(24)

HOST-RESOURCES-MIB::hrFSType.1 = OID: HOST-RESOURCES-TYPES::hrFSLinuxExt2 HOST-RESOURCES-MIB::hrFSType.2 = OID: HOST-RESOURCES-TYPES::hrFSOther HOST-RESOURCES-MIB::hrFSType.3 = OID: HOST-RESOURCES-TYPES::hrFSOther HOST-RESOURCES-MIB::hrFSType.4 = OID: HOST-RESOURCES-TYPES::hrFSLinuxExt2 HOST-RESOURCES-MIB::hrFSType.5 = OID: HOST-RESOURCES-TYPES::hrFSOther HOST-RESOURCES-MIB::hrFSType.6 = OID: HOST-RESOURCES-TYPES::hrFSOther HOST-RESOURCES-MIB::hrFSAccess.1 = INTEGER: readWrite(1)

(25)
(26)

HOST-RESOURCES-MIB::hrSWRunIndex.4628 = INTEGER: 4628 HOST-RESOURCES-MIB::hrSWRunIndex.4645 = INTEGER: 4645 HOST-RESOURCES-MIB::hrSWRunIndex.4646 = INTEGER: 4646 HOST-RESOURCES-MIB::hrSWRunName.1 = STRING: "init"

HOST-RESOURCES-MIB::hrSWRunName.2 = STRING: "migration/0" HOST-RESOURCES-MIB::hrSWRunName.3 = STRING: "ksoftirqd/0" HOST-RESOURCES-MIB::hrSWRunName.4 = STRING: "migration/1" HOST-RESOURCES-MIB::hrSWRunName.5 = STRING: "ksoftirqd/1" HOST-RESOURCES-MIB::hrSWRunName.6 = STRING: "events/0" HOST-RESOURCES-MIB::hrSWRunName.7 = STRING: "events/1" HOST-RESOURCES-MIB::hrSWRunName.8 = STRING: "khelper" HOST-RESOURCES-MIB::hrSWRunName.9 = STRING: "kacpid" HOST-RESOURCES-MIB::hrSWRunName.36 = STRING: "kblockd/0" HOST-RESOURCES-MIB::hrSWRunName.37 = STRING: "kblockd/1" HOST-RESOURCES-MIB::hrSWRunName.38 = STRING: "khubd" HOST-RESOURCES-MIB::hrSWRunName.55 = STRING: "pdflush" HOST-RESOURCES-MIB::hrSWRunName.56 = STRING: "pdflush" HOST-RESOURCES-MIB::hrSWRunName.57 = STRING: "kswapd0" HOST-RESOURCES-MIB::hrSWRunName.58 = STRING: "aio/0" HOST-RESOURCES-MIB::hrSWRunName.59 = STRING: "aio/1" HOST-RESOURCES-MIB::hrSWRunName.203 = STRING: "kseriod" HOST-RESOURCES-MIB::hrSWRunName.308 = STRING: "ata/0" HOST-RESOURCES-MIB::hrSWRunName.309 = STRING: "ata/1" HOST-RESOURCES-MIB::hrSWRunName.313 = STRING: "scsi_eh_0" HOST-RESOURCES-MIB::hrSWRunName.314 = STRING: "scsi_eh_1" HOST-RESOURCES-MIB::hrSWRunName.342 = STRING: "kjournald" HOST-RESOURCES-MIB::hrSWRunName.1438 = STRING: "udevd" HOST-RESOURCES-MIB::hrSWRunName.1887 = STRING: "kauditd" HOST-RESOURCES-MIB::hrSWRunName.2142 = STRING: "kmirrord" HOST-RESOURCES-MIB::hrSWRunName.2193 = STRING: "kjournald" HOST-RESOURCES-MIB::hrSWRunName.2451 = STRING: "cpuspeed" HOST-RESOURCES-MIB::hrSWRunName.2452 = STRING: "cpuspeed" HOST-RESOURCES-MIB::hrSWRunName.2682 = STRING: "syslogd" HOST-RESOURCES-MIB::hrSWRunName.2686 = STRING: "klogd" HOST-RESOURCES-MIB::hrSWRunName.2697 = STRING: "irqbalance" HOST-RESOURCES-MIB::hrSWRunName.2709 = STRING: "portmap" HOST-RESOURCES-MIB::hrSWRunName.2729 = STRING: "rpc.statd" HOST-RESOURCES-MIB::hrSWRunName.2759 = STRING: "rpc.idmapd" HOST-RESOURCES-MIB::hrSWRunName.2842 = STRING: "smartd" HOST-RESOURCES-MIB::hrSWRunName.2852 = STRING: "acpid" HOST-RESOURCES-MIB::hrSWRunName.2879 = STRING: "sshd" HOST-RESOURCES-MIB::hrSWRunName.2911 = STRING: "xinetd" HOST-RESOURCES-MIB::hrSWRunName.2962 = STRING: "gpm" HOST-RESOURCES-MIB::hrSWRunName.3239 = STRING: "crond" HOST-RESOURCES-MIB::hrSWRunName.3262 = STRING: "xfs" HOST-RESOURCES-MIB::hrSWRunName.3281 = STRING: "atd"

HOST-RESOURCES-MIB::hrSWRunName.3306 = STRING: "dbus-daemon-1" HOST-RESOURCES-MIB::hrSWRunName.3325 = STRING: "cups-config-dae" HOST-RESOURCES-MIB::hrSWRunName.3336 = STRING: "hald"

(27)

HOST-RESOURCES-MIB::hrSWRunName.4132 = STRING: "snmpwalk" HOST-RESOURCES-MIB::hrSWRunName.4217 = STRING: "gdm-binary" HOST-RESOURCES-MIB::hrSWRunName.4218 = STRING: "X"

HOST-RESOURCES-MIB::hrSWRunName.4473 = STRING: "startkde" HOST-RESOURCES-MIB::hrSWRunName.4528 = STRING: "ssh-agent" HOST-RESOURCES-MIB::hrSWRunName.4531 = STRING: "dbus-launch" HOST-RESOURCES-MIB::hrSWRunName.4532 = STRING: "dbus-daemon-1" HOST-RESOURCES-MIB::hrSWRunName.4575 = STRING: "kdeinit"

HOST-RESOURCES-MIB::hrSWRunName.4578 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4580 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4583 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4585 = STRING: "gam_server" HOST-RESOURCES-MIB::hrSWRunName.4594 = STRING: "artsd" HOST-RESOURCES-MIB::hrSWRunName.4596 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4602 = STRING: "kwrapper" HOST-RESOURCES-MIB::hrSWRunName.4604 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4605 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4607 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4609 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4610 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4617 = STRING: "kdeinit"

HOST-RESOURCES-MIB::hrSWRunName.4619 = STRING: "pam-panel-icon" HOST-RESOURCES-MIB::hrSWRunName.4620 = STRING: "pam_timestamp_c" HOST-RESOURCES-MIB::hrSWRunName.4621 = STRING: "eggcups"

HOST-RESOURCES-MIB::hrSWRunName.4622 = STRING: "rhn-applet-gui" HOST-RESOURCES-MIB::hrSWRunName.4624 = STRING: "gconfd-2" HOST-RESOURCES-MIB::hrSWRunName.4627 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4628 = STRING: "bash" HOST-RESOURCES-MIB::hrSWRunName.4645 = STRING: "kdeinit" HOST-RESOURCES-MIB::hrSWRunName.4646 = STRING: "bash"

(28)

HOST-RESOURCES-MIB::hrSWRunID.2686 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2697 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2709 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2729 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2759 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2842 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2852 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2879 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2911 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.2962 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3239 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3262 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3281 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3306 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3325 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3336 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3365 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3366 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3368 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3370 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3371 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3374 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3375 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.3378 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4072 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4074 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4129 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4132 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4217 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4218 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4473 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4528 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4531 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4532 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4575 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4578 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4580 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4583 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4585 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4594 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4596 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4602 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4604 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4605 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4607 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4609 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4610 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4617 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4619 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4620 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4621 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4622 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4624 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4627 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4628 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4645 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunID.4646 = OID: SNMPv2-SMI::zeroDotZero HOST-RESOURCES-MIB::hrSWRunPath.1 = STRING: "init [5]"

(29)

HOST-RESOURCES-MIB::hrSWRunPath.4 = STRING: "migration/1" HOST-RESOURCES-MIB::hrSWRunPath.5 = STRING: "ksoftirqd/1" HOST-RESOURCES-MIB::hrSWRunPath.6 = STRING: "events/0" HOST-RESOURCES-MIB::hrSWRunPath.7 = STRING: "events/1" HOST-RESOURCES-MIB::hrSWRunPath.8 = STRING: "khelper" HOST-RESOURCES-MIB::hrSWRunPath.9 = STRING: "kacpid" HOST-RESOURCES-MIB::hrSWRunPath.36 = STRING: "kblockd/0" HOST-RESOURCES-MIB::hrSWRunPath.37 = STRING: "kblockd/1" HOST-RESOURCES-MIB::hrSWRunPath.38 = STRING: "khubd" HOST-RESOURCES-MIB::hrSWRunPath.55 = STRING: "pdflush" HOST-RESOURCES-MIB::hrSWRunPath.56 = STRING: "pdflush" HOST-RESOURCES-MIB::hrSWRunPath.57 = STRING: "kswapd0" HOST-RESOURCES-MIB::hrSWRunPath.58 = STRING: "aio/0" HOST-RESOURCES-MIB::hrSWRunPath.59 = STRING: "aio/1" HOST-RESOURCES-MIB::hrSWRunPath.203 = STRING: "kseriod" HOST-RESOURCES-MIB::hrSWRunPath.308 = STRING: "ata/0" HOST-RESOURCES-MIB::hrSWRunPath.309 = STRING: "ata/1" HOST-RESOURCES-MIB::hrSWRunPath.313 = STRING: "scsi_eh_0" HOST-RESOURCES-MIB::hrSWRunPath.314 = STRING: "scsi_eh_1" HOST-RESOURCES-MIB::hrSWRunPath.342 = STRING: "kjournald" HOST-RESOURCES-MIB::hrSWRunPath.1438 = STRING: "udevd" HOST-RESOURCES-MIB::hrSWRunPath.1887 = STRING: "kauditd" HOST-RESOURCES-MIB::hrSWRunPath.2142 = STRING: "kmirrord" HOST-RESOURCES-MIB::hrSWRunPath.2193 = STRING: "kjournald" HOST-RESOURCES-MIB::hrSWRunPath.2451 = STRING: "cpuspeed" HOST-RESOURCES-MIB::hrSWRunPath.2452 = STRING: "cpuspeed" HOST-RESOURCES-MIB::hrSWRunPath.2682 = STRING: "syslogd" HOST-RESOURCES-MIB::hrSWRunPath.2686 = STRING: "klogd" HOST-RESOURCES-MIB::hrSWRunPath.2697 = STRING: "irqbalance" HOST-RESOURCES-MIB::hrSWRunPath.2709 = STRING: "portmap" HOST-RESOURCES-MIB::hrSWRunPath.2729 = STRING: "rpc.statd" HOST-RESOURCES-MIB::hrSWRunPath.2759 = STRING: "rpc.idmapd" HOST-RESOURCES-MIB::hrSWRunPath.2842 = STRING: "/usr/sbin/smartd" HOST-RESOURCES-MIB::hrSWRunPath.2852 = STRING: "/usr/sbin/acpid" HOST-RESOURCES-MIB::hrSWRunPath.2879 = STRING: "/usr/sbin/sshd" HOST-RESOURCES-MIB::hrSWRunPath.2911 = STRING: "xinetd" HOST-RESOURCES-MIB::hrSWRunPath.2962 = STRING: "gpm" HOST-RESOURCES-MIB::hrSWRunPath.3239 = STRING: "crond" HOST-RESOURCES-MIB::hrSWRunPath.3262 = STRING: "xfs"

HOST-RESOURCES-MIB::hrSWRunPath.3281 = STRING: "/usr/sbin/atd" HOST-RESOURCES-MIB::hrSWRunPath.3306 = STRING: "dbus-daemon-1" HOST-RESOURCES-MIB::hrSWRunPath.3325 = STRING: "cups-config-daemon" HOST-RESOURCES-MIB::hrSWRunPath.3336 = STRING: "hald"

HOST-RESOURCES-MIB::hrSWRunPath.3365 = STRING: "/sbin/mingetty" HOST-RESOURCES-MIB::hrSWRunPath.3366 = STRING: "/sbin/mingetty" HOST-RESOURCES-MIB::hrSWRunPath.3368 = STRING: "/sbin/mingetty" HOST-RESOURCES-MIB::hrSWRunPath.3370 = STRING: "/sbin/mingetty" HOST-RESOURCES-MIB::hrSWRunPath.3371 = STRING: "/sbin/mingetty" HOST-RESOURCES-MIB::hrSWRunPath.3374 = STRING: "/sbin/mingetty" HOST-RESOURCES-MIB::hrSWRunPath.3375 = STRING: "/usr/bin/gdm-binary" HOST-RESOURCES-MIB::hrSWRunPath.3378 = STRING: "/sbin/agetty" HOST-RESOURCES-MIB::hrSWRunPath.4072 = STRING: "sshd: root@pts/3" HOST-RESOURCES-MIB::hrSWRunPath.4074 = STRING: "-bash"

HOST-RESOURCES-MIB::hrSWRunPath.4129 = STRING: "/usr/sbin/snmpd" HOST-RESOURCES-MIB::hrSWRunPath.4132 = STRING: "snmpwalk"

HOST-RESOURCES-MIB::hrSWRunPath.4217 = STRING: "/usr/bin/gdm-binary" HOST-RESOURCES-MIB::hrSWRunPath.4218 = STRING: "/usr/X11R6/bin/X" HOST-RESOURCES-MIB::hrSWRunPath.4473 = STRING: "/bin/sh"

(30)

HOST-RESOURCES-MIB::hrSWRunPath.4532 = STRING: "dbus-daemon-1" HOST-RESOURCES-MIB::hrSWRunPath.4575 = STRING: "kdeinit: Running..."

HOST-RESOURCES-MIB::hrSWRunPath.4578 = STRING: "kdeinit: dcopserver --nosid" HOST-RESOURCES-MIB::hrSWRunPath.4580 = STRING: "kdeinit: klauncher"

HOST-RESOURCES-MIB::hrSWRunPath.4583 = STRING: "kdeinit: kded"

HOST-RESOURCES-MIB::hrSWRunPath.4585 = STRING: "/usr/libexec/gam_server" HOST-RESOURCES-MIB::hrSWRunPath.4594 = STRING: "/usr/bin/artsd"

HOST-RESOURCES-MIB::hrSWRunPath.4596 = STRING: "kdeinit: knotify" HOST-RESOURCES-MIB::hrSWRunPath.4602 = STRING: "kwrapper"

HOST-RESOURCES-MIB::hrSWRunPath.4604 = STRING: "kdeinit: ksmserver" HOST-RESOURCES-MIB::hrSWRunPath.4605 = STRING: "kdeinit: kwin -session 1013b10cd9d1000118295645700000041540000_1186002429_34661"

HOST-RESOURCES-MIB::hrSWRunPath.4607 = STRING: "kdeinit: kdesktop" HOST-RESOURCES-MIB::hrSWRunPath.4609 = STRING: "kdeinit: kicker"

HOST-RESOURCES-MIB::hrSWRunPath.4610 = STRING: "kdeinit: kio_file file /tmp/ksocket-root/klauncherPVG2za.slave-socket /tmp/ksocket-root/kdesktopmMk0vb.slave-socket" HOST-RESOURCES-MIB::hrSWRunPath.4617 = STRING: "kdeinit: khotkeys" HOST-RESOURCES-MIB::hrSWRunPath.4619 = STRING: "/usr/bin/pam-panel-icon" HOST-RESOURCES-MIB::hrSWRunPath.4620 = STRING: "/sbin/pam_timestamp_check" HOST-RESOURCES-MIB::hrSWRunPath.4621 = STRING: "eggcups"

HOST-RESOURCES-MIB::hrSWRunPath.4622 = STRING: "/usr/bin/python" HOST-RESOURCES-MIB::hrSWRunPath.4624 = STRING: "/usr/libexec/gconfd-2" HOST-RESOURCES-MIB::hrSWRunPath.4627 = STRING: "kdeinit: konsole -session 1013b10cd9d1000118295656500000041540009_1186002429_29702"

(31)

HOST-RESOURCES-MIB::hrSWRunParameters.2729 = "" HOST-RESOURCES-MIB::hrSWRunParameters.2759 = "" HOST-RESOURCES-MIB::hrSWRunParameters.2842 = "" HOST-RESOURCES-MIB::hrSWRunParameters.2852 = "" HOST-RESOURCES-MIB::hrSWRunParameters.2879 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.2911 = STRING: "-stayalive -pidfile /var/run/xinetd.pid" HOST-RESOURCES-MIB::hrSWRunParameters.2962 = STRING: "-m /dev/input/mice -t imps2" HOST-RESOURCES-MIB::hrSWRunParameters.3239 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.3262 = STRING: "-droppriv -daemon" HOST-RESOURCES-MIB::hrSWRunParameters.3281 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.3306 = STRING: "--system" HOST-RESOURCES-MIB::hrSWRunParameters.3325 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.3336 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.3365 = STRING: "tty1" HOST-RESOURCES-MIB::hrSWRunParameters.3366 = STRING: "tty2" HOST-RESOURCES-MIB::hrSWRunParameters.3368 = STRING: "tty3" HOST-RESOURCES-MIB::hrSWRunParameters.3370 = STRING: "tty4" HOST-RESOURCES-MIB::hrSWRunParameters.3371 = STRING: "tty5" HOST-RESOURCES-MIB::hrSWRunParameters.3374 = STRING: "tty6" HOST-RESOURCES-MIB::hrSWRunParameters.3375 = STRING: "-nodaemon" HOST-RESOURCES-MIB::hrSWRunParameters.3378 = STRING: "ttyS0 19200 vt100" HOST-RESOURCES-MIB::hrSWRunParameters.4072 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4074 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4129 = STRING: "-Lsd -Lf /dev/null -p /var/run/snmpd -a" HOST-RESOURCES-MIB::hrSWRunParameters.4132 = STRING: "-v1 -c"

HOST-RESOURCES-MIB::hrSWRunParameters.4217 = STRING: "-nodaemon"

HOST-RESOURCES-MIB::hrSWRunParameters.4218 = STRING: ":0 -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp" HOST-RESOURCES-MIB::hrSWRunParameters.4473 = STRING: "/usr/bin/startkde"

HOST-RESOURCES-MIB::hrSWRunParameters.4528 = STRING: "/usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients"

HOST-RESOURCES-MIB::hrSWRunParameters.4531 = STRING: "--exit-with-session /etc/X11/xinit/Xclients" HOST-RESOURCES-MIB::hrSWRunParameters.4532 = STRING: "--fork --print-pid 8 --print-address 6 --session" HOST-RESOURCES-MIB::hrSWRunParameters.4575 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4578 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4580 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4583 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4585 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4594 = STRING: "-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"

HOST-RESOURCES-MIB::hrSWRunParameters.4596 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4602 = STRING: "ksmserver" HOST-RESOURCES-MIB::hrSWRunParameters.4604 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4605 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4607 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4609 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4610 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4617 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4619 = STRING: "--sm-client-id 1013b10cd9d1000118295645900000041540006"

HOST-RESOURCES-MIB::hrSWRunParameters.4620 = STRING: "-d root"

HOST-RESOURCES-MIB::hrSWRunParameters.4621 = STRING: "config-prefix /eggcups-rwJbT5/ --sm-client-id 1013b10cd9d1000118295645900000041540007 --screen 0"

HOST-RESOURCES-MIB::hrSWRunParameters.4622 = STRING: "/usr/binapplet-gui --sm-config-prefix /rhn-applet-OG5NDb/ --sm-client-id 1013b10cd9d1000118295646100000041540008 --screen 0"

HOST-RESOURCES-MIB::hrSWRunParameters.4624 = STRING: "14" HOST-RESOURCES-MIB::hrSWRunParameters.4627 = ""

HOST-RESOURCES-MIB::hrSWRunParameters.4628 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4645 = "" HOST-RESOURCES-MIB::hrSWRunParameters.4646 = ""

(32)
(33)
(34)
(35)
(36)
(37)
(38)
(39)
(40)
(41)
(42)
(43)
(44)
(45)
(46)
(47)

References

Related documents

4 The Second Phase of the United Nations World Programme for Human Rights Education, the United Nations Declaration on Human Rights Education and Training, relevant Council

Pour débrancher l’appareil de chauffage, tourner le bouton du thermostat vers la gauche, jusqu’au plus petit marqueur, puis retirer la fiche de la prise.. Tout appareil

Areas to be painted: Kitchen – walls, ceiling, baseboard, and casing trim Living Room – walls, ceiling, baseboard, and casing trim Bathroom – walls, ceiling, baseboard, and

Induction and refresher training covers risk assessments, safe working practices, communication and health and safety notices and protective equipment. Outside area: risk

Thus it was seek to answer the following research questions:(a) Is there a significant variations in different water quality parameters along the river course of GAR(upper,

See Thomas, supra note 36, at 333 (noting that third parties to a successful validity challenge &#34;may readily free ride from the efforts of the former patentee and

a: Hypopygium, ventral view. b: 9th tergite and cerci, dorsal view. c: Aedeagal complex, lateral view. d: Aedeagal complex, lateral view. e: Aedeagal complex, dorsal view. f:

The first part of this research consists of an assessment of the health of tree swallows (Tachycineta bicolor) nesting on those experimental wetlands, where they were exposed to