Archive for category Install

Solved: 200% Load on XenApp 5 for Windows 2008

I’ve been wrestling all weekend with the setup of a new training lab environment for my Citrix XenApp 5 certification studying. To quickly built my Citrix servers, I disabled the Windows firewall and run the developed scripts to auto install all prerequisites and the Citrix components. Everything seemed to be installing without problems and I quickly had my test environment up and running ….. at least so I thought.

When I tried to start a published application through the Web Interface I was presented with a vague error and a event log stating the XML service was too busy.

As I’m studying for the A08 Advanced Administration for XenApp, I figured I’d dive right into troubleshooting and get my hands-on experience with some tooling

So I started running some tests …

Read the rest of this entry »

Tags: , ,

Unattended installation of a Domain Controller

So far I’ve written about the Homelab hardware I’ve purchased and some basic configurations for my Storage and XenServers. And with the post on Sysprepping a Windows 2008 Server, I’m ready to build my Windows 2008 Test environment. With a (sysprepped) Windows 2008 Template for my VMs, I can easily clone the needed Servers and get my lab up and running and build a Windows Domain with multiple Servers and ServerRoles.

The first step in building my Windows Domain is to convert a Windows Server 2008 Member Server into a Domain Controller with the dcpromo.exe command.

 

This post is my own personal mental note for the unattended installation of my Windows Server 2008 Domain Controllers.

 
Read the rest of this entry »

Tags: , ,

Sysprep Windows Server 2008

With Windows Server 2008 the newSID tool can no longer be used in combination with imaged deployment of servers. A deployment method that becomes even more important in Server Virtualization and Provisioned Infrastructures. Microsoft has improved the sysprep tooling by using XML config files and introducing the Microsoft Windows Automated Installation Kit (WAIK) to create the unattended answer files. For Windows Vista SP1 and Windows Server 2008, the WAIK version 1.1 can be downloaded here.

 

For Windows Server 2008 R2 and Windows 7 a different WAIK is to be used, which can be found here.

 

 

This post offers step-by-step instructions for the use of the WAIK to setup sysprep.

 

Read the rest of this entry »

Tags: ,