I am wondering your thoughts on best practices for deploying both the NPM and SAM 5.0 modules. Specifically:
- Should they be on the same server? I know it is possible to have them on separate servers, but is there an advantage to one design over the other?
- If they are on the same server, should they use the same database instance? Are there any advantages to having them on separate instances?
In our environment, there will be two separate teams - one monitoring NPM and one monitoring SAM. There are roughly 4,000 instances monitored by NPM. We will probably monitor 1-2,000 instances with SAM.
Any thoughts on this would be greatly appreciated.
John