Specifications

Table Of Contents
View Manager Administration Guide
44 VMware, Inc.
Forexample,youmighthave3,000concurrentclientconnections,threeView
ConnectionServerinstances,and6,000Viewdesktopsourcesinyourdeployment.For
eachViewConnectionServerinstance,theresultis11,020,asshowninTable 22.
Usethe“WorksheettoCalculateEphemeralPortsandTCBHashTableonpage 45to
fillinvaluesforyourdeployment.
To calculate the size of the TCB hash table for Security Servers
Usethefollowingformula.
number of hash table rows = ((5 * clients) / security servers ) + 10
Where
clients = projectednumberofconcurrentclientconnections
security servers = numberofsecurityservers
Forexample,youmighthave3,000concurrentclientconnectionsinyourdeployment.
Foreachsecurityserver,theresultis7,510,asshowninTable 23.
Usethe“WorksheettoCalculate
EphemeralPortsandTCBHashTableonpage 45to
fillinvaluesforyourdeployment.
Table 2-2. Example: Calculating Size of TCB Hash Table on View Connection Server
Configuration Parameter Sample Values
Projectednumberofconcurrentclientconnections 3,000
NumberofViewConnectionServerinstances 3
NumberofViewdesktopsources 6,000
((5*clients)/servers)+desktops+20=numberofTCB
hashtablerowsoneachserver
(5*3,000)/3+6,000+20=11,020
Table 2-3. Example: Calculating Size of TCB Hash Table on Security Server
Configuration Parameter Sample Values
Projectednumberofconcurrentclientconnections 3,000
Numberofsecurityservers 2
((5*clients)/securityservers)+10=numberofTCBhash
tablerowsoneachsecurityserver
(5*3,000)/2+10=7,510