I have installed a fresh new version of 10.1.1 NPM. I have my old version's (10.1) db backed up. The old version has something wrong with it, BUT i can get to all the tables (most interestingly, the dbo.Nodes and dbo.Interfaces tables.)
I can easily get an Excel file that has each node listed with it's respective interfaces I need to monitor.
The interfaces were chosen at seemingly random in the sense that I can't write any rules to import these type but ignore those type etc. Network Discovery sucks in this fashion and way too many clicks and searching to do it thru there.
I have about 90 nodes with 300 interfaces to add and I do NOT want to do it again manually.
Anyone know enough SQL magic to get those nodes back into the new (blank) NPM.dbo.Nodes table? and then the associated Interfaces? Any concern about other related tables missing info? I figure I just do a rediscover or poll-now once they're all there....
I was looking to see if I could use Discovery to just point to a txt or csv file that has all the Node's IPs, community name and each Interface but I'm coming up short.
A SQL stored procedure or import is what I'm looking for. Again, both tables are blank in my new install. Just want to populate the Nodes AND correct Interfaces in. Historical data isn't needed. I can then begin polling and I'm happy.
(some wish list items; my Alerts though I didn't have a ton, and any dependencies though I didn't have a ton)
Thanks for looking! I do have some SQL resources available to me at work but their time is scarce and I'd like to have a game plan before I approach them.
-Mark