<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Vlad Hrybok's Tech Notes - Virtual Server</title>
    <link>http://vladsnotes.hrybok.com/</link>
    <description>The future of Internet is &lt;a href='http://httpvpn.com'&gt;HttpVPN&lt;/a&gt;...</description>
    <language>en-us</language>
    <copyright>Vlad Hrybok</copyright>
    <lastBuildDate>Sat, 24 Oct 2009 21:32:20 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>vgribok@dodgeit.com</managingEditor>
    <webMaster>vgribok@dodgeit.com</webMaster>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=18aea458-8fdc-4cbc-8b9a-90268aa28dbf</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,18aea458-8fdc-4cbc-8b9a-90268aa28dbf.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:comment>http://vladsnotes.hrybok.com/CommentView,guid,18aea458-8fdc-4cbc-8b9a-90268aa28dbf.aspx</wfw:comment>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=18aea458-8fdc-4cbc-8b9a-90268aa28dbf</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://support.microsoft.com/kb/954958">http://support.microsoft.com/kb/954958</a>
        </p>
        <p>
BTW, Windows 7 and Server 2008 R2 have Hyper-V HAL drivers in them, so when those
two are installed as guest OSes, they take advantage of hardware virtualization even
during installation, which makes the installation process go much faster compared
to other guest OSes, and at the end of the installation one does not need to
install Hyper-V integration services.
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=18aea458-8fdc-4cbc-8b9a-90268aa28dbf" />
      </body>
      <title>Guest Operating Systems Supported by Microsoft Hyper-V</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,18aea458-8fdc-4cbc-8b9a-90268aa28dbf.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,18aea458-8fdc-4cbc-8b9a-90268aa28dbf.aspx</link>
      <pubDate>Sat, 24 Oct 2009 21:32:20 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://support.microsoft.com/kb/954958"&gt;http://support.microsoft.com/kb/954958&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
BTW, Windows 7 and Server 2008 R2 have Hyper-V HAL drivers in them, so when those
two are installed as guest OSes, they take advantage of hardware virtualization even
during installation, which makes the installation process go much faster compared
to other guest OSes, and at the end of&amp;nbsp;the installation one does not need to
install Hyper-V integration services.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=18aea458-8fdc-4cbc-8b9a-90268aa28dbf" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,18aea458-8fdc-4cbc-8b9a-90268aa28dbf.aspx</comments>
      <category>Software Testing;Virtual Server;Windows 7</category>
    </item>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=8af2d8da-0825-49b5-8158-dbf0b977f903</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,8af2d8da-0825-49b5-8158-dbf0b977f903.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:comment>http://vladsnotes.hrybok.com/CommentView,guid,8af2d8da-0825-49b5-8158-dbf0b977f903.aspx</wfw:comment>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=8af2d8da-0825-49b5-8158-dbf0b977f903</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Software RAID-1 in Windows server has a pitfall worth remembering: redundancy is working
only when Windows is booted and is up &amp; running. When machine is booting, it loads
the OS from whichever drive is selected as first in the boot order in BIOS. <strong>If
failing drive happens to be the first - the one from which Windows Server boots up</strong>,
then two things needs to be done: 
<br />
- BIOS settings have to be changed so that healthy secondary drive is used for booting,
and 
<br />
- Secondary Plex has to be selected as a default boot drive in Windows Startup &amp;
Recovery configuration.
</p>
        <p>
Having Hyper-V adds even one more step. Hyper-V does something as the boot time, and
is apparently enabled only on the first drive in the boot sequence. After you
have made healthy secondary drive the first in boot sequence, secondary drive's boot
routine needs to be manually adjusted to include loading Hyper-V, or you will get
the dreaded, useless "Virtual machine could not be started because the hypervisor
is not running" error when starting a virtual machine. To update your newly-selected
boot drive for loading Hyper-V, run a Command Prompt <strong>as Administrator</strong> and
execute following command:
</p>
        <p>
          <font face="Courier New">bcdedit /set hypervisorlaunchtype auto</font>
        </p>
        <p>
