Hello Thwackers,
I've been given a task to separate our NPM installation in to essentially three installations. I am not sure if this is possible, or where to start looking.
Currently, we have 1 large solarwinds installation, consisting of over 500 nodes / 1800 interfaces.
We have mixed in our NPM, Network Core devices, Customer Premise equipment, and items that we have under a monitoring contract.
What we'd like to achieve is we have 3 separate web interfaces, on 3 separate host records ( a records ).
Something like noc.domain.local, support.domain.local and managed.domain.local .
When you hit one of those host records ( which can be same server, different vhost ) you will only be able to log in as certain users, and see only certain devices.
For example, noc.domain.local would allow you to see only devices added in to the NOC NPM instance, and only members of the NOC would be able to log in.
If this is even possible, it'd also be nice to use the same SQL server for all instances.
And to complicate it one further, if possible again, members of noc.domain.local should be able to log in to all three areas, support.domain.local should be able to log in to support and managed, and managed.domain.local should be able to log in to managed only.
We are fairly conformable with SQL commands, and how NPM functions and operates, so even if its just a pointer to something that is similar to this would be a great starting point.
The very last resort for us would be three separate installations, with separate sql servers, and separate credential stores on six separate virtual machines.
Thank you,
Allan Button