On Thu, 14 Apr 2005 15:36:32 +0800 Hongjunli wrote:
H> snmp_set_var_value(idx, (u_char *)entry->AdminPwd,
H> strlen(entry->AdminPwd)); //when execution arrives at this line ,the
H> agent will be shut down
H>
H> the agent will be shut down .Error message is "segment default"
That's lik
On Wed, 13 Apr 2005 15:43:13 +0800 Hongjunli wrote:
H> When I use snmptable to visite myself table,I get "USER-MIB::AdminUsrTable:
H> No entries". Could you tell me the cause?
1) Your table isn't setting up the indexes properly
or
2) the handler isn't settind the data correctly
--
NOTE: messag
Why will my function xxxTable_load(...) be called twice after only one
snmpwalk/snmptable used ?I have traced tcpTable_load(...),but it is called just
once. Could you expain the cause?
thanks a lot.
hi
I used "mib2c -c mib2c.iterate.conf AdminUsrTable" to generate the
following c code ,but when execution arrives at this line:
/
When I use snmptable to visite myself table,I get "USER-MIB::AdminUsrTable: No
entries".Could you tell me the cause?
Dear All,
Firstly, many thanks for your reply. I would like to show you my problem.
I need to get Disk, CPU, and Memory information from my HP-UX Machine for Monitoring purpose, this information will be showed with chart.
To do this. I installed net-snmp in my HP-UX machine, after that. I us
Hello,
I hav written a code to read the value of tcpMaxConn
from TCPMIB as shown below.
fn()
{
struct snmp_session session;
struct snmp_session *sess_handle;
struct snmp_pdu *pdu;
struct snmp_pdu *response;
struct variable_list *vars;
oid id_oid[MAX
Dear Wes Hardaker,
I need to get Disk, CPU, and Memory information from my HP-UX Machine for Monitoring purpose, this information will be showed with chart.
To do this. I installed net-snmp in my HP-UX machine, after that. I used SolarWinds software (version for windows 2000 machine) to query t
Robert Story wrote:
On Fri, 15 Apr 2005 09:21:58 -0400 Alex wrote:
AB> Move the source code to a folder that does not contain a space in the
AB> name. You are compiling from "C:\Documents and Settings" which will not
AB> work.
Is there a standard windows equivalents to grep that we could use to
Title: RE: Problem with mib2C
Thanks Alex. After moving it to different folder that doesn't contain a space in the name, it just compiled fine without any errors!!
- Akshatha
-Original Message-
From: Alex Burger [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 15, 2005 6:52 PM
To: [E
On Fri, 15 Apr 2005 09:21:58 -0400 Alex wrote:
AB> Move the source code to a folder that does not contain a space in the
AB> name. You are compiling from "C:\Documents and Settings" which will not
AB> work.
Is there a standard windows equivalents to grep that we could use to test
for this, and
Move the source code to a folder that does not contain a space in the
name. You are compiling from "C:\Documents and Settings" which will not
work. Yes, this should be documented, but I don't think it is.
Alex
[EMAIL PROTECTED] wrote:
No luck. It gave me the same problem again when I did the c
Title: RE: Problem with mib2C
No luck. It gave me the same problem again when I did the changes as you mentioned. I also tried setting the INSTALL_BASE variable to the Source Directory but got the same error. I am attaching the compilation log with the mail for your reference.
Thanks
- Aksh
Hi Akshatha.
Trying modifying the nmakeperl.bat file by commenting out the existing
'perl Makefile.PL CAPI=TRUE -NET-SNMP-PATH=%INSTALL_BASE%' and
uncommenting the 'perl Makefile.PL CAPI=TRUE -NET-SNMP-IN-SOURCE=TRUE line.
Alex
[EMAIL PROTECTED] wrote:
Hi Alex,
Thanks for your reply.
I did use t
14 matches
Mail list logo