Tuesday, March 27, 2007
Test of ScribeFire
Posted by
Toni
at
3:12 PM
0
comments
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.
Posted by
Toni
at
11:55 AM
1 comments
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.
Posted by
Toni
at
12:51 PM
2
comments
Labels: VMware Training
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...
Posted by
Toni
at
11:28 AM
1 comments
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.
Posted by
Toni
at
11:13 AM
0
comments