Tuesday, March 27, 2007

Test of ScribeFire

If this works, it will be faster to upload something to my blog...

Friday, March 23, 2007

SAN Design for VMware

I stumbled upon an ebook from VMware today: SAN System Design and Deployment Guide. I just browsed through it and it seems a very interesting read about SAN infrastructures, i.e., one of the main prerequisites when implementing and using VMware ESX.

Tuesday, March 13, 2007

VMware Training

I'm currently on a VMware training session (Virtual Infrastructure 2.0, ESX 3). This is really interesting, especially because I can refresh my Linux background a little bit.

Wednesday, November 08, 2006

New Job

I recently moved jobs. After a good time at Guidance, it was time for a change and I now joined Login Consultants.

Login Consultants is famous in the server-base computing world, but does a lot more. I'll post info about tools and services delivered by Login as I encounter them in practice and as time goes by...

Monday, May 29, 2006

Registry Population

Deploying applications is usually done by means of MSIs. In some cases, application installation procedures configure the environment such that the user who installs the application can use it as well. This is fine in a single-user model where the user is in charge of his/her own PC. When deploying applications in a multi-user environment, it can occur that the user needs to have this configuration before actually launching the application for the first time. This is a situation like chicken-or-egg.

We looked for a solution to populate the user-registry before he/she starts a certain application. The solution we found to work uses AD policies in combination with a custom logon-script which does two things: 1) checking whether the required (user- / HKLM) registry keys are present and if they are not 2) configure those registry keys. In combination with Flex Profiles, this populates the flex profile at first logoff as well.

We called our scenario: OpsPopulate (on Citrix, in combination with Flex Profiles) and RegPopulate (on XP). The mechanism is the same. In order to improve logon performance on the Citrix environment, we made sure that the Flex Profile configuration file for the specific application is only parsed for users that actually require the application.

We are currently investigating whether this scenario enables us to configure ODBC settings for users in an automated and centralized way.

Custom Search