<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Microsoft Hyper-V Blog by Altaro</title>
	<atom:link href="http://www.altaro.com/hyper-v/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.altaro.com/hyper-v</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 12:55:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on Teaming and MPIO for Storage in Hyper-V 2012 by Eric Siron</title>
		<link>http://www.altaro.com/hyper-v/teaming-and-mpio-for-storage-in-hyper-v-2012/#comment-34560</link>
		<dc:creator>Eric Siron</dc:creator>
		<pubDate>Tue, 21 May 2013 12:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2699#comment-34560</guid>
		<description>Hi Tonnie,
That sounds like a good idea for an article. I&#039;ll get that queued up.
I&#039;m going to defer the question about the Altaro Hyper-V Backup product to an expert on that team. Someone is already looking into your question.</description>
		<content:encoded><![CDATA[<p>Hi Tonnie,<br />
That sounds like a good idea for an article. I&#8217;ll get that queued up.<br />
I&#8217;m going to defer the question about the Altaro Hyper-V Backup product to an expert on that team. Someone is already looking into your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teaming and MPIO for Storage in Hyper-V 2012 by Tonnie</title>
		<link>http://www.altaro.com/hyper-v/teaming-and-mpio-for-storage-in-hyper-v-2012/#comment-34498</link>
		<dc:creator>Tonnie</dc:creator>
		<pubDate>Tue, 21 May 2013 00:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2699#comment-34498</guid>
		<description>Thanks for the information.
i stumbled upon this article after having some issue&#039;s because of doing it the wrong way (the situation was fast and stable, but our management vlan wasn&#039;t usable anymore on the virtual switch because it was an team interface, after changing it to the right way (with the virtual switch) it worked, maybe you could create an article about the proper setup and why (a lot articles dont explaint the why part)

We already use the Altaro HyperV backup since our 2008 hyper-v cluster and continue to do this for the 2012 version, but is there any benefit for the Altaro software with SMB3.0 share&#039;s? will this automatically/magically work for altaro backup?</description>
		<content:encoded><![CDATA[<p>Thanks for the information.<br />
i stumbled upon this article after having some issue&#8217;s because of doing it the wrong way (the situation was fast and stable, but our management vlan wasn&#8217;t usable anymore on the virtual switch because it was an team interface, after changing it to the right way (with the virtual switch) it worked, maybe you could create an article about the proper setup and why (a lot articles dont explaint the why part)</p>
<p>We already use the Altaro HyperV backup since our 2008 hyper-v cluster and continue to do this for the 2012 version, but is there any benefit for the Altaro software with SMB3.0 share&#8217;s? will this automatically/magically work for altaro backup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Nirmal</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-34131</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Sat, 18 May 2013 13:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-34131</guid>
		<description>Hi Stephen,

Thanks for reading articles! It is a pleasure interacting with you!

Well, as to location of page file on SCSI channel discussion - nothing is stopping us from putting the page file on a SCSI channel but OS components (Memory Manager) will not recognize it. SCSI driver, part of Integration components, will be able to load itself only after the Kernel Mode components have done finishing its job including creating/initializing paging file! 

So technically, it’s doable but no benefits of doing this as Operating System is not going to use it. When Memory Manager (part of Kernel Mode) initializes the paging file, the location of the initialized paging file will be set in registry at HKLM\SYSTEM\CurrentControlSet\Controls\Session Manager\Memory Management. There are two entries which you need to check to determine the “current” paging file location; PagingFiles and ExistingPageFiles. 

Note: Registry is a big repository for OS components to locate any information. So from this point onwards, whenever any paging operation occurs, the OS will check the location of the page file to use by querying the above registry entries.

You will get an informational message when you reboot OS stating that &quot;Windows created a paging file on your computer because of some problem/s...&quot;. The new page file will be set in the above registry entries.

On a side note, Kernel Mode does not know whether the OS is running on a Virtualization platform or a physical box and this is how Windows OS has been working. I would say OS has been programmed to deal with these types of situation (e.g. If no user defined paging file then create a new one on the OS drive)

Thanks!
Nirmal</description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>Thanks for reading articles! It is a pleasure interacting with you!</p>
<p>Well, as to location of page file on SCSI channel discussion &#8211; nothing is stopping us from putting the page file on a SCSI channel but OS components (Memory Manager) will not recognize it. SCSI driver, part of Integration components, will be able to load itself only after the Kernel Mode components have done finishing its job including creating/initializing paging file! </p>
<p>So technically, it’s doable but no benefits of doing this as Operating System is not going to use it. When Memory Manager (part of Kernel Mode) initializes the paging file, the location of the initialized paging file will be set in registry at HKLM\SYSTEM\CurrentControlSet\Controls\Session Manager\Memory Management. There are two entries which you need to check to determine the “current” paging file location; PagingFiles and ExistingPageFiles. </p>
<p>Note: Registry is a big repository for OS components to locate any information. So from this point onwards, whenever any paging operation occurs, the OS will check the location of the page file to use by querying the above registry entries.</p>
<p>You will get an informational message when you reboot OS stating that &#8220;Windows created a paging file on your computer because of some problem/s&#8230;&#8221;. The new page file will be set in the above registry entries.</p>
<p>On a side note, Kernel Mode does not know whether the OS is running on a Virtualization platform or a physical box and this is how Windows OS has been working. I would say OS has been programmed to deal with these types of situation (e.g. If no user defined paging file then create a new one on the OS drive)</p>
<p>Thanks!<br />
Nirmal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Stephen Barash</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-34017</link>
		<dc:creator>Stephen Barash</dc:creator>
		<pubDate>Fri, 17 May 2013 17:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-34017</guid>
		<description>Agreed, a mute point. Still curious though. 2003 must load drivers differently, different processor ring level or something.

Just for kicks, I&#039;m going to clone one of these guests and set its system/boot drive to scsi and see what happens...

Stephen</description>
		<content:encoded><![CDATA[<p>Agreed, a mute point. Still curious though. 2003 must load drivers differently, different processor ring level or something.</p>
<p>Just for kicks, I&#8217;m going to clone one of these guests and set its system/boot drive to scsi and see what happens&#8230;</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Eric Siron</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-33992</link>
		<dc:creator>Eric Siron</dc:creator>
		<pubDate>Fri, 17 May 2013 12:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-33992</guid>
		<description>I&#039;ve been in touch with someone who has more thorough knowledge of the actual architecture than I do, and, well, we&#039;re intrigued. The screenshots won&#039;t be necessary, but it would be nice to know how you managed to do what shouldn&#039;t be possible. It&#039;s a somewhat academic pursuit at this point, though, since 2003 is sunsetting out.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been in touch with someone who has more thorough knowledge of the actual architecture than I do, and, well, we&#8217;re intrigued. The screenshots won&#8217;t be necessary, but it would be nice to know how you managed to do what shouldn&#8217;t be possible. It&#8217;s a somewhat academic pursuit at this point, though, since 2003 is sunsetting out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Replica Explained &#8211; Part 4 by Nirmal Sharma</title>
		<link>http://www.altaro.com/hyper-v/hyper-v-replica-explained-part-4/#comment-33980</link>
		<dc:creator>Nirmal Sharma</dc:creator>
		<pubDate>Fri, 17 May 2013 10:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2889#comment-33980</guid>
		<description>Hi Michael, Thank you for catching that! Fixed it!

Thank You,
Nirmal</description>
		<content:encoded><![CDATA[<p>Hi Michael, Thank you for catching that! Fixed it!</p>
<p>Thank You,<br />
Nirmal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Replica Explained &#8211; Part 4 by Stephen Barash</title>
		<link>http://www.altaro.com/hyper-v/hyper-v-replica-explained-part-4/#comment-33937</link>
		<dc:creator>Stephen Barash</dc:creator>
		<pubDate>Fri, 17 May 2013 03:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2889#comment-33937</guid>
		<description>Great article Nirmal, thank you.

I think it should be further emphasised that unlike a normal backup, replication is really only good for one thing - hardware failures. Changes such as inadvertent deletes user objects, mailboxes or files, contracting a virus, installing something that causes problems, etc. will be quickly replicated to the other server. Replication won&#039;t help you here!

Of course if you enabled &#039;application consistent&#039;, and catch the software issue fast enough, then you may have an hour window to stop replication, fail over, and save the day. But, like I wrote in part 2 of your replication series, I bet this would bring the performance of most servers to its knees.

I would love for you to write a part 5 concerning performance. To emulate a typical small / medium sized business, take two mid-ranged servers, put a few virtual machines one one (Make one a terminal server), configure replication, and lets see how they actually perform in a (mocked) production environment.

Regards,
Stephen</description>
		<content:encoded><![CDATA[<p>Great article Nirmal, thank you.</p>
<p>I think it should be further emphasised that unlike a normal backup, replication is really only good for one thing &#8211; hardware failures. Changes such as inadvertent deletes user objects, mailboxes or files, contracting a virus, installing something that causes problems, etc. will be quickly replicated to the other server. Replication won&#8217;t help you here!</p>
<p>Of course if you enabled &#8216;application consistent&#8217;, and catch the software issue fast enough, then you may have an hour window to stop replication, fail over, and save the day. But, like I wrote in part 2 of your replication series, I bet this would bring the performance of most servers to its knees.</p>
<p>I would love for you to write a part 5 concerning performance. To emulate a typical small / medium sized business, take two mid-ranged servers, put a few virtual machines one one (Make one a terminal server), configure replication, and lets see how they actually perform in a (mocked) production environment.</p>
<p>Regards,<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Replica Explained &#8211; Part 4 by Michael</title>
		<link>http://www.altaro.com/hyper-v/hyper-v-replica-explained-part-4/#comment-33863</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 16 May 2013 13:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2889#comment-33863</guid>
		<description>I have one quibble with this article. You said that, &quot;In case you need to backup individual files or folders, you will have no choices expect to use a virtual machine backup software like Altaro Hyper-V Backup Pro software.&quot; However, I am unaware of a way to backup individual files or folders using Altaro Hyper-V Backup. It does not even allow you to select individual volumes to backup. It will backup each volume within the virtual machine, utilizing VSS.

I think you may have meant to say that you can *restore* individual files or folders. That statement is absolutely true. However, the statement that you can backup individual files or folders appears to be false, unless there is a feature in the software that allows you to do that, of which I am unaware.

Michael</description>
		<content:encoded><![CDATA[<p>I have one quibble with this article. You said that, &#8220;In case you need to backup individual files or folders, you will have no choices expect to use a virtual machine backup software like Altaro Hyper-V Backup Pro software.&#8221; However, I am unaware of a way to backup individual files or folders using Altaro Hyper-V Backup. It does not even allow you to select individual volumes to backup. It will backup each volume within the virtual machine, utilizing VSS.</p>
<p>I think you may have meant to say that you can *restore* individual files or folders. That statement is absolutely true. However, the statement that you can backup individual files or folders appears to be false, unless there is a feature in the software that allows you to do that, of which I am unaware.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Stephen Barash</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-33782</link>
		<dc:creator>Stephen Barash</dc:creator>
		<pubDate>Thu, 16 May 2013 03:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-33782</guid>
		<description>Well, Eric I tried this with a 2012 guest and you&#039;re 100% correct. No page file on my scsi page drive. Odd, there was no mention in any event logs of my scsi page file being rejected.

So, I went back to my 2003 servers to see what was up. Page files on the scsi drives on all of them. Checked everything to verify the page files were working correctly. Crazy, makes no sense, I know. Be happy to send you screen shots...

All in all, I&#039;d say that your original advise was correct!

Thanks,
Stephen</description>
		<content:encoded><![CDATA[<p>Well, Eric I tried this with a 2012 guest and you&#8217;re 100% correct. No page file on my scsi page drive. Odd, there was no mention in any event logs of my scsi page file being rejected.</p>
<p>So, I went back to my 2003 servers to see what was up. Page files on the scsi drives on all of them. Checked everything to verify the page files were working correctly. Crazy, makes no sense, I know. Be happy to send you screen shots&#8230;</p>
<p>All in all, I&#8217;d say that your original advise was correct!</p>
<p>Thanks,<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hyper-V Replica Explained – Part 2 by Nirmal Sharma</title>
		<link>http://www.altaro.com/hyper-v/hyper-v-replica-explained-part-2/#comment-33512</link>
		<dc:creator>Nirmal Sharma</dc:creator>
		<pubDate>Tue, 14 May 2013 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2493#comment-33512</guid>
		<description>Hi Stephen, 

&gt;&gt;&gt;Not only does this increase the amount of VHD storage space required, but the level of disk IO goes through the roof making server performance unacceptable.

Replication engine just &quot;tracks&quot; the changes on all VHDs. Think of the replication engine running as a TSR program. Tracking the change in TSR mode does not require much I/O. But, of course, you will see performance issues if there are a number of changes taking place at the same time for multiple VHDs. That is acceptable since the current version of Replication Engine does not implement the &quot;multi-threading&quot; concept.

Thanks!
Nirmal</description>
		<content:encoded><![CDATA[<p>Hi Stephen, </p>
<p>&gt;&gt;&gt;Not only does this increase the amount of VHD storage space required, but the level of disk IO goes through the roof making server performance unacceptable.</p>
<p>Replication engine just &#8220;tracks&#8221; the changes on all VHDs. Think of the replication engine running as a TSR program. Tracking the change in TSR mode does not require much I/O. But, of course, you will see performance issues if there are a number of changes taking place at the same time for multiple VHDs. That is acceptable since the current version of Replication Engine does not implement the &#8220;multi-threading&#8221; concept.</p>
<p>Thanks!<br />
Nirmal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Eric Siron</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-33496</link>
		<dc:creator>Eric Siron</dc:creator>
		<pubDate>Tue, 14 May 2013 13:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-33496</guid>
		<description>This is what I get every time: http://www.altaro.com/hyper-v/wp-content/uploads/2013/05/pf_on_scsi.png
The page file isn&#039;t even present on the vSCSI disk after a reboot.</description>
		<content:encoded><![CDATA[<p>This is what I get every time: <a href="http://www.altaro.com/hyper-v/wp-content/uploads/2013/05/pf_on_scsi.png" rel="nofollow">http://www.altaro.com/hyper-v/wp-content/uploads/2013/05/pf_on_scsi.png</a><br />
The page file isn&#8217;t even present on the vSCSI disk after a reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with VHD Files by Eric Siron</title>
		<link>http://www.altaro.com/hyper-v/working-with-vhd-files/#comment-33489</link>
		<dc:creator>Eric Siron</dc:creator>
		<pubDate>Tue, 14 May 2013 12:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2640#comment-33489</guid>
		<description>Is the NAS presenting it by SMB share? 2012 may not like a share that&#039;s not SMB 3.0.</description>
		<content:encoded><![CDATA[<p>Is the NAS presenting it by SMB share? 2012 may not like a share that&#8217;s not SMB 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with VHD Files by Gerald Nell</title>
		<link>http://www.altaro.com/hyper-v/working-with-vhd-files/#comment-33485</link>
		<dc:creator>Gerald Nell</dc:creator>
		<pubDate>Tue, 14 May 2013 11:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2640#comment-33485</guid>
		<description>I have a unique situation and google is not helping at all with this one.

We have a NAS with a .vhd on it that I can attach to a 2008 R2 server but not on 2012. Is there a security setting that does not allow this?

Thanks</description>
		<content:encoded><![CDATA[<p>I have a unique situation and google is not helping at all with this one.</p>
<p>We have a NAS with a .vhd on it that I can attach to a 2008 R2 server but not on 2012. Is there a security setting that does not allow this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Eric Siron</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-33441</link>
		<dc:creator>Eric Siron</dc:creator>
		<pubDate>Tue, 14 May 2013 05:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-33441</guid>
		<description>On the &quot;Performance Options&quot; screen, the &quot;Total paging file size for all drives&quot; is reduced to whatever I leave on C:. In the &quot;Virtual Memory&quot; window, the &quot;Currently allocated&quot; size is similarly reduced. It still shows that the number is set on the SCSI drive itself. I tested with a 2012 and a 2008 R2 client on Windows Server 2012 with Hyper-V. I didn&#039;t check TM but I&#039;ll look at that tomorrow.</description>
		<content:encoded><![CDATA[<p>On the &#8220;Performance Options&#8221; screen, the &#8220;Total paging file size for all drives&#8221; is reduced to whatever I leave on C:. In the &#8220;Virtual Memory&#8221; window, the &#8220;Currently allocated&#8221; size is similarly reduced. It still shows that the number is set on the SCSI drive itself. I tested with a 2012 and a 2008 R2 client on Windows Server 2012 with Hyper-V. I didn&#8217;t check TM but I&#8217;ll look at that tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What You Must Know About Hyper-V by Stephen Barash</title>
		<link>http://www.altaro.com/hyper-v/what-you-must-know-about-hyper-v/#comment-33440</link>
		<dc:creator>Stephen Barash</dc:creator>
		<pubDate>Tue, 14 May 2013 05:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.altaro.com/hyper-v/?p=2795#comment-33440</guid>
		<description>I&#039;ve tried this with several Server 2003 guests. The page files are created. The drive is visible in explorer. The performance tab in advanced system settings show it there. Its the right size in task manager. I&#039;m setting a static 6gb swap on each drive.

I&#039;ll play tomorrow with some Server 2012 &amp; 2008 guests. What do you mean when you say the allocated number drops?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this with several Server 2003 guests. The page files are created. The drive is visible in explorer. The performance tab in advanced system settings show it there. Its the right size in task manager. I&#8217;m setting a static 6gb swap on each drive.</p>
<p>I&#8217;ll play tomorrow with some Server 2012 &amp; 2008 guests. What do you mean when you say the allocated number drops?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
