VMware {code} Community
bhoke
Enthusiast
Enthusiast

Is the number of sessions limited?

I'm using the vi perl toolkit to build a web application that allows users to connect to a VirtualCenter and interact with their Virtual Machines. They have to login at the beginning and a session is used to keep the connection to the VC.

My question is: Is there a limit number of sessions that can be established to one VC? In this case it may be possible that 100 or more users are connected at the same time to one VC.

Thanks, Benjamin

Reply
0 Kudos
3 Replies
pwiltsey
Enthusiast
Enthusiast

Given that the number of remote console connections is limited to 10 ( per http://www.vmware.com/pdf/vi3_301_201_config_max.pdf ) and approx 1500 VMs per VC for performance and management reasons, the theoretical there of 15000 seems rather high to me. I have seen other limits for this posted, but there is also a limit on the number of database connections from VC. I realize there is not a specific corelation from DB connections to VC sessions necessarily, especially given possible connection pooling.

I created a test script with to spawn Vim::login as many times as possible. There does seem to be a default limit of 95 Active Sessions.

I imagine this is a tunable in the webservices perhaps or tomcat.

bhoke
Enthusiast
Enthusiast

Thanks for your helpful answer. Is there an official statement from Vmware?

Reply
0 Kudos
bhoke
Enthusiast
Enthusiast

I also identified a limit of round about 100 active sessions. Is there a way to increase this number?

Reply
0 Kudos