Reboot the server again - this time your secondary drive is bootable as far as BIOS
concerned, secondary plex is used to boot windows, and Hyper-V is made to be loaded
from the secondary drive too.
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=8af2d8da-0825-49b5-8158-dbf0b977f903" />
      </body>
      <title>Re-enabling Hyper-V after replacing software RAID-1 (mirrored) drive on Windows 2008 Server</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,8af2d8da-0825-49b5-8158-dbf0b977f903.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,8af2d8da-0825-49b5-8158-dbf0b977f903.aspx</link>
      <pubDate>Sun, 11 Oct 2009 01:24:54 GMT</pubDate>
      <description>&lt;p&gt;
Software RAID-1 in Windows server has a pitfall worth remembering: redundancy is working
only when Windows is booted and is up &amp;amp; running. When machine is booting, it loads
the OS from whichever drive is selected as first in the boot order in BIOS. &lt;strong&gt;If
failing drive happens to be the first - the one from which Windows Server boots up&lt;/strong&gt;,
then two things needs to be done: 
&lt;br&gt;
- BIOS settings have to be changed so that healthy secondary drive is used for booting,
and 
&lt;br&gt;
- Secondary Plex has to be selected as a default boot drive in Windows Startup &amp;amp;
Recovery configuration.
&lt;/p&gt;
&lt;p&gt;
Having Hyper-V adds even one more step. Hyper-V does something as the boot time, and
is apparently enabled only on the first drive in the&amp;nbsp;boot sequence. After you
have made healthy secondary drive the first in boot sequence, secondary drive's boot
routine needs to be manually adjusted to include loading Hyper-V, or you will get
the dreaded,&amp;nbsp;useless "Virtual machine could not be started because the hypervisor
is not running" error when starting a virtual machine. To update your newly-selected
boot drive for loading Hyper-V, run a Command Prompt &lt;strong&gt;as Administrator&lt;/strong&gt; and
execute following command:
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;bcdedit /set hypervisorlaunchtype auto&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
Reboot the server again - this time your secondary drive is bootable as far as BIOS
concerned, secondary plex is used to boot windows, and Hyper-V is made to be loaded
from the secondary drive&amp;nbsp;too.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=8af2d8da-0825-49b5-8158-dbf0b977f903" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,8af2d8da-0825-49b5-8158-dbf0b977f903.aspx</comments>
      <category>Backup/Restore;Hardware;Virtual Server</category>
    </item>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=197b3761-a02f-4a03-9eaa-cb4db48acf2b</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,197b3761-a02f-4a03-9eaa-cb4db48acf2b.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:comment>http://vladsnotes.hrybok.com/CommentView,guid,197b3761-a02f-4a03-9eaa-cb4db48acf2b.aspx</wfw:comment>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=197b3761-a02f-4a03-9eaa-cb4db48acf2b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
While comparing two Intel quad-core CPUs, <a href="http://compare.intel.com/pcc/showchart.aspx?mmID=35380,885492&amp;familyID=1&amp;culture=en-US">Q6600
and Q8200</a>, it was hard to arrive at the decision because for some inexplicable
reason Intel does not state the TDP of Q6600. I reviewed several sources, and
values are all over the map, from clearly incorrect 65W, to what looks like actual
value of <strong>105 Watt</strong>. 
</p>
        <p>
Since both CPUs <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;N=2010340343%201051707842%201302825342&amp;name=Quad-Core">cost
$190</a> at this point, the decision which one to get comes down to whether you'd
rather have a VT (virtualization technology), twice (8MB) the L2 cache and a
little higher 2.4GHz clock of Q6600, vs. faster 1333 MHz FSB and 10W less
of power consumption of Q8200.
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=197b3761-a02f-4a03-9eaa-cb4db48acf2b" />
      </body>
      <title>Intel Q6600 Thermal Power Dissipation (TDP)</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,197b3761-a02f-4a03-9eaa-cb4db48acf2b.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,197b3761-a02f-4a03-9eaa-cb4db48acf2b.aspx</link>
      <pubDate>Mon, 01 Dec 2008 15:31:40 GMT</pubDate>
      <description>&lt;p&gt;
