Questions tagged [oid]

OID is the Oracle Internet Directory product

Oracle Internet Directory (OID) is a directory server by Oracle Corporation, compatible with LDAP version 3

184 questions
0
votes
1 answer

Using wmi to trigger query OIDs in NDIS driver

I would like to make wmi query in cs to trigger NDIS OIDs. For example, to check hardware status (OID_GEN_HARDWARE_STATUS) I can use ManagementObjectSearcher("root\\WMI", "SELECT * FROM MSNDIS_HardwareStatus") I need to make some other requests, but…
Rick
  • 3
  • 2
0
votes
1 answer

Description and MIB files for .1.3.6.1.4.1.15227.1.3.1.1.6.0 and .1.3.6.1.4.1.15227.1.3.1.1.7.0

I could not find detail description for following OIDs. .1.3.6.1.4.1.15227.1.3.1.1.6.0 .1.3.6.1.4.1.15227.1.3.1.1.7.0 And, Where do I download for MIB files for these OIDs.
Tun Lin Aung
  • 339
  • 1
  • 4
  • 17
0
votes
1 answer

org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6 cannot be cast to org.postgresql.PGConnection

Within a Stateless bean I m trying to insert into a table which has an OID field. Please find the snippet below: DataSource dataSource = (DataSource) context.lookup(JNDI_NAME); Connection connection = dataSource.getConnection(); PreparedStatement…
0
votes
1 answer

VBScript get SNMP OID values

I'm trying to use access SNMP via VBScript to access a few OID values as it's a climate monitor which has figures for temperature, humidity and airflow. I know which OID's I need to use but cannot find any script or piece of code which effectively…
Hyperjase
  • 127
  • 2
  • 21
0
votes
1 answer

Cacti: Graph value returns 0 on SNMP Generic OID Template

I can get the value from: snmpwalk -v2c -c desscrt% 192.168.120.39 1.3.6.1.4.1.311.1.7.3.1.13 SNMPv2-SMI::enterprises.311.1.7.3.1.13.0 = Counter32: 47 I try to generate graph with: SNMP - Generic OID Template with OID…
desscartes
  • 23
  • 8
0
votes
1 answer

SNMPSHARPNET - GETBULK only writing last OID

I have the following code which does a get bulk on snmp v2 for a specific IP for the whole 1.3.6.1 OIDRoot. I am then writing the result to a csv file. The issue is that it is only writing the last result line rather than all the lines. I am new to…
altosify
  • 47
  • 2
  • 7
0
votes
1 answer

How can I get MIBs list from a remote server by using PHP?

I am working on a project that involves SNMP. Basically I need to construct MIB and OID tree in PHP. I know that there are programs that do this already, but I am trying to implement my own version to incorporate with my webapp. What I know: I am…
Brian
  • 4,958
  • 8
  • 40
  • 56
0
votes
2 answers

How to find the OID of the rows in a table in postgres?

I have a problem encountered lately in our Postgres database, when I query: select * from myTable, it results to, 'could not open relation with OID 892600370'. And it's front end application can't run properly anymore. Base on my research, I…
jorge
  • 13
  • 2
  • 4
0
votes
0 answers

Issue in adding new OID , receiving some garbage value

I have added a new node to the existing MIB tree. In the MIB definition file it is Counter32 as this will be unsigned long in c file. I have used data type in OID as ASN_COUNTER in c file and returning a hardcoded value. but when i do snmpwalk,…
tim
  • 1
0
votes
1 answer

SNMP: Why do I get two different memory values?

I'm trying to figure out how to extract CPU, memory, etc. from a Cisco device with SNMP. On Cisco's website I found this OID: .1.3.6.1.4.1.9.9.48.1.1.1.6 (=…
user2413912
  • 579
  • 6
  • 19
0
votes
1 answer

Do cartridges have a unique (snmp) value? (Lexmark)

I'm currently developing an SNMP application for work. My boss wants me to somehow identify that a completely new cartridge has been installed and that you get a notice when an old one gets placed again in the printer. To do this, I need some kind…
Dylan Reniers
  • 65
  • 1
  • 6
0
votes
1 answer

Getting more specific error messages with PHP LDAP - OID

I'm using PHP to connect to an Oracle OID LDAP - and I'm testing with different account types; in this case I know an account is expired (OID error 9000 - http://docs.oracle.com/cd/E15523_01/oid.1111/e10029/trblsht.htm#CHDJHCHC) but PHP is just…
KPB
  • 23
  • 7
0
votes
1 answer

Creating new memory graph template with cdef and OID for cisco router

I want to create memory graph on cacti. But I have 2 OID for this, used memory (with OID) free memory (with OID). I want to create a graph which function for CDEF used to be (used_mem /(used_mem +free_mem))*100. I mean I want to see on this graph…
desscartes
  • 23
  • 8
0
votes
0 answers

ldap transaction protocol error

I’m writing in order to get some help. To be short, I’m trying to use com.unboundid.ldap.sdk (but it is not necessary - the same problem i get if i use oracle's javax.naming.ldap.*) to handle with ldap transactions, and I get the following…
0
votes
1 answer

defining private MIB under experimental node

Any samples on how to define a private MIB containing some x objects? how do I register these MIBs and handle get requests to it?
Arun Reddy Kandoor
  • 203
  • 1
  • 2
  • 10