hriosm wrote:
Basically we need to know how many SQL DB connections we need from a vCenter 5 instance?
Just one. vCenter is configured for 10 by default.
Is it host dependent?
No.
Is it guest dependent?
Yes, Windows. you can have connections from other servers however.
Is there a way we estimate how many connections?
You only need one connection, but it really doesn't matter..
Sql DBA told us we currently have a lot of connections, but we dont think that could be cauisng issues.
.. SQL can handle thousands of connections, connections does NOT make a difference. IO is the ONLY factor for SQL. You can have many open connections, it just means there are simultaneous data connections, but throughput should NOT be affected.. unless your SQL host his having problems.. THEN your VI database may suffer. That's the only thing the DBA should be concerned with, # of connections is a NON issue.