While comparing two Intel quad-core CPUs, &lt;a href="http://compare.intel.com/pcc/showchart.aspx?mmID=35380,885492&amp;amp;familyID=1&amp;amp;culture=en-US"&gt;Q6600
and Q8200&lt;/a&gt;, it was hard to arrive at the decision because for some inexplicable
reason Intel does not state the TDP of Q6600. I reviewed&amp;nbsp;several sources, and
values are all over the map, from clearly incorrect 65W, to what looks like actual
value of &lt;strong&gt;105 Watt&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
Since both CPUs &lt;a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;amp;N=2010340343%201051707842%201302825342&amp;amp;name=Quad-Core"&gt;cost
$190&lt;/a&gt; at this point,&amp;nbsp;the decision which one to get comes down to whether you'd
rather have a VT (virtualization technology), twice (8MB)&amp;nbsp;the L2 cache and a
little&amp;nbsp;higher 2.4GHz&amp;nbsp;clock of Q6600, vs. faster 1333 MHz FSB and 10W less
of power consumption of Q8200.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=197b3761-a02f-4a03-9eaa-cb4db48acf2b" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,197b3761-a02f-4a03-9eaa-cb4db48acf2b.aspx</comments>
      <category>Hardware;Performance;Virtual Server;VmWare</category>
    </item>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=524ceb1d-3723-4643-9540-17d1b52b9a97</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,524ceb1d-3723-4643-9540-17d1b52b9a97.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:comment>http://vladsnotes.hrybok.com/CommentView,guid,524ceb1d-3723-4643-9540-17d1b52b9a97.aspx</wfw:comment>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=524ceb1d-3723-4643-9540-17d1b52b9a97</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If it takes too long to redraw the screen when you access your remote virtual machine
using VmWare Server Console or Microsoft Virtual Server admin page, consider terminaling
into your virtual machines using Remote Desktop or Terminal Server client. UI works
as fast as with any "real" remote PC. Entry-level Windows XP Home and Vista Home don't
support Remote Desktop, but all Pro, Business, Media Center Edition and other flavors
of Windows Vista, XP and 2003 work just fine. One of my co-workers told me Remote
Desktop can be used for VmWare Workstation access, but I also tested <a href="http://www.vmware.com/products/server/">VmWare
Server</a> and <a href="http://www.microsoft.com/windowsserversystem/virtualserver/downloads/default.mspx">Microsoft
Virtual Server R2</a>, and those two also do it.
</p>
        <p>
To enable Remote Desktop access a few things usually need to be done:
</p>
        <p>
1. Enable RD access:<br /><img src="content/binary/EnablingRemoteDesktopAccessXP.png" border="0" /></p>
        <p>
2. Ensure your user account is a member of the Administrators group.<br />
3. The password on your user account is not blank.<br /><br />
The only issue I had with this setup was sometimes I couldn't ping the virtual machine
due to networking issue. But when that happens all attempts to access that
virtual machine over the LAN fail, including NetBIOS file shares, web access - anything.
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=524ceb1d-3723-4643-9540-17d1b52b9a97" />
      </body>
      <title>Use Remote Desktop to access Windows virtual machines running under VmWare Server or MS Virtual Server</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,524ceb1d-3723-4643-9540-17d1b52b9a97.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,524ceb1d-3723-4643-9540-17d1b52b9a97.aspx</link>
      <pubDate>Sat, 03 Feb 2007 17:19:30 GMT</pubDate>
      <description>&lt;p&gt;
