Upgrade to Citrix XenApp 5.0 Feature Pack 2 on W2K3
Installation of Citrix XenApp 5.0 Feature Pack 2 have a lot of prerequisites and they all have to be installed in the right order. The easiest way is to download … Continue Reading
Installation of Citrix XenApp 5.0 Feature Pack 2 have a lot of prerequisites and they all have to be installed in the right order. The easiest way is to download … Continue Reading
Microsoft has recently release Microsoft Deployment Toolkit 2010 which support deployment of Windows 7 and Windows 2008 R2. I have been working with MDT 2010 Beta and RC and have … Continue Reading
Staying up to date on news on a day to day basis is pretty easy with Twitter, but after a longer vacation this is almost impossible or to time consuming. … Continue Reading
This post is a modified version of Chris Wolfs “Installing and Running XenServer 41 on an External USB-Drive” which makes it possible to run Citrix XenServer 5.5 on an external … Continue Reading
The Provisioning Services 5.1 SP1 is available for download and I would like to share my upgrade experience. If you read the install documentation you will see many upgrade scenarios. … Continue Reading
Many of the Best Practices modification are included in Provisioning Services Optimization Tool. One of these settings are disabling the Automatic Updates Service. To run Windows Update on your vDisk … Continue Reading
The Citrix XenApp 5.0 Feature Pack will be released 29th of September. One of the prerequisite are Sun Java 1.6.0.16. I have created a script for unattended installation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
@echo off REM Install Java 1.6.0.16 REM ScriptFrameWork by Joe Shonk - www.theshonkproject.com REM Customized by Trond Eirik Haavarstein - www.xenappblog.com pushd %~dp0 cd .. set AppSourcePath=Source set AppConfigPath=Configuration set AppInstallPath=Scripts set AppHotfixesPath=Hotfixes set LogFile="%temp%Sun Java 16016.log" set Switches=/qn ALLUSERS=1 REBOOT="ReallySuppress" set MST=TRANSFORMS= cls echo. echo Installing Sun Java 1.6.0.16 echo. cd %AppSourcePath% start /wait jre-6u16-windows-i586.exe /s ADDLOCAL=jrecore REBOOT=suppress JAVAUPDATE=0 IEXPLORER=1 WEBSTARTICON=0 popd endlocal |
Working on my XenServer lab making a new blog post about Microsoft Deployment Toolkit 2010 my XenServer suddenly stopped function properly. My network interface was showing disconnected, even though I … Continue Reading
I have to admit that networking is not my strongest side, I relay on the network folks for FW rules, NAT and so on. The reason why I have installed … Continue Reading