I saw this on another blog and thought it was a very good list of networking recommendations to optimize PCOIP sessions and most importantly reduce the potential for disconnnects on the sessions.
http://myvirtualcloud.net/?p=1903
I saw this on another blog and thought it was a very good list of networking recommendations to optimize PCOIP sessions and most importantly reduce the potential for disconnnects on the sessions.
http://myvirtualcloud.net/?p=1903
Just spend my first few hours on the Motorola Xoom that we have acquired for our Desktop Virtualization showroom!
http://danbrinkmann.wordpress.com/2011/04/11/my-first-few-hours-with-the-motorola-xoom/
The list of hardware and software continues to climb. Any vendors want to get on the list?
Soon to be added… Fusion-io card…wurd!
Our demo area at Lewan is almost complete. We have capabilities to demo quite a lot!
VMware View
Citrix XenApp
Citrix XenDesktop
Citrix XenClient
AppSense
HP thin clients
Wyse thin client
Pc’s
iPad
MacBook Pro
If you want to see the next big thing in technology come find me.
Background:
I had a need recently to modify the behavior of a Windows XPe (embedded) device to act as a VMware View Appliance. The goal was to end up with a device which would boot and launch the View Client connect to the View Manager and challenge the user for their ID/Password. Then connect to a specific virtual desktop.
Some devices have a wizard for configuring exactly this behavior, however the device I’m working with seems to have no such feature.
This is just a little diferent from the ‘kiosk mode’ feature of View in that the View Client does challenge the user for their credentials rather than having the login credentials stored/passed to it.
Note, a variation on this idea could be used to make a repurposed desktop act as an appliance for either View or XenDesktop.
This could also be made a little prettier by using a .vbs script and wscript rather than the .bat file and cmd.exe.
Solution:
1.) Disable File write filter
2.) Write batch/cmd file which launches View Client with appropriate parameters in a loop (points to VMware – View client accepts USB pass-through and desktop to launch from the command line).
3.) Modify for the auto-login user – hkcuSoftwareMicrosoftWindows NTCurrentVersionWinLogonShell to launch the batch/cmd file. You can do this using the ‘load hive’ feature of regedit running as the admin user.
4.) Logout as admin, let the auto-login login as user – test, test, test.
5.) Modify CMD launch properties to minimize the cmd window size.
6.) Kill the CMD process
7.) Logout of ‘user’ session (ctrl-alt-del)
8.) Enable File write filter
End result:
When the user logs in explorer.exe is never launched, and the view client presents it’s login challenge. When the view session terminates the .bat file re-launches the view client … forever.
Contents of Command file:
REM – ViewAppliance Shell Script
ECHO OFF
:START
C:Program FilesVMwareVMware ViewClientBinwswc.exe -serverURL ViewManager -desktopName Destkop -connectUSBOnInsert true -connectUSBOnStartup true
goto START
Apparently I’m being punished because Microsoft ever used Netbios in the first place and I’m too lazy to type a FQDN.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1012314
This link got me interested in reading up on streaming Google Chrome, as you’ll see in the comments, there is an MSI available from Google.
http://community.citrix.com/display/ocb/2010/10/25/Streaming+Google+Chrome
Ok, it’s not a very scientific test, but nonetheless… customer experience rules in Desktop Virtualization.
virtualization.info | Citrix HDX better than VMware PCoIP over WAN says Gartner.
This is a Citrix KB article but this applies to Virtual Desktops, Remote Desktop, Terminal Services, etc.
http://support.citrix.com/article/CTX126186
A blog article from Brian Madden, I enjoy his posts and this one is right up my alley, I love analogies too.