If it takes too long to redraw the screen when you access your remote virtual machine
using VmWare Server Console or Microsoft Virtual Server admin page, consider terminaling
into your virtual machines using Remote Desktop or Terminal Server client. UI works
as fast as with any "real" remote PC. Entry-level Windows XP Home and Vista Home don't
support Remote Desktop, but all Pro, Business, Media Center Edition and other flavors
of Windows Vista, XP and 2003 work just fine. One of my co-workers told me Remote
Desktop can be used for VmWare Workstation access, but I also tested &lt;a href="http://www.vmware.com/products/server/"&gt;VmWare
Server&lt;/a&gt; and &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/downloads/default.mspx"&gt;Microsoft
Virtual Server R2&lt;/a&gt;, and those two also do it.
&lt;/p&gt;
&lt;p&gt;
To enable Remote Desktop access a few things usually need to be done:
&lt;/p&gt;
&lt;p&gt;
1. Enable RD access:&lt;br&gt;
&lt;img src="content/binary/EnablingRemoteDesktopAccessXP.png" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
2. Ensure your user account is a member of the Administrators group.&lt;br&gt;
3. The password on your user account is not blank.&lt;br&gt;
&lt;br&gt;
The only issue I had with this setup was sometimes I couldn't ping the virtual machine
due to networking issue. But when that happens&amp;nbsp;all attempts to access&amp;nbsp;that
virtual machine over the LAN fail, including NetBIOS file shares, web access - anything.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=524ceb1d-3723-4643-9540-17d1b52b9a97" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,524ceb1d-3723-4643-9540-17d1b52b9a97.aspx</comments>
      <category>Software Testing;Virtual Server;VmWare</category>
    </item>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=d5c6c382-842b-44ea-9e2a-9f6192b37134</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:comment>http://vladsnotes.hrybok.com/CommentView,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx</wfw:comment>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=d5c6c382-842b-44ea-9e2a-9f6192b37134</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I need to test my software on a variety of 64-bit Windows versions. I hoped I would
be able to use <a href="http://www.microsoft.com/windowsserversystem/virtualserver/downloads/default.mspx">Microsoft
Virtual Server</a>, which I've been successfully using for a while for 32-bit tests
(including German, Russian and Korean flavors of Windows - quite a feat for a Ukrainian
with English as a second language), but to no avail - at this point even latest MS
Virtual Server is unable to host 64-bit guest operating systems. So despite enjoying
being lazy, I was forced to check out free <a href="http://www.vmware.com/products/server/">VmWare
Server</a>. I hoped to run it on my main Vista x64 dev box, but VmWare Server did
not install correctly on Vista x64. That was quite a setback for my product delivery
schedule, because I realized I needed another box with 64-bit Windows 2003 Server on
it to be sure I could run VmWare Server. I dug through my closet with PC parts and
after combining what I had with $200 worth of parts bought from <a href="http://NewEgg.com">NewEgg.com</a> I
had a modest 64-bit box with Pentium D 805 and 1GB of DDR memory. VmWare has installed
without a problem, but when I attempted to install Windows XP x64 VmWare Server told
me that my Pentium D CPU is no good because when it comes to Intel CPUs, 64 bit guest
OSes can run only on EMT64 units with Virtualization Technology (VT) support! Fortunately,
my dev desktop had Core 2 Duo E6300, which does have VT support, and both Pentium
D and Core 2 Duo use the same LGA 775 package, so I was able to simply swap CPUs and
ta-da! - after that VmWare finally started cooperating and is installing XP x64 guest
OS as I'm typing this article.
</p>
        <p>
Conclusion: If you want to run 64-bit guest OS in VmWare using Intel CPU you will
need a box with a processor supporting <strong>Virtualization Technology</strong>,
and run <strong>Windows 2003 x64</strong> as a host OS.
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=d5c6c382-842b-44ea-9e2a-9f6192b37134" />
      </body>
      <title>Your Intel EMT64 CPU has to have VT support to run 64-bit guest Windows OSes on VmWare Server</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx</link>
      <pubDate>Fri, 19 Jan 2007 03:08:20 GMT</pubDate>
      <description>&lt;p&gt;
