<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to hpi-snmp</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/" rel="alternate"/><link href="https://sourceforge.net/p/openhpi/hpi-snmp/feed.atom" rel="self"/><id>https://sourceforge.net/p/openhpi/hpi-snmp/</id><updated>2008-08-25T15:02:01Z</updated><subtitle>Recent changes to hpi-snmp</subtitle><entry><title>Traps do not work</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/7/" rel="alternate"/><published>2008-08-25T15:02:01Z</published><updated>2008-08-25T15:02:01Z</updated><author><name>Shaheen</name><uri>https://sourceforge.net/u/ali475/</uri></author><id>https://sourceforge.net3998aac0214e26e905c88897e2045a6206d3927b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We are running hpi 2.12.0 and hpiSubagent 2.3.4.&lt;/p&gt;
&lt;p&gt;We are using the ipmidirect plugin, RMCP over TCP/IP (UDP, in fact).&lt;/p&gt;
&lt;p&gt;We can walk the MIB just fine, however, we do not get any traps for things such as hot swap events and sensor events.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Getting Stale info from SNMP GET/WALK</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/6/" rel="alternate"/><published>2006-09-27T13:31:00Z</published><updated>2006-09-27T13:31:00Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb66fd4b780c895fade9a30110b328906d4c31715</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are using openhpi-subagent-2.3.3 , openhpi-2.5.2 &lt;br /&gt;
and IPMI Simulator.&lt;br /&gt;
Once we start all of them and from MIB Browser if we &lt;br /&gt;
do a walk on saHpiHotSwapTable , we get the currrent &lt;br /&gt;
info of hotswap states( say ACTIVE state ) . Now using &lt;br /&gt;
IPMI simulator if we change the state of the HOT swap &lt;br /&gt;
to INACTIVE and if  we do&lt;br /&gt;
a walk from the MIB browser we donot get the latest &lt;br /&gt;
info, basically we are getting the stale info &lt;br /&gt;
(ACTIVE). &lt;br /&gt;
Why is this happening and how do we overcome this ?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Rgds,&lt;br /&gt;
Paniraj&lt;br /&gt;
paniraj@motorola.com&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Update HPI-MIB with latest from SAF.</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/5/" rel="alternate"/><published>2006-09-12T18:31:13Z</published><updated>2006-09-12T18:31:13Z</updated><author><name>David Judkovics</name><uri>https://sourceforge.net/u/djudkovi/</uri></author><id>https://sourceforge.neta3919386f445d26f775d5114e0338332f8f03b79</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Update HPI-MIB with latest from SAF.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>openhpi daemon get killed in 2.6.0 version</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/4/" rel="alternate"/><published>2006-08-18T14:57:19Z</published><updated>2006-08-18T14:57:19Z</updated><author><name>latha_nb</name><uri>https://sourceforge.net/u/userid-1549878/</uri></author><id>https://sourceforge.net948e72ead417777ad3dcdcccb57779f47a44a992</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I am having problem with running openhpi-2.6.0 daemon.&lt;br /&gt;
I start the daemon manually by issuing the command &lt;br /&gt;
openhpid -c /usr/local/etc/openhpi/openhpi.conf.&lt;br /&gt;
Following is my openhpi.conf segment&lt;/p&gt;
&lt;p&gt;plugin libipmidirect&lt;/p&gt;
&lt;p&gt;handler libipmidirect {&lt;br /&gt;
entity_root = "{SYSTEM_CHASSIS,0}"&lt;br /&gt;
name = "lan"         # RMCP&lt;br /&gt;
addr = "10.1.9.101"   # Host name or IP &lt;br /&gt;
address&lt;br /&gt;
port = "623"         # RMCP port&lt;br /&gt;
auth_type = "none"   # none, md2, md5 or &lt;br /&gt;
straight&lt;br /&gt;
auth_level = "admin" # operator or admin&lt;br /&gt;
username = ""&lt;br /&gt;
password = ""&lt;br /&gt;
MultipleDomains = "no"  # "yes" creates a &lt;br /&gt;
domain for this handler&lt;br /&gt;
#        DomainTag = "Chassis 1" # Used if &lt;br /&gt;
MultipleDomains="yes"&lt;br /&gt;
#        logflags = ""      # logging off&lt;br /&gt;
#         logflags = "file stdout"&lt;br /&gt;
#        # infos goes to logfile and stdout&lt;br /&gt;
#        # the logfile are log00.log, log01.log ...&lt;br /&gt;
#        logfile = "/tmp/hpilog"&lt;br /&gt;
#        # if #logfile_max reached replace the oldest&lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;and daemon dies in fraction of second and i getting &lt;br /&gt;
error while running my application like this&lt;br /&gt;
CreateConnx: Could not open client socket&lt;br /&gt;
saHpiSessionOpen: Could not create client connection&lt;br /&gt;
saHpiSessionOpen returns NO_RESPONSE&lt;/p&gt;
&lt;p&gt;I am running it on AMD 64bit processor. But same &lt;br /&gt;
problem i am facing while running the daemon in 32 &lt;br /&gt;
bit machine.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Latha.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>problem with snmp subagent</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/3/" rel="alternate"/><published>2006-07-04T13:41:25Z</published><updated>2006-07-04T13:41:25Z</updated><author><name>latha_nb</name><uri>https://sourceforge.net/u/userid-1549878/</uri></author><id>https://sourceforge.netb6207fcfb507d7de00c513494e8b789a5e6316d6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have three queries regarding the openHPI-subagent &lt;br /&gt;
operation&lt;/p&gt;
&lt;p&gt;1.My snmp agent is unable to find the object &lt;br /&gt;
identifer for hpiD&lt;br /&gt;
2.HPI.mib refers to another MIB file SAF-TC-MIB which &lt;br /&gt;
is not available handy with openhpi-snmp package&lt;br /&gt;
3.MY snmp sub agent gets killed after some time it is &lt;br /&gt;
been started successfully.&lt;/p&gt;
&lt;p&gt;It would be great if somebody can give some pointers &lt;br /&gt;
on these issues.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Latha.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Remove OpenHPI dependencies from HPI SNMP agent</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/2/" rel="alternate"/><published>2005-11-17T20:11:59Z</published><updated>2005-11-17T20:11:59Z</updated><author><name>Steve McClellan</name><uri>https://sourceforge.net/u/stevemcclellan/</uri></author><id>https://sourceforge.net3a44326abdc973507c37010b56f5d455319009a1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the HPI SNMP agent had numerous &lt;br /&gt;
dependencies on OpenHPI specific types and functions. &lt;br /&gt;
The agent should be able support any compliant SAF &lt;br /&gt;
HPI implementation, not just OpenHPI.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Update the MIB per the openhpi-saf-mib-wg comments.</title><link href="https://sourceforge.net/p/openhpi/hpi-snmp/1/" rel="alternate"/><published>2004-09-01T14:20:38Z</published><updated>2004-09-01T14:20:38Z</updated><author><name>Konrad Rzeszutek</name><uri>https://sourceforge.net/u/konradrzeszutek/</uri></author><id>https://sourceforge.net58e7c6d201baec1b43b4620c13a0a3657486d780</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Fixes to the MIB based on the 'openhpi-saf-mib-wg'&lt;br /&gt;
comments.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>