ProLiant Servers (ML,DL,SL)
1824643 Members
4690 Online
109672 Solutions
New Discussion юеВ

What is this OID .1.3.6.1.4.1.232.11.2.4.1.1.5.1

 
Todd Allen_2
Occasional Contributor

What is this OID .1.3.6.1.4.1.232.11.2.4.1.1.5.1

can someone help me. I am getting an error on a ML530G2 Win2k. Here is the error.
----
Source: Foundation Agent
Event ID: 1163
Threshold Agent: Falling Threshold Passed.
SNMP MIB Variable .1.3.6.1.4.1.232.11.2.4.1.1.5.1 has value 59 <= 90.
Severity: Unknown
Description: None.
Refer to the MIB for a definition of the variable.
[SNMP TRAP: 10006 in CPQTHRSH.MIB]
-----
What is it and how can I correct it?
2 REPLIES 2
kris rombauts
Honored Contributor

Re: What is this OID .1.3.6.1.4.1.232.11.2.4.1.1.5.1

same question from other post :

Hi Todd,

this message means that one of your drives has again more free space available now and is no longer above the critical threshold it crossed before (90% of total disk capacity).

In fact this is not a real error but a information that the previous critical situation has been corrected now.
The thresholds are predefined (i.e.90 % is critical) and are their to warn you that the file system if filling up i.e., so you should have seen a Critical SNMP TRAP before this event that you copied above since this one just informed us that the critical level is no longer crossed.
The % of file system used is just one of the many parameters that are monitored on you system.


OID cpqHoFileSysPercentSpaceUsed1 1.3.6.1.4.1.232.11.2.4.1.1.5.1


taken out of the cpqhost.mib:
-----------------------------

-- Host OS File System Table
-- =========================

The cpqHoFileSys group contains cofiguration and status information about the file system.

INTEGER,
cpqHoFileSysDesc DisplayString,
cpqHoFileSysSpaceTotal INTEGER,
cpqHoFileSysSpaceUsed INTEGER,
cpqHoFileSysPercentSpaceUsed

cpqHoFileSysPercentSpaceUsed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION

"The percent of file system space currently in use.
===========================================


HTH

Kris
Todd Allen_2
Occasional Contributor

Re: What is this OID .1.3.6.1.4.1.232.11.2.4.1.1.5.1

The solution was clearly answered.