<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Creating an event manually in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833324#M61888</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there anyway i can create an event manually on insight thru the command line?&lt;BR /&gt;&lt;BR /&gt;(I'm trying to run a script on a third party server and return the output as an event)</description>
    <pubDate>Sun, 30 Jul 2006 06:57:24 GMT</pubDate>
    <dc:creator>Roy Cohen</dc:creator>
    <dc:date>2006-07-30T06:57:24Z</dc:date>
    <item>
      <title>Creating an event manually</title>
      <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833324#M61888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there anyway i can create an event manually on insight thru the command line?&lt;BR /&gt;&lt;BR /&gt;(I'm trying to run a script on a third party server and return the output as an event)</description>
      <pubDate>Sun, 30 Jul 2006 06:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833324#M61888</guid>
      <dc:creator>Roy Cohen</dc:creator>
      <dc:date>2006-07-30T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an event manually</title>
      <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833325#M61889</link>
      <description>Hello Roy.&lt;BR /&gt;&lt;BR /&gt;I use trapgen.exe to log MRTG events in the SIM db. It is a command line tool.&lt;BR /&gt;There are some requirements : the sending server must be known by SIM and the trap you will send must be registered in SIM.&lt;BR /&gt;For this last point, you can use an existing trap or create a new MIB file (that is I did for MRTG) and compile/register it with SIM</description>
      <pubDate>Mon, 31 Jul 2006 08:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833325#M61889</guid>
      <dc:creator>OlivierV</dc:creator>
      <dc:date>2006-07-31T08:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an event manually</title>
      <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833326#M61890</link>
      <description>Thanks for the response.&lt;BR /&gt;&lt;BR /&gt;I managed to send the event with evntwin (sends events as snmp traps)&lt;BR /&gt;&lt;BR /&gt;But after creating my own MIB, compiling it and adding it, it ignores the trap and doesnt add anything to the event log on SIM&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 08:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833326#M61890</guid>
      <dc:creator>Roy Cohen</dc:creator>
      <dc:date>2006-07-31T08:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an event manually</title>
      <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833327#M61891</link>
      <description>Roy, check the option to 'Accept unregistered events' in HP SIM.  That way you'll know if the event is arriving and may point to a problem in your MIB.</description>
      <pubDate>Mon, 31 Jul 2006 15:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833327#M61891</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2006-07-31T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an event manually</title>
      <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833328#M61892</link>
      <description>OK,&lt;BR /&gt;&lt;BR /&gt;I found that the mib file I created is formated incorrectly. Now how can I find what is wrong with my mib file?&lt;BR /&gt;&lt;BR /&gt;Is there a program that can check or create mib files?</description>
      <pubDate>Tue, 01 Aug 2006 02:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833328#M61892</guid>
      <dc:creator>Roy Cohen</dc:creator>
      <dc:date>2006-08-01T02:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an event manually</title>
      <link>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833329#M61893</link>
      <description>OK i have solved the problem:&lt;BR /&gt;&lt;BR /&gt;This is for all the people out there that need to do this process,&lt;BR /&gt;&lt;BR /&gt;** the system has to be recognized by SIM so do a discover first.&lt;BR /&gt;&lt;BR /&gt;1. create an event using evntwin or trapgen&lt;BR /&gt;2. check that you are recieving the trap on the other side (use ethereal or something like that)&lt;BR /&gt;-- if evntwin doesnt work check the snmp service under services and see that it is sending the trap to the correct destination with the correct community string)&lt;BR /&gt;3. Create a MIB file using something like mib designer 2.&lt;BR /&gt;4. compile the mib file using mcompile [file.mib]&lt;BR /&gt;5. insert the mib - mxmib -a [file.cfg]&lt;BR /&gt;(Make sure the trapid being sent is smaller then 214xxxxxxx - (int) - SIM has a problem with large trap id's)&lt;BR /&gt;6. if you dont see the mib check that the compiled mib (cfg file) is identical to the (mib file) and allow generic traps under (options--&amp;gt;events--&amp;gt;event filtering settings) for troubleshooting&lt;BR /&gt;&lt;BR /&gt;I hope this makes someones life easier</description>
      <pubDate>Wed, 02 Aug 2006 01:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/creating-an-event-manually/m-p/3833329#M61893</guid>
      <dc:creator>Roy Cohen</dc:creator>
      <dc:date>2006-08-02T01:53:28Z</dc:date>
    </item>
  </channel>
</rss>

