To resolve this issue, increase the number of allowed sessions per user.
To increase the number of allowed sessions per user:
- Open the security-config.xml file using a text editor. This file is located at:
- vCenter Server on Windows – Inventory service install location/lib/server/config/
- vCenter Server Appliance – /usr/lib/vmware-vpx/inventoryservice/lib/server/config/
- Insert the following entry as line 68:
<property name="maxUsagePerPrincipal" value="<i>max users" />
Where max users is the maximum number of sessions per user.
For example, to increase the per-user session limit to 200, change the following section of the file:
<bean class="com.vmware.cis.authorization.impl.AuthorizationManagerImpl" id="authorizationManager" init-method="init">
<property name="dataProvider" ref="authProvider" />
</bean></bean>
To:
<bean class="com.vmware.cis.authorization.impl.AuthorizationManagerImpl" id="authorizationManager" init-method="init">
<property name="dataProvider" ref="authProvider" />
<property name="maxUsagePerPrincipal" value="200" />
</bean></bean>
For related information, see Reset the vCenter Server Inventory Service database 5.1 (2042200).
Additional Information
For translated versions of this article, see: