<?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 Adding devices directly in sql in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354813#M5091</link>
    <description>I have an SQL database that holds information on all the servers that we manage. I would like to add these devised to HPSim. &lt;BR /&gt;&lt;BR /&gt;Does anybody know if there is a command line option or anyway device information can be added directly into the sql database, that will allow HPSim to start monitoring these servers.&lt;BR /&gt;&lt;BR /&gt;Thank you for any help.&lt;BR /&gt;Mark.</description>
    <pubDate>Wed, 11 Aug 2004 12:04:24 GMT</pubDate>
    <dc:creator>Mark Skinner</dc:creator>
    <dc:date>2004-08-11T12:04:24Z</dc:date>
    <item>
      <title>Adding devices directly in sql</title>
      <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354813#M5091</link>
      <description>I have an SQL database that holds information on all the servers that we manage. I would like to add these devised to HPSim. &lt;BR /&gt;&lt;BR /&gt;Does anybody know if there is a command line option or anyway device information can be added directly into the sql database, that will allow HPSim to start monitoring these servers.&lt;BR /&gt;&lt;BR /&gt;Thank you for any help.&lt;BR /&gt;Mark.</description>
      <pubDate>Wed, 11 Aug 2004 12:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354813#M5091</guid>
      <dc:creator>Mark Skinner</dc:creator>
      <dc:date>2004-08-11T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding devices directly in sql</title>
      <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354814#M5092</link>
      <description>The best way would be through a manual discovery process.  Export a file with the hostname and IP address and you can cut and paste the info into the manual discovery window.</description>
      <pubDate>Wed, 11 Aug 2004 12:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354814#M5092</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2004-08-11T12:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding devices directly in sql</title>
      <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354815#M5093</link>
      <description>Thanks for the info, but I was really looking for a more automated process, so that when a server is added to our support database a script is run, or details are also added into the HPSim database at the same time.&lt;BR /&gt;&lt;BR /&gt;When the automatic discovery runs and it gets a returned ping it must enter that ip address into the sql db and then start to check what is on that address, if I could find where that ip address is located i could just add the ip addresses I wish to add, and HPSim should then carry on the rest of the automated discovery process.&lt;BR /&gt;&lt;BR /&gt;Does that seem reasonable?&lt;BR /&gt;&lt;BR /&gt;Mark.</description>
      <pubDate>Wed, 11 Aug 2004 12:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354815#M5093</guid>
      <dc:creator>Mark Skinner</dc:creator>
      <dc:date>2004-08-11T12:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding devices directly in sql</title>
      <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354816#M5094</link>
      <description>The problem is that once a device is discovered, it kicks of a complex process of classification, data collection, indexing and so forth, populating several tables in the database.  It really isn't practical to add an entry by doing a SQL operation to add a record into the database.&lt;BR /&gt;&lt;BR /&gt;If I can suggest an alternative, your script could use the mxnode command to perform the add.  The syntax is &lt;BR /&gt;&lt;BR /&gt;mxnode -a hostname(s)|ipaddress(es)&lt;BR /&gt;&lt;BR /&gt;Find mxnode in \Program Files\HP\Systems Insight Manager\bin.  More info is in the help files about how you can use it in different scenarios.</description>
      <pubDate>Wed, 11 Aug 2004 13:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354816#M5094</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2004-08-11T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding devices directly in sql</title>
      <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354817#M5095</link>
      <description>Mark,&lt;BR /&gt;Just a question, are these devices on a number of different IP Subnets?&lt;BR /&gt;Why not just use a couple of IP Ranges and kick off the Auto-Discovery process. &lt;BR /&gt;I've set my ranges so that any new Servers will be picked up by the regular Auto-Discovery runs.</description>
      <pubDate>Wed, 11 Aug 2004 15:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354817#M5095</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2004-08-11T15:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding devices directly in sql</title>
      <link>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354818#M5096</link>
      <description>Thanks Rob,&lt;BR /&gt;But there are about 400 servers on over 100 subnets that I want to monitor, and there are at least 3000 other intel servers I'm not interested in some on the same subnets, and as for unix servers etc there are even more.&lt;BR /&gt;So you can see why I want to add the exact ip's but dont want to have to type them all in.&lt;BR /&gt;It looks like the mxnodes option could be the way to go.&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 12 Aug 2004 10:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/adding-devices-directly-in-sql/m-p/3354818#M5096</guid>
      <dc:creator>Mark Skinner</dc:creator>
      <dc:date>2004-08-12T10:12:38Z</dc:date>
    </item>
  </channel>
</rss>

