Hi I have read the document here Scaling for the Information Explosion: Master-Slave Cluster with vFabric Postgres 9.2 on vSphere | VMware vFabric Blog -… and the document that details how to ...
See more...
Hi I have read the document here Scaling for the Information Explosion: Master-Slave Cluster with vFabric Postgres 9.2 on vSphere | VMware vFabric Blog -… and the document that details how to setup workspace to use an external postgres DB but it is missing some config info when using a master-slave cluster When i have set up the cluster should the jdbc url point to the master host? If the cluster fails over how does Workspace know to point at the secondary host? It doesnt appear that there is a dedicated cluster IP/hostname i can point to? Or do i need to create a DNS CNAME that points to the master and change that manually in a failover event? Thanks
Thanks, but that won't solve the problem - some users will use the same laptop to access the environment from both inside and outside the LAN, so we cannot ask them to change registry keys or sto...
See more...
Thanks, but that won't solve the problem - some users will use the same laptop to access the environment from both inside and outside the LAN, so we cannot ask them to change registry keys or stop services once they are working remotely. Other users will use their home PCs but again we cannot ask them to stop services or edit registry keys - they will just change it back if they want to print something.
Hi we have a client requirement that when users connect to the View 5.2 platform internally (over PCoIP) they are able to get both printers mapped with location based printing GPO and any locally...
See more...
Hi we have a client requirement that when users connect to the View 5.2 platform internally (over PCoIP) they are able to get both printers mapped with location based printing GPO and any locally attached usb printers. However when a user works from outside the LAN the requirement is to disable all printer redirection - they do not want sensitive documents being printed from outside the office. What is the best way to achieve this?
Sure.. log in to the connector-va web gui click on the "User attributes" tab in the menu Fin the line that says "UserPrincipalName" and tick the "Required" box next to it Hit Save Th...
See more...
Sure.. log in to the connector-va web gui click on the "User attributes" tab in the menu Fin the line that says "UserPrincipalName" and tick the "Required" box next to it Hit Save That's it! after that my View configuration worked
I have got HTML access working to my view environment now however i have noticed that when i connect my virtual desktop via horizon workspace it connects me to the desktop but then i have to log ...
See more...
I have got HTML access working to my view environment now however i have noticed that when i connect my virtual desktop via horizon workspace it connects me to the desktop but then i have to log in at the windows login screen. It isnt doing it for me. If i connect directly to the connection server using the blast webpage it does process the SSO correctly and take me to my logged in windows desktop. What do i need to do to get the SSO stuff working in workspace? Thanks
i am running throug hthe initial config wizard and i have joined the domain successfully, however i cannot get View to Sync. I have double checked my URLS and that the account specified is a V...
See more...
i am running throug hthe initial config wizard and i have joined the domain successfully, however i cannot get View to Sync. I have double checked my URLS and that the account specified is a View administrator. i get the following error Error while saving view pool sync configuration. To enable View pools, verify that the userPrincipalName is a required attribute and perform a directory synchronization How do i resolve this? Thanks
We need to run a scheduled powerCLI script to increase and decrease the number of desktops in a pool. So i am using the command Update-AutomaticLinkedClonePool -pool_id Classroom-PCs -MinimumC...
See more...
We need to run a scheduled powerCLI script to increase and decrease the number of desktops in a pool. So i am using the command Update-AutomaticLinkedClonePool -pool_id Classroom-PCs -MinimumCount 100 -MaximumCount 100 -HeadroomCount 25 The weird thing is, its disabling CBRC on the pool, as seen in the event log null edited Pool Classroom-PCs (MODIFY: CBRCEnable = 0) There is no parameter to disable/enable CBRC using the Update-AutomaticLinkedClonePool cmdlet so why is it doing this and how can i stop it?
Hi, we are implementing a small View 5.1 deployment of about 200 virtual desktops. I have a design using 2 connection servers and 2 security servers with a load balancer to guard against a single...
See more...
Hi, we are implementing a small View 5.1 deployment of about 200 virtual desktops. I have a design using 2 connection servers and 2 security servers with a load balancer to guard against a single point of failure. I plan on using a SQL cluster for the back end DBs but I'm still stuck with how to protect the vCenter/Composer. I only have a single 3 node cluster to work with so I can't use multiple vCenter/Composer servers. How do you manage this in your environments? Thanks