I need to test my software on a variety of 64-bit Windows versions. I hoped I would
be able to use &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/downloads/default.mspx"&gt;Microsoft
Virtual Server&lt;/a&gt;, which I've been successfully using for a while for 32-bit tests
(including German, Russian and Korean flavors of Windows - quite a feat for a Ukrainian
with English as a second language), but to no avail - at this point even latest MS
Virtual Server is unable to host 64-bit guest operating systems. So despite enjoying
being lazy, I was forced to check out free &lt;a href="http://www.vmware.com/products/server/"&gt;VmWare
Server&lt;/a&gt;. I hoped to run it on my main Vista x64 dev box, but VmWare Server did
not install correctly on Vista x64. That was quite a setback for my product delivery
schedule, because I realized I needed another&amp;nbsp;box with 64-bit Windows 2003 Server&amp;nbsp;on
it to be sure I could run VmWare Server. I dug through my closet with PC parts and
after combining what I had with $200 worth of parts bought from &lt;a href="http://NewEgg.com"&gt;NewEgg.com&lt;/a&gt; I
had a modest 64-bit box with Pentium D 805 and 1GB of DDR memory. VmWare has installed
without a problem, but when I attempted to install Windows XP x64 VmWare Server told
me that my Pentium D CPU is no good because when it comes to Intel CPUs, 64 bit guest
OSes can run only on EMT64 units with Virtualization Technology (VT) support! Fortunately,
my dev desktop had Core 2 Duo E6300, which does have VT support, and both Pentium
D and Core 2 Duo use the same LGA 775 package, so I was able to simply swap CPUs and
ta-da! - after that VmWare finally started cooperating and is installing XP x64 guest
OS as I'm typing this article.
&lt;/p&gt;
&lt;p&gt;
Conclusion: If you want to run 64-bit guest OS in VmWare using Intel CPU you will
need a box with a processor supporting &lt;strong&gt;Virtualization Technology&lt;/strong&gt;,
and run&amp;nbsp;&lt;strong&gt;Windows 2003 x64&lt;/strong&gt; as a host OS.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=d5c6c382-842b-44ea-9e2a-9f6192b37134" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx</comments>
      <category>Software Testing;Virtual Server;Vista;VmWare;x64</category>
    </item>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=0c7a0380-685c-404b-952e-ebe0dea57ffb</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,0c7a0380-685c-404b-952e-ebe0dea57ffb.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:comment>http://vladsnotes.hrybok.com/CommentView,guid,0c7a0380-685c-404b-952e-ebe0dea57ffb.aspx</wfw:comment>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=0c7a0380-685c-404b-952e-ebe0dea57ffb</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Norton Ghost 9 does not work on Vista. That's a diagnosis that could have stopped
me from using Vista altogether. However, I found that Vista's Backup &amp; Restore
center does what it's supposed to, with some caveats. 
<br />
I skimmed through the Internet trying to find answers to a few questions that bothered
me:<br />
1. Is it possible to restore system using Vista setup DVD and the OS image on the
external drive?<br />
2. Is backed up image compressed?<br />
3. Is it possible to restore system to a partition or volume of the size that
does not match the original OS partition size?
</p>
        <p>
I was surprised to find that information I was able to find on the topic was
just derivative from Microsoft marketing material. Here's what I found.
</p>
        <p>
1. Yes. all you need to have to restore your system is Vista DVD and the
backup image on any kind of media. Just boot from Vista DVD and then
follow the lead of these screenshots:<br /><img src="content/binary/VistaInstallScreeen.jpg" border="0" /><br /><br /><img src="content/binary/VistaRecoveryInstDrivers.jpg" border="0" /><br /><br /><img src="content/binary/VistaRecoveryOptions.jpg" border="0" /><br /><br />
2. Image is slightly compressed - not nearly as much as Ghost did. Original size was
35 GB, backup image size was 28 GB. I had to upgrade my external backup drive to ensure
Vista backups can be handled from now on. Another interesting thing is that core of
the backup image is a file with .vhd extension - the same used by MS Virtual
Server. I wonder if it will be possible run saved OS VHD image in MS
Virtual Server.<br /><br />
3. This is the worst part. Restore completely removed all the partition information
on the target drive. My target drive had two partitions: first for the restored OS
was not formatted and was larger than original OS partition from which the image was
made. Second partition had a formatted volume with some information on it. Before
restoration started it asked whether is it OK to delete all information "on drive
C:", without specifying what drive C: means. I assumed it's an unformatted partition,
because formatted one was present and had another letter. Boy, was I wrong. Apparently
what Vista called "drive C:" was actually physical disk 0, thank you very much. Vista's
Restore completely re-partitioned the drive to make destination partition of the same
size as the original one. This is the most destructive Restore utility I have ever
seen. After restoration was over, I had to use Disk Manager's rudimentary knock-off
of the Partition Magic utility that allowed me to extend the destination partition
to the desired size. Of course, I had to re-create second partition and restore the
information from the backup copy. So please MAKE A BACKUP COPY OF YOUR DESTINATION
DRIVE before using Vista Restore function!
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=0c7a0380-685c-404b-952e-ebe0dea57ffb" />
      </body>
      <title>Vista System Backup &amp; Restore did the job but re-partitioned the whole drive</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,0c7a0380-685c-404b-952e-ebe0dea57ffb.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,0c7a0380-685c-404b-952e-ebe0dea57ffb.aspx</link>
      <pubDate>Mon, 18 Dec 2006 04:10:59 GMT</pubDate>
      <description>&lt;p&gt;
