Re: ucd-snmp/diskio and diskIOLAX on Solaris

2013-01-12 Thread Eugene M. Zheganin
Hi.

On 11.01.2013 11:37, Eugene M. Zheganin wrote:
> I've built net-snmp 5.7.2 on Solaris 10 x86 from sources.
> I can get most of the diskIOTable oids, but all of the diskIOLAX oids
> are not available.
>
> Did I do something worng or is it just not available on Solaris ?
>
After examining the diskio.c seems like the Solaris implementation is 
missing for the busy statistics, which is sad, because they seem to be 
available at least through the kstat. What is also sad, is that my C 
skills aren't enough for writing such code.

Eugene.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


basic proxy configuration

2013-01-12 Thread Summers, Scott H
I'm trying to setup a basic proxy configuration (I think)


 A -> B -> C

System C has the Net-SNMP agent running on it.  We already tested that system B 
can issue SNMPGETNEXT commands to C and get responses. I now want to configure 
things so that I can issue an SNMPGETNEXT from A that will be forwarded to C 
through B.

I haven't found this laid out anywhere,  but I suspect I'm just missing 
something (probably simple too).

TIA,

Scott Summers  |  Stealth Group  |  TCIS Unisys

Unisys  |  2476 Swedesford Road, Malvern, PA 19355  |  M/S Q207E  |  Office 
267-462-3452 |  Cell 484-620-9352

[cid:image001.gif@01CDF09D.56590A20] 
[cid:image002.gif@01CDF09D.56590A20]   
[cid:image003.gif@01CDF09D.56590A20]  
 [cid:image004.gif@01CDF09D.56590A20]   
[cid:image005.gif@01CDF09D.56590A20] 



THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



<><><><><>--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: basic proxy configuration

2013-01-12 Thread Dave Shield
On 12 January 2013 13:19, Summers, Scott H  wrote:
> I’m trying to setup a basic proxy configuration (I think)

Correct

> System C has the Net-SNMP agent running on it.  We already tested that
> system B can issue SNMPGETNEXT commands to C and get responses. I now want
> to configure things so that I can issue an SNMPGETNEXT from A that will be
> forwarded to C through B.

You need to run a Net-SNMP agent on B as well,
with a config file that includes
one or more   'proxy' lines, to pass incoming requests on to C.

You may need to disable most of the modules in B, to ensure
that it doesn't try to process requests itself.

See the 'snmpd.conf(5) man page for details.

Dave

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: basic proxy configuration

2013-01-12 Thread Dave Shield
On 12 January 2013 15:35, Summers, Scott H  wrote:
> Question #2 is on traps or maybe really on how to decipher the encoded
> tree

  [snip - OID   1.3.6.1.4.1.9.9.13.3.0.4 ]

 > I tried to translate the following example I got from the web, but I get
> only a partial translation.

Doing a web search, this seems to be the OID for
CISCO-ENVMON-MIB::ciscoEnvMonFanNotification

The Net-SNMP agent doesn't implement the various Cisco MIBs
(which are typically only implemented by Cisco hardware),
so we don't ship those MIB files by default.   Which is why
the OID is only partially translated.


>I then threw the request at SNMP agent running
> on a Win 7 platform, and got back a value of 1.

If you look at the OID associated with this value, it's one from
one of the UCD SNMP MIBs.
   You asked for the next varbind after .1.3.6.1.4.1.9.9.13.3.0.4
so the agent returned the first enterprise-specific OID that it
implements, which is one of the UCD ones.   This has nothing
to do with the OID that you specified on the command line - it's
simply the first one that is implemented.

Dave

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


ucd-snmp/diskio and diskIOLAX on Solaris

2013-01-12 Thread Eugene M. Zheganin
Hi,

I've built net-snmp 5.7.2 on Solaris 10 x86 from sources.
I can get most of the diskIOTable oids, but all of the diskIOLAX oids 
are not available.

Did I do something worng or is it just not available on Solaris ?
If the answer to the second part of the last question is yes, then why 
(just curious) and will it be available in the future ?

Thanks.
Eugene.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


SNMP debug log

2013-01-12 Thread Zheng, Wenjie (Barclay)
Hi everyone

Agter I turned on the debug log, I found tons of logs like below:

trace: snmp_sess_select_info(): ../../snmplib/snmp_api.c, 5876:
sess_select: for all sessions: 8 6 
sess_select: next alarm 62.148695844 sec
sess_select: blocking:no session requests or alarms.

Is this a normal log?

Thanks,
Barclay

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users