Danisvirtual

Author's details

Name: Dan M
Date registered: July 13, 2010
URL: http://www.startswithv.com

Latest posts

  1. Welcome back! — April 11, 2017
  2. NEVTUG Spring Ahead 2015 notes — May 1, 2015
  3. How to turn Fenway Park in Boston into a PacMan game — March 31, 2015
  4. How to Seamlessly Extend the Windows Server Trial to 240 Days — April 3, 2013
  5. OS X: How to Check for The Flashback Trojan – Switching To Mac — March 29, 2013

Author's posts listings

Apr 27

Installing XenDesktop 5 VDA on Windows 2008 R2 Server

Recently I was asked to use XenDesktop 5 as a way for students in a developer training class to connect to individual Windows 2008 R2 server VMs.  I agreed to set it up, but forgot that the Virtual Desktop Agent (VDA) will not install on Windows 2008 R2 server, because the installer blocks it.

I did some searching on the web and came up with a post by Carlo Costanzo talking about installing the VDA on Windows 7.  This post made me realize the agent was capable of running, but simply wouldn’t install because it KNEW I was trying to put it onto Windows 2008 R2 server.

After some more searching, I found a post in the Citrix forums by a guy named Patrick Suddereth, who had managed to install the agent onto Windows 2008 R2 using a TRANSFORM workaround.  His post is here.

So, I downloaded the Microsoft Windows SDK and installed a sub-component called Orca on my Windows 2008 R2 dev box.  This program allows you to edit the installation process of a MSI file, then generate a .mst (transform) file.  A transform file simply tells the installer what to do differently from the default installation.  In this case, we needed to remove the prerequisite check of the OS (and as I found out later, allow the MSI to be installed directly).

Here’s what I had to edit:

Editing the MSI in Orca

After the edit was complete, I exported the transform (.mst) and tried running it from command line:
msiexec /i XdsAgent_x64.msi TRANSFORMS=XD5W2K8Install.mst

I was unsuccessful that way, so I tried changing things up a little…

  1. Copied the x64 install directory from the Citrix XenDesktop 5 installation DVD iso
  2. Made the edit directly to the agent MSI (instead of using the transform) and saved it back into the copied directory.
  3. Did a right-click / Run as Administrator to open a Console window.
  4. CD to the x64 / Virtual Desktop Agent directory
  5. Ran msiexec /i XdsAgent_x64.msi at the command prompt.

The agent installed successfully and the system rebooted as expected, but the machine refused to register with the XenDesktop 5 Controller.  I tried turning off firewalls, restarting services, still nothing.  Then I found a reference to a registry key that turned out to be missing!

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\VirtualDesktopAgent]

Add a String (REG_SZ) called ListOfDDCs and for its value put the fully qualified name of your XenDesktop 5 server (like foo.bar.com).

Go register your machine using the Desktop Studio and it should connect immediately.

NOTE: I’m sure this is not supported by Citrix in any way, so use at your own risk.

 

*** IMPORTANT UPDATE – May 10, 2011 ***

Additional Windows Firewall configuration needed after manual install of VDA Agent

If you’re installing the agent “normally”, you can check the box to automatically configure Windows firewall.  Since we’re taking a backdoor, the configuration doesn’t happen.  Here’s the excerpt from the Admin Guide:

To enable users to connect to desktops, you must configure your firewall as follows:

For communication between endpoint devices and desktops:
•        %Program Files%\Citrix\ICAService\picaSvc.exe requires inbound TCP on port 1494. Because this connection uses a kernel driver, you may need to configure this setting as a port exception rather than a program exception, depending on your firewall software. If you are running Windows Firewall, you must configure this setting as a port exception.

•        %Program Files%\Citrix\ICAService\CitrixCGPServer.exe requires inbound TCP on port 2598

Special thanks to Jerry Jaworski for figuring this out and submitting it!

 

 

Permanent link to this article: http://www.startswithv.com/2011/04/27/installing-xendesktop-5-vda-on-windows-2008-r2-server/

Nov 04

Web-Based User Profiling in the financial industry

Prompted by a fascinating article on Slashdot suggesting CapitalOne profiles users based on their web browser preference, I investigated it myself. Turns out it’s true!

http://news.slashdot.org/story/10/11/04/132257/Do-Firefox-Users-Pay-More-For-Car-Loans

CapitalOne profiles users based on web browser preference

CapitalOne offers different loan rates based on web browser preference

Permanent link to this article: http://www.startswithv.com/2010/11/04/web-based-user-profiling-in-the-financial-industry/

Oct 18

DynamicOps Presents Private Cloud Case Studies at Interop — LEXINGTON, Mass., Oct. 18 /PRNewswire/ —

DynamicOps Presents Private Cloud Case Studies at Interop — LEXINGTON, Mass., Oct. 18 /PRNewswire/ —.

Session will profile how three companies automated IT services delivery and management

LEXINGTON, Mass., Oct. 18 /PRNewswire/ — Rich Bourdeau, vice president of product management at DynamicOps, a leading provider of automated IT service management software, will speak on October 21 at the Interop Conference in New York.

He will speak on “Case Studies: Automating the Delivery and Management of IT Services”. The session will address how companies can improve IT service delivery while lowering costs.

Bourdeau will show how three different enterprises in financial services, publishing, and education deployed automated, on-demand access to IT resources. Each success story will provide details on how these companies now provide users with secure multi-tenant access to the virtual or physical IT resources and the automated capabilities that have lowered costs by reducing manual intervention by IT staff to provision servers or desktops.

The DynamicOps executive has an insiders’ view of enterprise needs for on-demand IT services. Before joining DynamicOps, a 2008 Credit Suisse spinout, he was vice president of Product Management at Incipient, an emerging company in storage virtualization, and held product marketing and management positions at EMC.

Just last week, DynamicOps introduced DynamicOps Cloud Automation Center, the industry’s first full-featured, flexible platform for defining and rapidly automating the delivery and management of on-demand IT services on a shared multi-tenant private or public cloud infrastructure, on both physical or virtual resources.

DynamicOps technology has been running in both mid-sized and large enterprises for five years, beginning with deployment across four global data centers at Credit Suisse before the financial services company launched DynamicOps and offered a commercial solution to the market in 2008. Today, DynamicOps software supports more than 100,000 virtual servers and desktops across a range of industries worldwide.

In addition to the new product launch, two weeks ago, DynamicOps said it had signed a multi-year licensing and distribution agreement with Dell, where DynamicOps software will be a component of Dell’s recently introduced Virtual Integrated System architecture.

About DynamicOps

DynamicOps offers software that simplifies and accelerates the automation, optimization, and delivery of heterogeneous virtualized IT services. The company is privately held and based in Lexington, MA. www.dynamicops.com.

SOURCE DynamicOps

Back to top RELATED LINKS
http://www.dynamicops.com

Permanent link to this article: http://www.startswithv.com/2010/10/18/dynamicops-presents-private-cloud-case-studies-at-interop-lexington-mass-oct-18-prnewswire/

Older posts «

» Newer posts