Hi,

I am using Net snmp 5.4 version and the openhpi subagent.

>From the logs I could see the error messages(error on subcontainer '' insert
(-1)) that are observed only while adding rows for
one event table (saHpiEventTable).

>From the net-snmp code:

int CONTAINER_INSERT(netsnmp_container *x, const void *k)
{
...................
 rc2 = x->insert(x,k);
 if (rc2) {
     snmp_log(LOG_ERR,"error on subcontainer '%s' insert (%d)\n",
               x->container_name ? x->container_name : "", rc2);
...................

Please let me know the case in which the row addition could fail??

Thanks & Regards,
Eswar
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to