<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Nelson Araujo's WebLog : Virtual Server Deployment Manager (VSDM)</title><link>http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx</link><description>Tags: Virtual Server Deployment Manager (VSDM)</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Updating a template</title><link>http://blogs.msdn.com/nelson_araujo/archive/2006/04/03/update-template.aspx</link><pubDate>Tue, 04 Apr 2006 07:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:567884</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/567884.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=567884</wfw:commentRss><description>&lt;P&gt;Due to the way the file system is organized into the disk, it is not possible to patch the disk on the parent without invalidating (thus destroying all modifications made since then).&lt;/P&gt;
&lt;P&gt;The recommended procedure to update a template would be:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a new Virtual Machine from a template&lt;/LI&gt;
&lt;LI&gt;Install updates and make any other changes you wish&lt;/LI&gt;
&lt;LI&gt;Save &amp;amp; Commit the VM&lt;/LI&gt;
&lt;LI&gt;Move the updated VHD file to the template folder (with another name different from the current template)&lt;/LI&gt;
&lt;LI&gt;Update the &amp;lt;Template&amp;gt; entry with the information&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Change the ID of the template&lt;/LI&gt;
&lt;LI&gt;Add the same path&lt;/LI&gt;
&lt;LI&gt;Keep the same &amp;lt;Name&amp;gt; &amp;amp; &amp;lt;Description&amp;gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Mark the original template as disabled&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;After that any new VM created will use the new template. You can use the report on the Administration section to monitor when the old template is idle&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Delete the original template when it is idle&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=567884" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Installing VSDM on a 64-bits Windows Server System 2003</title><link>http://blogs.msdn.com/nelson_araujo/archive/2006/02/09/528967.aspx</link><pubDate>Fri, 10 Feb 2006 02:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528967</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/528967.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=528967</wfw:commentRss><description>&lt;p&gt;VSDM works on&amp;nbsp;a 64-bits system. To enable it the system needs to be correctly configured. Please follow the steps below to enable VSDM to run on those systems.&lt;/p&gt;
&lt;p&gt;&lt;u&gt;System Requirements&lt;/u&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install Virtual Server 2005 AMD64&lt;/li&gt;
&lt;li&gt;Install .NET Framework 1.1&lt;/li&gt;
&lt;li&gt;Install .NET Framework 1.1 Service Pack&lt;/li&gt;
&lt;li&gt;Execute the following command from a Command Prompt window:&lt;br /&gt;&lt;font face="Courier New"&gt;cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;Security: Do not forget to visit Windows Update (or Microsoft Update) to make sure all the installed software is up-to-date with the latest critical security patches available.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;Installing VSDM&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;After you meet the requirements above, follow the normal installation and configuration of VSDM. No other changes are necessary to run VSDM on a 64-bits system other than configuring the server correctly.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=528967" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Automating VSDM via scripts</title><link>http://blogs.msdn.com/nelson_araujo/archive/2006/01/18/514488.aspx</link><pubDate>Wed, 18 Jan 2006 23:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:514488</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/514488.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=514488</wfw:commentRss><description>&lt;P&gt;Sample scripts are bundled with VSDM in its installation folder (by default C:\Program Files\VSDM\samples). It is recommended that you have some understanding of the VSDM solution before continuing to read this article.&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;Option&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Explicit&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; server&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; wsh&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; inet&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; newVM&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; vmName&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; template&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; network&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; vmID&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; rand&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;' This variable points to your VSDM server root&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;' e.g.: http://yourserver:81&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;server = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;&lt;FONT face="Courier New"&gt;"http://myserver"&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#008000 size=2&gt;
&lt;P&gt;' These variables define your VM name and template used&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;vmName = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#800000 size=2&gt;"AutomationTest"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;' Your machine name&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;template = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#800000 size=2&gt;"xp-pro"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;' Machine template to base on&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;network = 2 &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT face="Courier New"&gt;' 2 = Internal Network (but subject to change)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;' Random number to avoid collision when running this sample&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;rand = Now&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;rand = Replace(rand, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#800000 size=2&gt;"/"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"-"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;)&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;rand = Replace(rand, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#800000 size=2&gt;":"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"-"&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Set&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt; wsh = CreateObject(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"WScript.Shell"&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;Set&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size=2&gt; inet = CreateObject(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"InternetExplorer.Application"&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#008000 size=2&gt;
&lt;P&gt;' Building your VM name&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;vmID = wsh.ExpandEnvironmentStrings(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#800000 size=2&gt;"%USERNAME%."&lt;/FONT&gt;&lt;FONT size=2&gt; &amp;amp; template &amp;amp; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"."&lt;/FONT&gt;&lt;FONT size=2&gt; &amp;amp; vmName &amp;amp; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;" "&lt;/FONT&gt;&lt;FONT size=2&gt; &amp;amp; rand)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#008000 size=2&gt;
&lt;P&gt;' URL to create a new VM&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;newVM = server &amp;amp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#800000 size=2&gt;"/vm_ctrl.asp?action=add&amp;amp;name="&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; &amp;amp; vmID &amp;amp;_&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#800000 size=2&gt;&amp;nbsp;&amp;nbsp; "&amp;amp;template="&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; &amp;amp; template &amp;amp;_&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#800000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"&amp;amp;types="&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; &amp;amp; template &amp;amp;_&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color=#800000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"&amp;amp;nettype="&lt;/FONT&gt;&lt;FONT size=2&gt; &amp;amp; network&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;'WScript.Echo "Create &amp;lt;[" &amp;amp; newVM &amp;amp; "]&amp;gt;"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;' Call the Internet object to perform the action&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;WScript.Echo &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;&lt;FONT face="Courier New"&gt;"Performing action. Please wait..."&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size=2&gt;inet.Navigate newVM &lt;/P&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#008000 size=2&gt;
&lt;P&gt;' Wait the request to complete&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT face="Courier New"&gt;while&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt; inet.Busy&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;WScript.Echo &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;&lt;FONT face="Courier New"&gt;"Waiting to complete..."&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;WScript.Sleep 1000 &lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color=#0000ff size=2&gt;wend&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;WScript.Echo &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;&lt;FONT face="Courier New"&gt;"Request completed"&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=514488" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Security: What to configure when using VSDM?</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/12/22/security-info1.aspx</link><pubDate>Fri, 23 Dec 2005 01:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:506913</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/506913.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=506913</wfw:commentRss><description>&lt;P&gt;Q: What do I need to configure on Virtual Server or File System to secure my installation?&lt;/P&gt;
&lt;P&gt;A: Nothing!&lt;/P&gt;
&lt;P&gt;If you are using VSDM to manage your Virtual Server, whenever you apply the Security Policy VSDM automatically hardens Virtual Server and File System for you. Just make sure your &amp;lt;Security&amp;gt; section (or in the Wizard: Users, Teams, Guests) are correct.&lt;/P&gt;
&lt;P&gt;Whenever you change these settings, VSDM will popup a request for you to apply the policy again. Just click the Apply button and you are good to go.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=506913" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Error "FATAL: Cannot load config file"</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/12/22/fatal-cannot-load-config-1.aspx</link><pubDate>Fri, 23 Dec 2005 01:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:506911</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/506911.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=506911</wfw:commentRss><description>&lt;p&gt;If you just installed VSDM and when you create a virtual machine you continuously get this error message, you might be missing some configuration information. To resolve this issue, follow the steps below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure you log in as administrator 
&lt;li&gt;Select "Administration" page on VSDM main page&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Tip #1: If you cannot open the page and you get access denied, please review the Security settings of the vsdm_config.xml file or go back to the Wizard and check the settings.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Look at the "System Dashboard" and make sure all the items show a green check 
&lt;li&gt;If you have any missing configuration, warning messages will show there. Please act on all of them (usually a "one click" resolve button is provided)&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Done, you might be good to start using VSDM.&lt;/p&gt;
&lt;p&gt;Tip #2: If your machine is not joined to a domain, only local accounts can be authorized by Windows, even if you come from a domain-joined computer. In this case, please use the computer name as the Domain for the administrator account.&lt;/p&gt;
&lt;p&gt;Tip #2.1: You might create local accounts that match the same username and password on the domain and authorize those. Windows will automatically enable them if you are using Internet Explorer 4.0 or greater.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=506911" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Why my VM does not start?</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/08/18/453458.aspx</link><pubDate>Fri, 19 Aug 2005 08:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:453458</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/453458.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=453458</wfw:commentRss><description>&lt;P&gt;In my &lt;a href="http://blogs.msdn.com/nelson_araujo/archive/2005/08/18/453455.aspx"&gt;previous post&lt;/A&gt; I talked about the need to keep the template ID and VM names small. If you make them too big, your machine might not start. You can check the Virtual Server Web Administration page to make sure this is the reason (Administration &amp;gt; Launch)&lt;/P&gt;
&lt;P&gt;You might also inspect your default VMs folder on vsdm_config.xml file. All those ingridients are mixed together and if one or more are too big, it might overflow the OS limit.&lt;/P&gt;
&lt;P&gt;Fix: Try to reduce the template ID, machine names and/or folder locations to smaller lengths.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=453458" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Hint: Keep you Template ID small</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/08/18/453455.aspx</link><pubDate>Fri, 19 Aug 2005 08:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:453455</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/453455.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=453455</wfw:commentRss><description>&lt;P&gt;A very useful hint for the VSDM administrators: keep the template IDs as small as possible. The Template ID will be used to build the Virtual Machine name, virtual machine folder and other important system information.&lt;/P&gt;
&lt;P&gt;The operating system has a maximum file and path names and making either the template ID or the VM name too big (or both) might lead the system to fail to start the VM.&lt;/P&gt;
&lt;P&gt;If possible also avoid using spaces or other "funny" characters on it. Dots (".") are definitely prohibited to be used as part of the template ID. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=453455" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>VSDM :: Customizing the help page</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/05/18/419064.aspx</link><pubDate>Wed, 18 May 2005 10:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:419064</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/419064.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=419064</wfw:commentRss><description>&lt;P&gt;VSDM offers the administrator the option to customize the appearance of the help page. This is very useful to put important information about troubleshooting, contacts and other relevant information for the daily job, without poluting the main page. It is actually very simple to add help topics to VSDM. This feature is not provided by the Configuration Wizard though. You have to edit the vsdm_config.xml directly (with Notepad or any other text or XML editor).&lt;/P&gt;
&lt;P&gt;&lt;U&gt;How does it work?&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;The configuration file contains a section called &lt;FONT face="Courier New"&gt;&amp;lt;HelpTopics&amp;gt;&lt;/FONT&gt; that contains the information that will be presented to users when they visit the help page. For every &lt;FONT face="Courier New"&gt;&amp;lt;HelpTopic&amp;gt;&lt;/FONT&gt; you add to that section, a new item will show up for the users. Simple like that. Let's take a look at an example of a help topic:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;lt;HelpTopic target="_blank"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Title&amp;gt;Sample Help Topic: Microsoft Web Site&amp;lt;/Title&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;URL&amp;gt;http://www.microsoft.com&amp;lt;/URL&amp;gt;&lt;BR&gt;&amp;lt;/HelpTopic&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;HelpTopic Fields&lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Title (mandatory, node): Text that will be displayed to the user&lt;/LI&gt;
&lt;LI&gt;URL (optional, node): Makes text in &amp;lt;Title&amp;gt; will be presented as a clickable hyperlink, and specifies where the browser should be pointed when clicked.&lt;/LI&gt;
&lt;LI&gt;target (optional, attribute): Specifies the target window to display the help topic. I suggest you leave "_blank". This will make your browser open the topic in a new window.&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=419064" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>VSDM :: Displaying notices to users (billboard)</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/29/413652.aspx</link><pubDate>Sat, 30 Apr 2005 07:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:413652</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/413652.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=413652</wfw:commentRss><description>&lt;P&gt;VSDM has a built-in capability of displaying messages, like a billboard. To unveil this feature, you have to edit the vsdm_config.xml directly, as the Wizard does not have support to manage it using the graphical interface.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The only important advise is to be very careful to avoid breaking the XML. I recommend you view the XML file in Internet Explorer to make sure it is well-formed. Start by opening it in IE, then perform the changes and refresh IE. If IE complains the XML is malformed, you mistyped something. Nevertheless important to remember: backup your vsdm_config.xml file before start, just in case something wrong happens.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;How does it work?&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;The configuration file contains a section called &lt;FONT face="Courier New"&gt;&amp;lt;Notices&amp;gt;&lt;/FONT&gt; that contains the information about all notices on the system. A notice can be one of the three possible types: notice, warning or critical. Depending on the type of the notice, its appearance changes (e.g. critical notice appears in red to call for attention). A sample notice entry is displayed below:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;lt;Notice type="notice" date="03/30/2004 10:10" expires="04/01/2006" owner="Jack"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Title&amp;gt;Sample Notice&amp;lt;/Title&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Text&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is a sample notice. The color will depend on the type.&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Text&amp;gt;&lt;BR&gt;&amp;lt;/Notice&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Notice Fields&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Some fields are mandatory whereas others are not. The list below summarizes the fields you can use in this feature:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Title (mandatory, node): Title of the notice&lt;/LI&gt;
&lt;LI&gt;Text (mandatory, node): Text to be displayed inside the notice&lt;/LI&gt;
&lt;LI&gt;type (mandatory, attribute): Determines the type of the notice. Possible values are: notice, warning and critical&lt;/LI&gt;
&lt;LI&gt;date (optional, attribute, in date format): Date when the notice was published&lt;/LI&gt;
&lt;LI&gt;expires (optional, attribute, in date format): Date when the notice will expire (VSDM will automatically hide all expired notices from users. This field is useful when you know when you should take the notice away)&lt;/LI&gt;
&lt;LI&gt;owner (optional, attribute, text): Name to be displayed as owner of the notice&lt;/LI&gt;
&lt;LI&gt;duration (optional, attribute): Duration of the task (if it is a maintenance for example)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;Note: Date format is in the form "MM/DD/YYYY HH:MM" (without quotes)&lt;/EM&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=413652" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>VSDM :: Installation Guide</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/27/vsdm-inststep.aspx</link><pubDate>Thu, 28 Apr 2005 01:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:412721</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/412721.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=412721</wfw:commentRss><description>&lt;P&gt;Paul Adare created a comprehensive step by step guide on how to install VSDM. The link to the guide is here: &lt;A href="http://www.identit.ca/blogs/paul/2005/04/vsdm_installati.php"&gt;http://www.identit.ca/blogs/paul/2005/04/vsdm_installati.php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is a great addition. Thanks Paul!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=412721" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>VSDM :: Post Installation Steps</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/15/vsdm-postinst.aspx</link><pubDate>Fri, 15 Apr 2005 21:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:408658</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/408658.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=408658</wfw:commentRss><description>&lt;P&gt;&lt;STRONG&gt;Configuring your server proxy settings&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;VSDM requires internet access to be able to retrieve information about new releases. If you wish to disable this feature, please see the &lt;/EM&gt;&lt;a href="https://blogs.msdn.com:443/nelson_araujo/archive/2005/04/15/vsdm_newchkoff.aspx"&gt;&lt;FONT color=#003399&gt;&lt;EM&gt;"Enabling/disabling new version check reminders"&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;EM&gt; topic.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The proxy settings are controlled by the &lt;FONT face="Courier New"&gt;&amp;lt;Proxy&amp;gt;&lt;/FONT&gt; section in vsdm_config.xml file (located in the config folder). Please open this file and change the setting, using one of the approaches below:&lt;/P&gt;
&lt;P&gt;&lt;U&gt;If you do not have a proxy server&lt;/U&gt;&lt;/P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Proxy enabled="&lt;STRONG&gt;false&lt;/STRONG&gt;" /&amp;gt;&lt;/FONT&gt; 
&lt;P&gt;&lt;U&gt;If you have a proxy server but do not require authentication&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Proxy enabled="&lt;STRONG&gt;true&lt;/STRONG&gt;"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;URL&amp;gt;http://&lt;STRONG&gt;your_proxy_address&lt;/STRONG&gt;:80&amp;lt;/URL&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Proxy&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;If you do have a proxy server and require authentication&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Proxy enabled="&lt;STRONG&gt;true&lt;/STRONG&gt;"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;URL&amp;gt;http://&lt;STRONG&gt;your_proxy_address&lt;/STRONG&gt;:80&amp;lt;/URL&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;User&amp;gt;&lt;STRONG&gt;proxyuser&lt;/STRONG&gt;&amp;lt;/User&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Password&amp;gt;&lt;STRONG&gt;proxypass&lt;/STRONG&gt;&amp;lt;/Password&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Proxy&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note about password security: The proxypass password specified in the &lt;FONT face="Courier New"&gt;&amp;lt;Password&amp;gt;&lt;/FONT&gt; field will not be visible by regular VSDM users. But be aware that the password will be able to be seen to whoever can see the vsdm_config.xml file (usually only VSDM administrators). Please make sure users cannot logon locally to the server if you use password and they shall not see it.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Tip: It is usually more secure to create an exception on your proxy server to allow traffic flow from the VSDM server rather than using the password field. But this depends on the user-by-user scenario, of course.&lt;/EM&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=408658" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>Where do I get VSDM from?</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/15/vsdm-dwnl.aspx</link><pubDate>Fri, 15 Apr 2005 19:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:408572</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/408572.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=408572</wfw:commentRss><description>You can download VSDM 1.3.0 from this location: &lt;SPAN&gt;&lt;A title=http://www.microsoft.com/downloads/details.aspx?FamilyId=FF59C543-5107-42F6-9252-A8CDE3B53915 href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FF59C543-5107-42F6-9252-A8CDE3B53915"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=FF59C543-5107-42F6-9252-A8CDE3B53915&lt;/A&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=408572" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>VSDM :: Project Home Page</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/14/vsdm-home.aspx</link><pubDate>Fri, 15 Apr 2005 05:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:408329</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/408329.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=408329</wfw:commentRss><description>Welcome to VSDM Project Here are some quickly links to get you started with the VSDM solution What is VSDM? What is a template? Where do I download VSDM from? Step by step Installation Guide Post Installation steps Frequently asked questions In this web...(&lt;a href="http://blogs.msdn.com/nelson_araujo/archive/2005/04/14/vsdm-home.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=408329" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>VSDM :: Frequently Asked Questions (Q 'n' A)</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/14/vsdm-qa.aspx</link><pubDate>Fri, 15 Apr 2005 04:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:408308</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/408308.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=408308</wfw:commentRss><description>Q: What do I need to be able to see my Virtual Machine's console? A: You have to enable VMRC on your Virtual Server (VS) administrative console. This is the only step you must do from the original VS administration. Follow the steps below to enable it:...(&lt;a href="http://blogs.msdn.com/nelson_araujo/archive/2005/04/14/vsdm-qa.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=408308" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item><item><title>What is a template?</title><link>http://blogs.msdn.com/nelson_araujo/archive/2005/04/13/vsdm-whatis-template.aspx</link><pubDate>Thu, 14 Apr 2005 03:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:407954</guid><dc:creator>Nelson Araujo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nelson_araujo/comments/407954.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nelson_araujo/commentrss.aspx?PostID=407954</wfw:commentRss><description>A VSDM "Template" is a Virtual Machine Hard Disk image that is used as a master image. Like the image that generates a CD that will be applied to a blank media, a virtual template works in an analogous way. Once the user creates an image based on the...(&lt;a href="http://blogs.msdn.com/nelson_araujo/archive/2005/04/13/vsdm-whatis-template.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=407954" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nelson_araujo/archive/tags/Virtual+Server+Deployment+Manager+_2800_VSDM_2900_/default.aspx">Virtual Server Deployment Manager (VSDM)</category></item></channel></rss>