Norton Ghost 9 does not work on Vista. That's a diagnosis that could have stopped
me from using Vista altogether. However, I found that Vista's Backup &amp;amp; Restore
center does what it's supposed to, with some caveats. 
&lt;br&gt;
I skimmed through the Internet trying to find answers to a few questions that bothered
me:&lt;br&gt;
1. Is it possible to restore system using Vista setup DVD and the OS image on the
external drive?&lt;br&gt;
2.&amp;nbsp;Is backed up image compressed?&lt;br&gt;
3.&amp;nbsp;Is it possible to restore system to a partition or volume of the size that
does not match the original OS partition size?
&lt;/p&gt;
&lt;p&gt;
I was surprised to find that information I was able to find on the topic&amp;nbsp;was
just derivative from Microsoft marketing material. Here's&amp;nbsp;what I found.
&lt;/p&gt;
&lt;p&gt;
1. Yes.&amp;nbsp;all you need to have to restore your system is Vista DVD and&amp;nbsp;the
backup image on any kind of media.&amp;nbsp;Just boot&amp;nbsp;from Vista&amp;nbsp;DVD and then
follow the lead of these screenshots:&lt;br&gt;
&lt;img src="content/binary/VistaInstallScreeen.jpg" border=0&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img src="content/binary/VistaRecoveryInstDrivers.jpg" border=0&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img src="content/binary/VistaRecoveryOptions.jpg" border=0&gt;
&lt;br&gt;
&lt;br&gt;
2. Image is slightly compressed - not nearly as much as Ghost did. Original size was
35 GB, backup image size was 28 GB. I had to upgrade my external backup drive to ensure
Vista backups can be handled from now on. Another interesting thing is that core of
the backup image is a file&amp;nbsp;with .vhd extension - the same used by MS Virtual
Server. I wonder if it will be&amp;nbsp;possible&amp;nbsp;run saved OS VHD image in&amp;nbsp;MS
Virtual Server.&lt;br&gt;
&lt;br&gt;
3. This is the worst part. Restore completely&amp;nbsp;removed all the partition information
on the target drive. My target drive had two partitions: first for the restored OS
was not formatted and was larger than original OS partition from which the image was
made. Second partition had a formatted volume with some information on it. Before
restoration started it asked whether is it OK to delete all information "on drive
C:", without specifying what drive C: means. I assumed it's an unformatted partition,
because formatted one was present and had another letter. Boy, was I wrong. Apparently
what Vista called "drive C:" was actually physical disk 0, thank you very much. Vista's
Restore completely re-partitioned the drive to make destination partition of the same
size as the original one. This is the most destructive Restore utility I have ever
seen. After restoration was over, I had to use Disk Manager's rudimentary knock-off
of the Partition Magic utility&amp;nbsp;that allowed me to extend the destination partition
to the desired size. Of course, I had to re-create second partition and restore the
information from the backup copy. So please MAKE A BACKUP COPY OF YOUR DESTINATION
DRIVE before using Vista Restore function!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=0c7a0380-685c-404b-952e-ebe0dea57ffb" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,0c7a0380-685c-404b-952e-ebe0dea57ffb.aspx</comments>
      <category>Backup/Restore;Virtual Server;Vista</category>
    </item>
    <item>
      <trackback:ping>http://vladsnotes.hrybok.com/Trackback.aspx?guid=40fbefde-2b91-4b47-bc6a-d4f48e53af61</trackback:ping>
      <pingback:server>http://vladsnotes.hrybok.com/pingback.aspx</pingback:server>
      <pingback:target>http://vladsnotes.hrybok.com/PermaLink,guid,40fbefde-2b91-4b47-bc6a-d4f48e53af61.aspx</pingback:target>
      <dc:creator>Vlad Hrybok</dc:creator>
      <wfw:commentRss>http://vladsnotes.hrybok.com/SyndicationService.asmx/GetEntryCommentsRss?guid=40fbefde-2b91-4b47-bc6a-d4f48e53af61</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft <a href="http://www.microsoft.com/windowsserversystem/virtualserver/downloads/servicepack.mspx">Virtual
