January 11, 2016 at 9:54 am
Hi All,
Currently we are planning to build SQL Server Inventory server in our environment with all relevant information. Could you help and suggest how to proceed on this ?
January 11, 2016 at 11:16 am
You can designate one of your servers as a Central Management Server.
It stores only the server registration, so nothing more than a server name. If you want to store more information about your servers (purpose, configurations etc...) I would suggest to use a spreadsheet or a custom application.
-- Gianluca Sartori
January 11, 2016 at 11:27 am
also, if you run the Microsoft Assessment and Planning Toolkit, instead of letting it create a default (localdb)\maptoolkit, you could have it create databases in your CMS server; it create it's thousands of objects in the server of your choice, accross a couple of databases or so, and you can easily query a TON of information:
there is an amazing amount of infpormation it gathers.
select * from SqlServer_Assessment.SqlInstances WHERE SQLServiceType = 1 --SQL
Lowell
January 11, 2016 at 11:32 am
Using this Toolkit can we monitor and maintain multiple servers.
January 11, 2016 at 11:40 am
New persopn (1/11/2016)
Using this Toolkit can we monitor and maintain multiple servers.
it literally scans the entire network for all types of devices; it just happens to have a checkbox for doing SQL server also.
In my environment, for example, it found 1008 "machines", which i think includes routers and the like...anything with an IP address.
it can be drilled down to desktops vs servers.
of those two sets that, there were 109 SQL server instances, over 60 machines, and when i dig into the exported details(or query the database directly), i see the expected number of real servers vs Developer instances on desktops.
Lowell
January 11, 2016 at 12:14 pm
If we have multiple networks how it will capture. In our environment we have multiple domains and networks.
January 11, 2016 at 12:59 pm
New persopn (1/11/2016)
If we have multiple networks how it will capture. In our environment we have multiple domains and networks.
it is an extremely robust solution. it has half a dozen ways to scan; I use Active directory, first, so i can enumerate all the objects from that, and you can enter up to effectively unlimited number ip address ranges, if you want to scan various ranges for objects. it's got an amazing suite of goodies.
I'd say just install it locally, and run it, which took maybe fifteen minutes to deeply inventory my network, and review the results.
Lowell
January 11, 2016 at 1:47 pm
Thanks for your valuable information and suggestions. We will try to implement and let you know if any queries.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply