<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://it-experts.dk/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Jens Jönsson</title><subtitle type="html" /><id>http://it-experts.dk/blogs/jjonsson/atom.aspx</id><link rel="alternate" type="text/html" href="http://it-experts.dk/blogs/jjonsson/default.aspx" /><link rel="self" type="application/atom+xml" href="http://it-experts.dk/blogs/jjonsson/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.40407.4157">Community Server</generator><updated>2009-01-14T11:17:00Z</updated><entry><title>How to create your own selfsigned SSL UCC SAN Certificate to use with Exchange 2007/2010</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2010/03/04/how-to-create-your-own-selfsigned-ssl-ucc-san-certificate-to-use-with-exchange-2007-2010.aspx" /><id>/blogs/jjonsson/archive/2010/03/04/how-to-create-your-own-selfsigned-ssl-ucc-san-certificate-to-use-with-exchange-2007-2010.aspx</id><published>2010-03-04T08:10:00Z</published><updated>2010-03-04T08:10:00Z</updated><content type="html">&lt;p&gt;If you don&amp;#39;t want to spend money on a SSL SAN UCC certificate you can create a selfsigned SAN certificate yourself by following this guide from Microsoft: &lt;a href="http://support.microsoft.com/kb/931351"&gt;http://support.microsoft.com/kb/931351&lt;/a&gt;. The guide will work for both Windows 2003 and 2008/2008 R2.&lt;/p&gt;
&lt;p&gt;To enable UCC SAN certificates on Windows 2008/2008 R2 Certificate server run the following commands from a command prompt (Remember to run the command prompt &amp;quot;As Administrator&amp;quot;):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;certutil &amp;ndash;setreg policy\SubjectAltName enabled &lt;/li&gt;
&lt;li&gt;certutil &amp;ndash;setreg policy\SubjectAltName2 enabled&lt;/li&gt;
&lt;li&gt;net stop certsvc&lt;/li&gt;
&lt;li&gt;net start certsvc&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;On Windows 2008 Server you can&amp;#39;t use Webenrollment if you have installed your Certificate Server as a Stand-alone CA, so I haven&amp;#39;t tried the web way. Instead I have created the &lt;strong&gt;request.inf&lt;/strong&gt; file as stated in the link above and used the &lt;strong&gt;certreq.exe&lt;/strong&gt; program from the command line (I followed the guide &amp;quot;&lt;em&gt;How to use the Certreq.exe utility to create and submit a certificate request that includes a SAN&lt;/em&gt;&amp;quot;).&lt;/p&gt;
&lt;p&gt;It&amp;#39;s important that you omit the line &amp;quot;&lt;strong&gt;EncipherOnly = FALSE&lt;/strong&gt;&amp;quot; in the &lt;strong&gt;request.inf&lt;/strong&gt; file (Put a semicolon ; in front of the line to omit it) or else it will fail on Server 2008 with the following error:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Certificate Request Processor: The data is invalid. 0x8007000d (WIN32: 13)&lt;br /&gt;request.inf([NewRequest] EncipherOnly = &amp;quot;FALSE&amp;quot;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The domains/hosts you want listed on the SAN attribute in the certificate must be added to the line:&lt;/p&gt;
&lt;p&gt;SAN=&amp;quot;dns=.fabrikam.com&amp;amp;dns=ldap.fabrikam.com&amp;quot;&lt;/p&gt;
&lt;p&gt;My request.inf file looks like the following:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Version] &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Signature=&amp;quot;$Windows NT$ &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[NewRequest]&lt;br /&gt;Subject = &amp;quot;CN=EXCHANGE.internaldomain.local&amp;quot; ; must be the FQDN of domain controller&lt;br /&gt;;EncipherOnly = FALSE&lt;br /&gt;Exportable = TRUE&amp;nbsp; ; TRUE = Private key is exportable&lt;br /&gt;KeyLength = 2048&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Common key sizes: 512, 1024, 2048, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096, 8192, 16384&lt;br /&gt;KeySpec = 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Key Exchange&lt;br /&gt;KeyUsage = 0xA0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Digital Signature, Key Encipherment&lt;br /&gt;MachineKeySet = True&lt;br /&gt;ProviderName = &amp;quot;Microsoft RSA SChannel Cryptographic Provider&amp;quot;&lt;br /&gt;ProviderType = 12&lt;br /&gt;RequestType = CMC&lt;br /&gt;&amp;nbsp;&lt;br /&gt;; Omit entire section if CA is an enterprise CA&lt;br /&gt;[EnhancedKeyUsageExtension]&lt;br /&gt;OID=1.3.6.1.5.5.7.3.1 ; Server Authentication&lt;br /&gt;&amp;nbsp;&lt;br /&gt;[RequestAttributes]&lt;br /&gt;;CertificateTemplate = WebServer ;Omit&amp;nbsp; line if CA is a stand-alone CA&lt;br /&gt;SAN=&amp;quot;dns=mail.externaldomain.tld&amp;amp;dns=autodiscover.externaldomain.tld&amp;amp;dns=externaldomain.tld&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please notice that I have omitted the line: &lt;strong&gt;CertificateTemplate = WebServer&lt;/strong&gt; because I have only installed a Stand-alone CA, not a Enterprise CA.&lt;/p&gt;
&lt;p&gt;The external domain names for a Exchange setup is normally: owa.domain.tld, autodiscover.domain.tld and mail.domain.tld. Remember to include both internal and external domain names in the SAN attribute if you use both.&lt;/p&gt;
&lt;p&gt;A selfsigned certificate will fail if root certificate is not trusted. You therefor have to copy your root certificate from your CA to your PC, mobilphone, Smartphone etc. On your Windows XP/Vista/7 computer Import it to the&amp;nbsp;Trusted Root Certification Authorities store on your computer account.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=8847" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="SSL UCC SAN Certificate Exchange 2007 2010 Windows 2008 R2" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/SSL+UCC+SAN+Certificate+Exchange+2007+2010+Windows+2008+R2/default.aspx" /></entry><entry><title>Need to update BIOS, BMC firmware etc. but no floppy drive in the server ?</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2010/01/21/need-to-update-bios-bmc-firmware-etc-but-no-floppy-drive-in-the-server.aspx" /><id>/blogs/jjonsson/archive/2010/01/21/need-to-update-bios-bmc-firmware-etc-but-no-floppy-drive-in-the-server.aspx</id><published>2010-01-21T20:11:00Z</published><updated>2010-01-21T20:11:00Z</updated><content type="html">&lt;p&gt;Often BIOS and other firmware upgrade tools are still in good old DOS format. So to update your server you need to create a floppy disk with the files to boot from, but to what need when your server doesn&amp;#39;t have a floppy drive ?&lt;/p&gt;
&lt;p&gt;The solution is to boot from a USB stick and here&amp;#39;s how to make one easily:&lt;/p&gt;
&lt;p&gt;1) Download &lt;a href="http://unetbootin.sourceforge.net/"&gt;Unetbootin&lt;/a&gt; and run it!&lt;/p&gt;
&lt;p&gt;2) Choose &amp;quot;FreeDOS&amp;quot; from the &amp;quot;Distribution&amp;quot; menu.&lt;/p&gt;
&lt;p&gt;3) Insert your formatted USB stick&lt;/p&gt;
&lt;p&gt;4) Click &amp;quot;OK&amp;quot; to make your bootable USB stick with FreeDOS&lt;/p&gt;
&lt;p&gt;5) Copy your BIOS update software and BIOS files to the USB stick.&lt;/p&gt;
&lt;p&gt;6) Boot your server and remember to choose to boot from USB in the boot menu...&lt;/p&gt;
&lt;p&gt;7) Update your BIOS !&lt;/p&gt;
&lt;p&gt;Done!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://it-experts.dk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/3010.UNetbootin.png"&gt;&lt;img src="http://it-experts.dk/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/3010.UNetbootin.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=8314" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="BIOS USB Unetbootin FreeDOS" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/BIOS+USB+Unetbootin+FreeDOS/default.aspx" /></entry><entry><title>Convert from .VHD to .VMDK or vice versa</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2010/01/21/convert-from-vhd-to-vmdk-or-vice-versa.aspx" /><id>/blogs/jjonsson/archive/2010/01/21/convert-from-vhd-to-vmdk-or-vice-versa.aspx</id><published>2010-01-21T20:05:00Z</published><updated>2010-01-21T20:05:00Z</updated><content type="html">&lt;p&gt;I found this nice free tool the other day and would like to share it with you! It can convert .VHD to .VMDK and vice versa. Migrate from local storage to shared storage etc.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.starwindsoftware.com/converter"&gt;http://www.starwindsoftware.com/converter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=8313" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry><entry><title>Missing default gateway on Windows 2008 server deployed from template in VMWare vCenter</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/11/10/missing-default-gateway-on-windows-2008-server-deployed-from-template.aspx" /><id>/blogs/jjonsson/archive/2009/11/10/missing-default-gateway-on-windows-2008-server-deployed-from-template.aspx</id><published>2009-11-10T16:16:00Z</published><updated>2009-11-10T16:16:00Z</updated><content type="html">&lt;p&gt;Sometimes it happens that the default gateway IP-address&amp;nbsp;is missing when using static IP-addressing on a Windows 2008 and Windows 2008 R2 server&amp;nbsp;and it&amp;#39;s deployed from a template in vCenter.&lt;/p&gt;
&lt;p&gt;To fix this run REGEDIT and browse to:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;HKEY_LOCAL_MACHINE&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \SYSTEM&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \CurrentControlSet&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \Services&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \Tcpip&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \Interfaces&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&amp;lt;Interface GUID ex: {87272408-3736-4F1F-BA27-07C452A8370C}&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If you click on the registry setting &amp;quot;DefaultGateway&amp;quot; you&amp;#39;ll see that a extra linie is added.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://it-experts.dk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/5736.regedit.bmp"&gt;&lt;img src="http://it-experts.dk/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/5736.regedit.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Delete the extra linie and close regedit. Reboot and done :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=7308" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry><entry><title>How to apply a patch to Windows 2008 Server Core</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/08/28/how-to-apply-a-patch-to-windows-2008-server-core.aspx" /><id>/blogs/jjonsson/archive/2009/08/28/how-to-apply-a-patch-to-windows-2008-server-core.aspx</id><published>2009-08-28T06:38:00Z</published><updated>2009-08-28T06:38:00Z</updated><content type="html">&lt;p&gt;To install a patch on Windows 2008 Server Core run the following command:&lt;/p&gt;
&lt;h4&gt;wusa.exe &amp;lt;name of patch.msu&amp;gt; /quiet /norestart&lt;/h4&gt;
&lt;p&gt;As you may figure out, you have to download the patch from another computer as a Server Core does not include Internet Explorer :-)&lt;/p&gt;
&lt;p&gt;.MSU is the new name for&amp;nbsp;Vista/7/2008 patches.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=5830" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="Windows 2008 Server Core patch .MSU" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/Windows+2008+Server+Core+patch+.MSU/default.aspx" /></entry><entry><title>Cannot deploy template: Number of virtual devices exceeds the maximum for a given controller (VMWare ESX vCenter)</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/08/03/cannot-deploy-template-number-of-virtual-devices-exceeds-the-maximum-for-a-given-controller-vmware-esx-vcenter.aspx" /><id>/blogs/jjonsson/archive/2009/08/03/cannot-deploy-template-number-of-virtual-devices-exceeds-the-maximum-for-a-given-controller-vmware-esx-vcenter.aspx</id><published>2009-08-03T13:16:00Z</published><updated>2009-08-03T13:16:00Z</updated><content type="html">&lt;p&gt;If you get this error when trying to deploy a virtual machine from a template, it could be because you have changed the name of the virtual machine network, ie. from &amp;quot;VM Network&amp;quot; to something else.&lt;/p&gt;
&lt;p&gt;To fix it, do the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Convert template to virtual machine.&lt;/li&gt;
&lt;li&gt;Edit settings of virtual machine.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Choose correct network for template (it probably shows no name)&lt;/li&gt;
&lt;li&gt;Convert virtual machine to template&lt;/li&gt;
&lt;li&gt;Try to deploy new virtual machine from template to see if it works correct again.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=5426" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="VMWare vCenter ESX template" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/VMWare+vCenter+ESX+template/default.aspx" /></entry><entry><title>Install OS from USB drive</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/07/28/install-windows-xp-vista-7-2000-2003-2008-from-usb-drive.aspx" /><id>/blogs/jjonsson/archive/2009/07/28/install-windows-xp-vista-7-2000-2003-2008-from-usb-drive.aspx</id><published>2009-07-28T13:44:00Z</published><updated>2009-07-28T13:44:00Z</updated><content type="html">&lt;p&gt;If you need to install a computer/server fast, use a USB drive. It&amp;#39;s very easy and if the USB drive is large enough you can also add drivers/programs.&lt;/p&gt;
&lt;p&gt;This nice utility does the work for you if you want to install Windows Vista/7/2008. Just feed it with a USB drive minimum 4 Gb and the ISO file: &lt;a href="http://www.askvg.com/a-bootable-usb-utility-to-create-bootable-usb-drive-to-install-windows-vista-server-2008-and-7/"&gt;http://www.askvg.com/a-bootable-usb-utility-to-create-bootable-usb-drive-to-install-windows-vista-server-2008-and-7/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you want to install VMWare ESX v4.0&amp;nbsp;from USB, try this utility: &lt;a href="http://unetbootin.sourceforge.net/"&gt;http://unetbootin.sourceforge.net/&lt;/a&gt;&amp;nbsp;I think that this can also be used for the different versions of Windows, but I haven&amp;#39;t tried it yet. To install VMWare ESX when you have booted from the USB drive, press TAB in the first menu, when you&amp;#39;re presented with the&amp;nbsp;different install options.&amp;nbsp;This brings up the standard line of install options to pass into the kernel. Add &lt;strong&gt;ASKMEDIA&lt;/strong&gt; to the end of the line and press ENTER to start the installation.&lt;/p&gt;
&lt;p&gt;Remember to choose to boot from USB (This is done in the BIOS).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=5333" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry><entry><title>Install VMWare vCenter4 (vSphere) on Windows 2008 SP2 x64 with SQL database on separate server</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/07/28/install-vmware-vcenter4-vsphere-on-windows-2008-sp2-x64-with-sql-database-on-separate-server.aspx" /><id>/blogs/jjonsson/archive/2009/07/28/install-vmware-vcenter4-vsphere-on-windows-2008-sp2-x64-with-sql-database-on-separate-server.aspx</id><published>2009-07-28T09:43:00Z</published><updated>2009-07-28T09:43:00Z</updated><content type="html">&lt;p&gt;It&amp;#39;s possible to install and run vCenter4 (vSphere) on Windows 2008 Server 64-bit (x64) when placing the vCenter database on separate SQL server. (Normal install is with local SQL Express 2005 database).&lt;/p&gt;
&lt;p&gt;Create the vCenter database manually on the separate SQL server. You can call the database &lt;strong&gt;VIM4_DB&lt;/strong&gt; or whatever you like. If you upgrade from vCenter v2.5 you can use the same database. (I prefer new clean database).&lt;/p&gt;
&lt;p&gt;You have to create a 32 bit System DSN for vCenter to connect to the database. To do this, install the &lt;strong&gt;SQL Native Client&lt;/strong&gt; (download the x64 version here: &lt;a href="http://download.microsoft.com/download/4/4/D/44DBDE61-B385-4FC2-A67D-48053B8F9FAD/sqlncli_x64.msi"&gt;http://download.microsoft.com/download/4/4/D/44DBDE61-B385-4FC2-A67D-48053B8F9FAD/sqlncli_x64.msi&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Go to Start / Run. Type &lt;strong&gt;%windir%\SysWOW64\odbcad32.exe&lt;/strong&gt; and click OK to run the &lt;strong&gt;32 bit ODBC Data Source&amp;nbsp;Administrator.&lt;/strong&gt; Now go to &lt;strong&gt;System DSN&lt;/strong&gt; tab&amp;nbsp;and click &lt;strong&gt;Add&lt;/strong&gt;. Choose &lt;strong&gt;&amp;quot;SQL Server Native Client&amp;quot;&lt;/strong&gt; and click &lt;strong&gt;Finish&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Now you&amp;#39;re ready to configure the connection to your newly created SQL database&amp;nbsp;on your separate SQL server.&lt;/p&gt;
&lt;p&gt;Start installation of vCenter4 and point to your newly created 32 Bit System DSN.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=5330" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry><entry><title>Remember to activate VSS (Volume Shadow Copy) support in VMWare tools for correct point-in-time backup</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/06/19/remember-to-activate-vss-volume-shadow-copy-support-in-vmware-tools.aspx" /><id>/blogs/jjonsson/archive/2009/06/19/remember-to-activate-vss-volume-shadow-copy-support-in-vmware-tools.aspx</id><published>2009-06-19T08:38:00Z</published><updated>2009-06-19T08:38:00Z</updated><content type="html">&lt;p&gt;&lt;a href="http://it-experts.dk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/0068.VMWare-Tools-custom-setup.bmp"&gt;&lt;/a&gt;If you&amp;#39;re taking backup of running virtual machine with VCB or backup software like VEEAM&amp;#39;s Backup, you can enable VSS support to take correct backup of data from applications like MS SQL, MS Exchange etc.&lt;/p&gt;
&lt;p&gt;On the virtual machine you want to have VSS support goto Control Panel / Add or Remove programs.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://it-experts.dk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/4846.Add-or-remove-programs.bmp"&gt;&lt;img src="http://it-experts.dk/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/4846.Add-or-remove-programs.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Choose to &amp;quot;Change&amp;quot; settings for VMWare tools.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://it-experts.dk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/6406.VMWare-Tools-settings.bmp"&gt;&lt;img src="http://it-experts.dk/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/6406.VMWare-Tools-settings.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click next to &amp;quot;Modify&amp;quot; settings for WMWare Tools&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://it-experts.dk/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/2287.VMWare-Tools-custom-setup.bmp"&gt;&lt;img src="http://it-experts.dk/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/jjonsson/2287.VMWare-Tools-custom-setup.bmp" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Enable &amp;quot;Volume Shadow Copy Services Support&amp;quot; and click next. When finished you have to reboot your VM.&lt;/p&gt;
&lt;p&gt;Now you&amp;#39;re able to make point-in-time backup of your running VM&amp;#39;s....&lt;/p&gt;
&lt;p&gt;If you want to read more about Volume Shadow Copy follow this link: &lt;a href="http://technet.microsoft.com/en-us/library/cc738819(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc738819(WS.10).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=4751" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="VMWare Tools VSS Volume Shadow Copy" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/VMWare+Tools+VSS+Volume+Shadow+Copy/default.aspx" /></entry><entry><title>VGA settings in Windows 2008 Server Core with VMWare tools installed</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/05/23/vga-settings-in-windows-2008-server-core-with-vmware-tools-installed.aspx" /><id>/blogs/jjonsson/archive/2009/05/23/vga-settings-in-windows-2008-server-core-with-vmware-tools-installed.aspx</id><published>2009-05-23T13:32:00Z</published><updated>2009-05-23T13:32:00Z</updated><content type="html">&lt;p&gt;When you have installed WMWare tools in your Windows 2008 Server Core running as a VM on your VMWare ESX system (&lt;a href="http://it-experts.dk/blogs/jjonsson/archive/2009/05/23/how-to-install-vmware-tools-on-windows-2008-server-core.aspx"&gt;See my guide how to here!&lt;/a&gt;), you can change resolution and fine tune VGA settings by following this guide (Yeah, I know it&amp;#39;s not a installation with a GUI !):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;From your Server Core command prompt start regedit by typing: &lt;strong&gt;REGEDIT&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Browse to the following key: &lt;strong&gt;HKLM\System\CurrentControlSet\Control\Video&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;You should see some subkeys named by GUID. Browse to the &lt;strong&gt;0000&lt;/strong&gt; subkey of the one with the &lt;strong&gt;0000\Volatilesettings&lt;/strong&gt; subkey (There should be only one containing the subkey &lt;strong&gt;VolatileSettings&lt;/strong&gt;).&lt;/li&gt;
&lt;li&gt;Here you find records for resolution (&lt;strong&gt;DefaultSettings.XResolution&lt;/strong&gt; and &lt;strong&gt;DefaltSettings.YResolution&lt;/strong&gt;) and colordepth (&lt;strong&gt;DefaultSettings.BitsPerPel&lt;/strong&gt;). Change these according to the settings you want, remember to choose decimal value.&lt;/li&gt;
&lt;li&gt;Remember to change the record &lt;strong&gt;Acceleration.Level&lt;/strong&gt; to &lt;strong&gt;0&lt;/strong&gt;. This is the same as Display Settings / Advanced Settings / Troubleshoot / Change Settings / Hardware Acceleration = Full.&lt;/li&gt;
&lt;li&gt;To use the settings logoff. You can use the command: &lt;strong&gt;shutdown /l&lt;/strong&gt; (lowercase L)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Enjoy your new settings!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=4330" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry><entry><title>How to install VMWare Tools in Windows 2008 Server Core</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/05/23/how-to-install-vmware-tools-on-windows-2008-server-core.aspx" /><id>/blogs/jjonsson/archive/2009/05/23/how-to-install-vmware-tools-on-windows-2008-server-core.aspx</id><published>2009-05-23T12:15:00Z</published><updated>2009-05-23T12:15:00Z</updated><content type="html">&lt;p&gt;If you&amp;#39;re running Windows 2008 Server Core on your VMWare ESX system&amp;nbsp;you also need to install VMWare tools as this upgrades drivers etc.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s how I did it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log in to your Windows 2008 Server Core virtual machine using the administrator account&lt;/li&gt;
&lt;li&gt;From your VI client right click the virtual machine and choose: &amp;quot;&lt;strong&gt;Install/Upgrade VMWare tools&lt;/strong&gt;&amp;quot;. This will mount the VMWare tools CD in your virtual machine.&lt;/li&gt;
&lt;li&gt;From the command line in your VM switch to the CD-drive (D: or what ever drive letter the CD is mounted as).&lt;/li&gt;
&lt;li&gt;Run the following command: &lt;strong&gt;msiexec /i &amp;quot;d:\VMware Tools.msi&amp;quot;&lt;/strong&gt; (Remember to substitute d: with correct drive letter)&lt;/li&gt;
&lt;li&gt;Click &amp;quot;&lt;strong&gt;Next&lt;/strong&gt;&amp;quot; to start installation&lt;/li&gt;
&lt;li&gt;Choose &amp;quot;&lt;strong&gt;Typical&lt;/strong&gt;&amp;quot; and click &amp;quot;Next&amp;quot;&lt;/li&gt;
&lt;li&gt;Click &amp;quot;&lt;strong&gt;Install&lt;/strong&gt;&amp;quot; to start installation&lt;/li&gt;
&lt;li&gt;Click &amp;quot;&lt;strong&gt;OK&lt;/strong&gt;&amp;quot; when the warning about old Internet Explorer appears&lt;/li&gt;
&lt;li&gt;Click &amp;quot;&lt;strong&gt;Finish&lt;/strong&gt;&amp;quot; to finish installation&lt;/li&gt;
&lt;li&gt;Click &amp;quot;&lt;strong&gt;Yes&lt;/strong&gt;&amp;quot; to reboot&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It&amp;#39;s important not to choose any other installation type than &amp;quot;Typical&amp;quot; as the installation will fail....&lt;/p&gt;
&lt;p&gt;Another way to mount the VMWare Tools CD is to edit settings for the VM. Under &amp;quot;&lt;strong&gt;CD/DVD drive 1&amp;quot;&lt;/strong&gt;, click on &amp;quot;&lt;strong&gt;Connected&lt;/strong&gt;&amp;quot; in &amp;quot;&lt;strong&gt;Device Status&lt;/strong&gt;&amp;quot; and click on &amp;quot;&lt;strong&gt;Datastore ISO file&lt;/strong&gt;&amp;quot; in &amp;quot;&lt;strong&gt;Device Type&lt;/strong&gt;&amp;quot;. Browse to &lt;strong&gt;local datastore/tools-isoimages&lt;/strong&gt; and choose the &amp;quot;&lt;strong&gt;Windows.iso&lt;/strong&gt;&amp;quot; file as this contains VMWare tools.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On vSphere (ESX v4.0) the 32 bit version of the tools are named: &lt;strong&gt;VMware Tools.msi &lt;/strong&gt;64 bit version of the tools are named: &lt;strong&gt;VMware Tools64.msi&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=4329" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry><entry><title>Check your VMWare ESX v3.x configuration with free Tripwire ConfigCheck utility</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/03/05/check-your-vmware-esx-v3-x-configuration-with-free-tripwire-configcheck-utility.aspx" /><id>/blogs/jjonsson/archive/2009/03/05/check-your-vmware-esx-v3-x-configuration-with-free-tripwire-configcheck-utility.aspx</id><published>2009-03-05T13:49:00Z</published><updated>2009-03-05T13:49:00Z</updated><content type="html">&lt;p&gt;With this free utility you can check your VMWare ESX v3.x server configuration. Both configuration and security settings according to&amp;nbsp;VMware Infrastructure 3 Security Hardening guidelines.&lt;/p&gt;
&lt;p&gt;Download it for free here:&amp;nbsp; &lt;a href="http://www.tripwire.com/configcheck/"&gt;http://www.tripwire.com/configcheck/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=3150" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="VMWare ESX v3.x security configuration TripWire ConfigCheck" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/VMWare+ESX+v3.x+security+configuration+TripWire+ConfigCheck/default.aspx" /></entry><entry><title>Remember to upgrade your Citrix XenApp (former Presentation Server) v4.5 license server after applying Hotfix Rollup Pack 3</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/01/29/remember-to-upgrade-your-citrix-xenapp-former-presentation-server-v4-5-license-server-after-applying-hotfix-rollup-pack-3.aspx" /><id>/blogs/jjonsson/archive/2009/01/29/remember-to-upgrade-your-citrix-xenapp-former-presentation-server-v4-5-license-server-after-applying-hotfix-rollup-pack-3.aspx</id><published>2009-01-29T09:41:00Z</published><updated>2009-01-29T09:41:00Z</updated><content type="html">&lt;p&gt;After patching all my &lt;a href="http://citrix.com/English/ps2/products/product.asp?contentID=186&amp;amp;ntref=hp_nav_US"&gt;Citrix XenApp (Presentation Server) v4.5&lt;/a&gt; Servers with the &lt;a href="http://support.citrix.com/article/CTX115626"&gt;Hotfix Rollup Pack 3&lt;/a&gt; I ended up with no users able to logon.&lt;/p&gt;
&lt;p&gt;The following was logged in the Application Eventlog:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; RADEEvents&amp;nbsp;&amp;nbsp; &lt;strong&gt;EventID:&lt;/strong&gt; 3015&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt; Streaming License: Your version of the license server on &amp;lt;SERVER&amp;gt; is older than the version of the Citrix server. Please upgrade your license server or specify a license server location with the correct version.&lt;/p&gt;
&lt;p&gt;The following was logged in the System Eventlog:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; MetaFrame&amp;nbsp; &lt;strong&gt;EventID:&lt;/strong&gt; 9017&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt; This computer running Citrix Presentation Server will now stop accepting connections. This server is no longer in or could not enter a licensing grace period.&lt;/p&gt;
&lt;p&gt;Also clients got this error message when trying to logon:&lt;/p&gt;
&lt;p&gt;Citrix Presentation Server license aquisition error (500): Unable to acquire a license from (SERVER) server. Please contact your system administrator or open Event Viewer for more details.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The solution is to upgrade the license server to newest version. It can be downloaded from here: &lt;a href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1681211&amp;amp;productId=186"&gt;http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1681211&amp;amp;productId=186&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=2576" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="Citrix XenApp Presentation Server v4.5 Hotfix Rollup Pack 3 License Server" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/Citrix+XenApp+Presentation+Server+v4.5+Hotfix+Rollup+Pack+3+License+Server/default.aspx" /></entry><entry><title>My green &gt;4 Tb NAS project with iSCSI and NFS support</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/01/22/my-green-nas-project-with-iscsi-support.aspx" /><id>/blogs/jjonsson/archive/2009/01/22/my-green-nas-project-with-iscsi-support.aspx</id><published>2009-01-22T10:54:00Z</published><updated>2009-01-22T10:54:00Z</updated><content type="html">&lt;p&gt;One of my goals this spring is to become a &lt;a href="http://mylearn.vmware.com/portals/certification/"&gt;VMWare Certified Professional (VCP).&lt;/a&gt; Instead of only reading books, hands on experience is always a good thing. So I decided to setup my own studying lab. To that I needed some shared storage so I can play with &lt;a href="http://www.vmware.com/products/vi/vc/vmotion.html"&gt;VMotion&lt;/a&gt; and all the other cool stuff you can do with shared storage, and&amp;nbsp;since&amp;nbsp;my purse and bank advisor agreed that it could not become a SAN with 15 k FC SAS disks, etc. I had to&amp;nbsp;come up with&amp;nbsp;something else.&lt;/p&gt;
&lt;p&gt;My idea was to make my own &lt;a href="http://en.wikipedia.org/wiki/Network-attached_storage"&gt;NAS&lt;/a&gt; with &lt;a href="http://en.wikipedia.org/wiki/ISCSI"&gt;iSCSI&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Network_File_System_(protocol)"&gt;NFS&lt;/a&gt; support. And it should be &lt;a href="http://en.wikipedia.org/wiki/Green_computing"&gt;green&lt;/a&gt;, but also fast, so I bought these components after surfing the net for ideas:&lt;/p&gt;
&lt;p&gt;1&amp;nbsp;pcs. &lt;a href="http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=711"&gt;VIA VB8001 Mini-ITX Board&lt;/a&gt;&amp;nbsp;because of the 1 GbE Nic and one free PCIe slot and of course because it&amp;#39;s green.&lt;/p&gt;
&lt;p&gt;2&amp;nbsp;pcs. 2 Gb RAM modules (4 Gb total)&lt;/p&gt;
&lt;p&gt;&lt;span id="BaseTemplateContainer_txtProductNameHTMLPH"&gt;1&amp;nbsp;pcs. &lt;a href="http://www.adaptec.com/en-US/products/Controllers/Hardware/sata/value/SAS-3805/"&gt;Adaptec RAID 3805&lt;/a&gt;&amp;nbsp;controller&amp;nbsp;for SATA disks (Supporting up to 8 direct attached drives or&amp;nbsp;128 drives with SAS expander: Enough for future needs...)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;6 pcs.&amp;nbsp;&lt;a href="http://www.westerndigital.com/en/products/Products.asp?DriveID=336"&gt;Western Digital WD10EACS&lt;/a&gt; SATA disk drives.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This gives me a NAS with a total of 6 Tb&amp;nbsp;diskspace and plenty of room for my Virtual Machines to play with &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The software I&amp;#39;m using for my NAS is &lt;a href="http://www.openfiler.com/"&gt;OpenFiler&lt;/a&gt;. Not the easiest to get to work when, like me, you&amp;#39;re not an expert on Linux partitioning.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After some time of playing I decided to go for a &lt;a href="http://en.wikipedia.org/wiki/RAID_6#RAID_6"&gt;RAID 6&lt;/a&gt; setup. This way 2 disks must fail before things get critical and I don&amp;#39;t want to wait for drive to rebuild (especially on those large drives) if I have to test something and a drive has failed. I have heard that RAID 6 would be slow, so I was of course also curious to see if&amp;nbsp;that was true...&lt;/span&gt;
&lt;p&gt;&lt;span&gt;When I&amp;#39;m finished studying I&amp;#39;m going to use this NAS primarily for music, movies, pictures and the like. To that use I think &lt;a href="http://en.wikipedia.org/wiki/RAID_6#RAID_5"&gt;RAID 5&lt;/a&gt; will be sufficient, giving me some more space than with RAID 6....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;At the moment my Study LAN is only running 100 Mbit/s because of the switch. But I must say that speed is above all expectations when running my Virtual Machines from the iSCSI storage on the NAS. So I look forward to my new 1 Gbit/s switch (of course with VLAN so I can separate iSCSI network from LAN network), which should only make things even faster.....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When heavy loaded the system consumes about 100&amp;nbsp;watt power....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When I get my new case for this system I&amp;#39;ll add some pictures for you...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=2438" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author><category term="NAS iSCSI RAID 5 6 SATA VIA Nano Adaptec 3805 Western Digital WD10EACS OpenFiler" scheme="http://it-experts.dk/blogs/jjonsson/archive/tags/NAS+iSCSI+RAID+5+6+SATA+VIA+Nano+Adaptec+3805+Western+Digital+WD10EACS+OpenFiler/default.aspx" /></entry><entry><title>Get help to allocate resources for your virtual servers without impacting performance</title><link rel="alternate" type="text/html" href="/blogs/jjonsson/archive/2009/01/14/get-help-to-allocate-resources-for-your-virtual-servers-without-impacting-performance.aspx" /><id>/blogs/jjonsson/archive/2009/01/14/get-help-to-allocate-resources-for-your-virtual-servers-without-impacting-performance.aspx</id><published>2009-01-14T10:17:00Z</published><updated>2009-01-14T10:17:00Z</updated><content type="html">&lt;p&gt;The company &lt;a href="http://www.vkernel.com/"&gt;VKernel&lt;/a&gt; has created a cool&amp;nbsp;new community website to help allocating the right resources for your VM&amp;#39;s. They call it &lt;strong&gt;CompareMyVM&lt;/strong&gt;... Check it out here: &lt;a href="http://www.comparemyvm.com/"&gt;http://www.comparemyvm.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I think it&amp;#39;s pretty cool.... Thumbs up to the guys at &lt;a href="http://www.vkernel.com/"&gt;VKernel&lt;/a&gt; &lt;img src="http://it-experts.dk/emoticons/emotion-21.gif" alt="Yes" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://it-experts.dk/aggbug.aspx?PostID=2295" width="1" height="1"&gt;</content><author><name>jjonsson</name><uri>http://it-experts.dk/members/jjonsson/default.aspx</uri></author></entry></feed>