Server R2 SP Beta</a> works really well on Vista x64 and Intel Core 2 Duo E6300 CPU,
which has Virtualization support. Installer was not completely hands-off - I had to
add CGI module to IIS7 manually - otherwise VSWebApp.exe was treated as downloadable
file and not as CGI module. MS needs to update VS installer to automate this step.
</p>
        <p>
Please note that although MS Virtual Server R2 Beta can run on Vista x64, it can't
host 64-bit OSes. To host 64 bit OSes you would need free <a href="PermaLink,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx">VmWare
Server</a> installed on x64 Windows 2003 Server, and either AMD 64 bit CPU or Intel
EMT64 CPU with Virtualization Technology (VT) support (like Core 2 Duo E6300
or E6400 CPUs).
</p>
        <img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=40fbefde-2b91-4b47-bc6a-d4f48e53af61" />
      </body>
      <title>Microsoft Virtual Server R2 SP1 on Vista x64 and Intel Core 2 Duo CPU</title>
      <guid isPermaLink="false">http://vladsnotes.hrybok.com/PermaLink,guid,40fbefde-2b91-4b47-bc6a-d4f48e53af61.aspx</guid>
      <link>http://vladsnotes.hrybok.com/PermaLink,guid,40fbefde-2b91-4b47-bc6a-d4f48e53af61.aspx</link>
      <pubDate>Sun, 17 Dec 2006 19:29:12 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/downloads/servicepack.mspx"&gt;Virtual
Server R2 SP Beta&lt;/a&gt; works really well on Vista x64 and Intel Core 2 Duo E6300 CPU,
which has Virtualization support. Installer was not completely hands-off - I had to
add CGI module to IIS7 manually - otherwise VSWebApp.exe was treated as downloadable
file and not as CGI module. MS needs to update VS installer to automate this step.
&lt;/p&gt;
&lt;p&gt;
Please note that although MS Virtual Server R2 Beta can run on Vista x64, it can't
host 64-bit OSes. To host 64 bit OSes you would need free &lt;a href="PermaLink,guid,d5c6c382-842b-44ea-9e2a-9f6192b37134.aspx"&gt;VmWare
Server&lt;/a&gt; installed on x64 Windows 2003 Server, and either AMD 64 bit CPU or Intel
EMT64 CPU with Virtualization Technology (VT)&amp;nbsp;support (like Core 2 Duo E6300
or E6400 CPUs).
&lt;/p&gt;
&lt;img width="0" height="0" src="http://vladsnotes.hrybok.com/aggbug.ashx?id=40fbefde-2b91-4b47-bc6a-d4f48e53af61" /&gt;</description>
      <comments>http://vladsnotes.hrybok.com/CommentView,guid,40fbefde-2b91-4b47-bc6a-d4f48e53af61.aspx</comments>
      <category>IIS7;Software Testing;Virtual Server;Vista;VmWare;x64</category>
    </item>
  </channel>
</rss>