<?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 Re: Reducing the trafic to the SQL server from the IM server in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596845#M13467</link>
    <description>HP SIM has to constantly scan the database for changes / actions to perform.  It's been analyzed from a number of different angles and this is the most efficient way to do it.</description>
    <pubDate>Thu, 04 Aug 2005 17:10:44 GMT</pubDate>
    <dc:creator>David Claypool</dc:creator>
    <dc:date>2005-08-04T17:10:44Z</dc:date>
    <item>
      <title>Reducing the trafic to the SQL server from the IM server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596842#M13464</link>
      <description>Our DBA noticed that the HP IM 4.2 is triggering select statements to be executed every second on our SQL server.  It is also triggering drop and create index statements.  The following are examples of the statements being generated and executed.&lt;BR /&gt;&lt;BR /&gt;SELECT trapItems.trap_id, RTRIM(trap_name), enabled_flag FROM trapItems,trapItemsEx WHERE trapItems.trap_id = trapItemsEx.trap_id AND trap_generic_id = 4&lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;insert into taskQueryContents select DISTINCT notices.NoticeId, devices.deviceKey, 241, 2 from devices  LEFT OUTER JOIN notices ON devices.deviceKey = notices.deviceKey  LEFT OUTER JOIN NoticeType ON notices.noticeType = NoticeType.noticeType JOIN consolidatedNodeAuths ON devices.mxGuid = consolidatedNodeAuths.NodeId and consolidatedNodeAuths.userID = '00000000864162de000000040000000d'   WHERE (  notices.NoticeSeverity = 5 ) AND (  NoticeType.category = 'HP StorageWorks HSV Controller Events'  )  &lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;CREATE INDEX PK_taskcontents ON taskQueryContents(TaskId)&lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;select TaskId, NoticeId, DeviceKey, sum(OldFlag) from taskQueryContents  group by Noticeid, TaskId, DeviceKey  having  sum(OldFlag) != 3 order by TaskId&lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;drop index taskQueryContents.PK_taskcontents&lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;delete from taskQueryContents where OldFlag = 1&lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;update taskQueryContents set OldFlag= 1&lt;BR /&gt;go&lt;BR /&gt;&lt;BR /&gt;Is there what is making this occur and is there a way to slow it down?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 04 Aug 2005 13:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596842#M13464</guid>
      <dc:creator>David Cosaboom</dc:creator>
      <dc:date>2005-08-04T13:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the trafic to the SQL server from the IM server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596843#M13465</link>
      <description>Yep, that's the way it works.</description>
      <pubDate>Thu, 04 Aug 2005 14:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596843#M13465</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-08-04T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the trafic to the SQL server from the IM server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596844#M13466</link>
      <description>That's the way it works meaning the select statements will execute every 1 second and the dropping and creating of indexes will contine every 5 to 7 seconds?  I'll except your answer, but I just want to make sure I've got things straight.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 04 Aug 2005 15:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596844#M13466</guid>
      <dc:creator>David Cosaboom</dc:creator>
      <dc:date>2005-08-04T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the trafic to the SQL server from the IM server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596845#M13467</link>
      <description>HP SIM has to constantly scan the database for changes / actions to perform.  It's been analyzed from a number of different angles and this is the most efficient way to do it.</description>
      <pubDate>Thu, 04 Aug 2005 17:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596845#M13467</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-08-04T17:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the trafic to the SQL server from the IM server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596846#M13468</link>
      <description>We manage less than 40 servers through insight manager.  Perhaps the only way to prevent this trafic over our netwrok is to reinstall the IM using a local MSDE.  Do you know if I can configure an installation of IM to use an instance of MSDE installed on another machine?  I know that if this is possible we will most likely see the same activity accross the network, but my DBA wants to know.  Thanks for your time.</description>
      <pubDate>Mon, 08 Aug 2005 08:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596846#M13468</guid>
      <dc:creator>David Cosaboom</dc:creator>
      <dc:date>2005-08-08T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the trafic to the SQL server from the IM server</title>
      <link>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596847#M13469</link>
      <description>One thing that you can try is increase the polling interval of the default hardware status polling tasks (If it is feasible for you. By default, it is scheduled to run every 5 minutes for servers and and every 10 minutes for non-servers). This is something that I can think of.</description>
      <pubDate>Mon, 08 Aug 2005 09:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/reducing-the-trafic-to-the-sql-server-from-the-im-server/m-p/3596847#M13469</guid>
      <dc:creator>Aravindh Rajaram</dc:creator>
      <dc:date>2005-08-08T09:57:14Z</dc:date>
    </item>
  </channel>
</rss>

