-
Re: Orion ESX Installation Requirement Clarification
aLTeReGoFeb 11, 2009 1:01 PM (in response to JasonKV)
Does "Orion NPM" mean the entire package or NPM and SQL or or just the Orion NPM part. This is confusing as the previous sentence says:
This means just NPM.
is it necessary to have a dedicated NIC for Orion NPM or is this only necessary if SQL is running on a VM server
If running NPM under VMWare, you should dedicate a network interface card to the guest OS that is running NPM.
does the Orion NPM application HD need to be raid 1+0 or just the SQL?
Only the SQL Server should be 1+0. Raid 5 is just fine for the the Orion NPM Application server
-
Re: Orion ESX Installation Requirement Clarification
JasonKV Feb 12, 2009 11:02 AM (in response to JasonKV)I have a few more questions after speaking with the VM systems guy.
Dedicated NIC describes what?
My understanding of VM is that the physical NIC (hardware) are configured to connect to virtual switches on the VM. Those virtual switches then are configured to go to certain virtual machines via VLAN Tagging. As far as the OS running on the virtual machine (windows in this case) it has no knowledge of shared resources within the OS, the NIC looks like any normal dedicated NIC to him. If the VM machine does not care what type of traffic (SNMP) and the host OS does not know that physical resource is being shared, How will either be able to discriminate to SNMP?
After thinking about this is dedicated NIC referring to dedicated Virtual NIC or dedicated Physical NIC? Our systems guy had mentioned something about pooling resources and hard setting "shares" to divide workload, Is this what you are trying to avoid?
Sorry for the convoluted post, its tough to describe this situation clearly. Any further clarification would be appreciated.
-
Re: Orion ESX Installation Requirement Clarification
JasonKV Feb 23, 2009 8:11 AM (in response to JasonKV)Bump on my Previous Questions?
What does 'dedicated NIC' mean? See above for my confusion.
-
Re: Orion ESX Installation Requirement Clarification
k3ithtaylor Feb 25, 2009 7:15 AM (in response to JasonKV)I don't think anyone will refute that dedicated NIC means dedicated physical NIC. The solarwinds folks are telling you that their produces high network traffic. You might want to avoid sharing the resources with other VMs. A dedicated physical NIC is not a requirement but instead best practice. If you want to manage the NIC resources via shares it'll still work, just be prepared to monitor the NIC performance and its impact on every VM it supports.
You can't much argue with this disclaimer:
Note: Since Orion NPM uses SNMP to monitor your network, if you are unable to dedicate a network interface card to your Orion NPM installation, you may experience gaps in monitoring data due to the low priority generally assigned to SNMP traffic."
-
Re: Orion ESX Installation Requirement Clarification
denny.lecompte Feb 25, 2009 9:55 AM (in response to k3ithtaylor)Not quite. It is not the case that Orion products a high volume of traffic. The point is that we rely heavily on SNMP, which is a very low-priority protocol. Sometimes, on ESX boxes, the other traffic on a shared NIC will swamp the SNMP traffic, so it gets swamped. Hence the suggestion that you get a dedicated NIC for Orion's VM.
-
Re: Orion ESX Installation Requirement Clarification
k3ithtaylor Feb 25, 2009 10:28 AM (in response to denny.lecompte)Good point. Thank you for the clarification.
-
-
-
-
-
Re: Orion ESX Installation Requirement Clarification
asanchez Feb 13, 2009 10:00 AM (in response to JasonKV)Hi, good morning, I'm going to migrate my Orion NPM and web server to ESX and I want to migrate the physical database server to a virtual esx. In the Administration guide SolarWinds recomends to mantain the sql server on a physical, do you know why?? Is there some problems if both (orion and sql) are in diferents servers??
-
Re: Orion ESX Installation Requirement Clarification
aLTeReGoFeb 13, 2009 10:12 AM (in response to asanchez)
In the Administration guide SolarWinds recomends to mantain the sql server on a physical, do you know why?? Is there some problems if both (orion and sql) are in diferents servers??
Quite the contrary. Whenever possible you should separate the functions of the SQL database server, from the Orion application server. I believe what Solarwinds is recommending is to keep your MSSQL server on physical hardware and not to virtualize the DB, since that would have a negative impact performance on performance.
-