Specifications
Table Of Contents
- View Manager Administration Guide
- Contents
- About This Book
- Introduction
- Installation
- View Administrator
- Virtual Desktop Deployment
- Client Management
- Installing and Running View Client and View Portal
- Client Connections from the Internet
- Creating SSL Server Certificates
- Using Existing SSL Certificates
- Smart Card Authentication
- RSA SecurID Authentication
- View Client Command Line Options
- Virtual Printing
- Adobe Flash Bandwidth Reduction
- Client Computer Information
- Using PCoIP Display Protocol
- Using HP RGS Display Protocol
- View Composer
- Overview of View Composer
- Preparing vCenter Server for View Composer
- Preparing a Parent VM
- Deploying Linked Clone Desktops from View Manager
- Refreshing, Recomposing, and Rebalancing Linked Clone Desktops
- Using an Existing View Composer Database
- Using the SviConfig Tool for View Composer
- Offline Desktop
- Component Policies
- Unified Access
- Troubleshooting
- Appendix: The locked.properties File
- Glossary
- Index
VMware, Inc. 43
Chapter 2 Installation
2Intheregistry,locatethecorrectsubkeyandclickParameters.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
3ClickEdit>Newandaddtheregistryentry.
Value Name: MaxUserPort
Value Type: DWORD
Value data: 1024 + <calculated number of ephemeral ports>
Valid Range: 5000-65534 (decimal)
4ExittheRegistryEditor.
5RestarttheWindowsServercomputer.
ActiveDirectorygrouppoliciescanoverrideregistryentries.Whenpossible,usea
grouppolicytosetthenumberofephemeralportsonViewConnectionServer.
Increasing the Size of the TCB Hash Table
Thetransmissioncontrolblock(TCB)holdsinformationaboutTCPconnectionsthatare
madebetweenViewConnectionServerclientsandtheirdesktopsources.Tosupporta
largeViewdesktopdeployment,youcanincreasethesizeoftheTCBhashtable.
TheTCBisamemory‐residentdatastructurethatcontainssocketnumbers,
thelocation
ofincomingandoutgoingdatabuffers,bytesreceivedorunacknowledged,andother
information.Toretrievethisinformationquickly,WindowsServerstoresTCBdata
structuresinahashtable.Bydefault,theoperatingsystemconfiguresthenumberof
hashtablerowsbasedonthenumberofCPUsintheWindows
Servercomputer.
YouusetwodifferentformulastocalculatetheTCBhashtablesizeonViewConnection
Serverinstancesandsecurityservers.
TosupportalargenumberofViewdesktops,youcanoptimizethesizeoftheTCBhash
tableoneachViewConnectionServerinstance.Calculatethesizeinrows.
To calculate the size of the TCB hash table for View Connection Servers
Usethefollowingformula.
number of hash table rows on each View Connection Server instance =
((5 * clients) / servers ) + desktops + 20
Where
clients=projectednumberofconcurrentclientconnections
servers=numberofViewConnectionServerinstancesinreplicatedgroup
desktops=numberofViewdesktopsourcesinyourdeployment