<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A weblog about Microsoft Technologies &#187; Windows Server 2008</title>
	<atom:link href="http://www.anilerduran.com/index.php/category/ws2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anilerduran.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 17:23:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>How to change Event Subscription Port Number</title>
		<link>http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/</link>
		<comments>http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 12:37:44 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[collector]]></category>
		<category><![CDATA[event subscription]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[server 2008 e2]]></category>
		<category><![CDATA[winrm]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/</guid>
		<description><![CDATA[By default in Windows Server 2008 / 2008 R2 , event subscription port number is 5985.Clients and Event Collector are communicating over this port number. If you want to change this, just execute following commands; winrm set winrm/config/listener?Address=*+Transport=HTTP @{Port=&#34;5985&#34;} netsh add portopening TCP 5985 WINRM Share]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fhow-to-change-event-subscription-port-number%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fhow-to-change-event-subscription-port-number%2F&amp;text=How+to+change+Event+Subscription+Port+Number" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/"></script></span></div><p>By default in Windows Server 2008 / 2008 R2 , event subscription port number is 5985.Clients and Event Collector are communicating over this port number.</p>
<p><a href="http://www.anilerduran.com/pics/How-to-change-Event-Subscription-Port-Nu_CD4F/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/How-to-change-Event-Subscription-Port-Nu_CD4F/image_thumb.png" width="244" height="180" /></a></p>
<p>If you want to change this, just execute following commands;</p>
<blockquote><p>winrm set winrm/config/listener?Address=*+Transport=HTTP @{Port=&quot;5985&quot;}</p>
<p>netsh add portopening TCP 5985 WINRM</p>
</blockquote>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fhow-to-change-event-subscription-port-number%2F&amp;t=How%20to%20change%20Event%20Subscription%20Port%20Number" id="facebook_share_button_2082" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2082') || document.getElementById('facebook_share_icon_2082') || document.getElementById('facebook_share_both_2082') || document.getElementById('facebook_share_button_2082');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2082') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fhow-to-change-event-subscription-port-number%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fhow-to-change-event-subscription-port-number%2F&amp;text=How+to+change+Event+Subscription+Port+Number" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/how-to-change-event-subscription-port-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDC and Time Server Issues</title>
		<link>http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/</link>
		<comments>http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 13:07:36 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server Family]]></category>
		<category><![CDATA[fsmo roles]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[operations master]]></category>
		<category><![CDATA[pdc]]></category>
		<category><![CDATA[time server]]></category>
		<category><![CDATA[w32tm]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/</guid>
		<description><![CDATA[PDC is one of the most important FSMO roles on your organization.PDC server is responsible for time issues,password changes, Group Policy changes, Microsoft NT 4.0 Server communications. If you are in the middle of Server 2008 Active Directory upgrading project, probably you’ll move your FSMO roles one by one to the new domain controllers.And one [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fpdc-and-time-server-issues%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fpdc-and-time-server-issues%2F&amp;text=PDC+and+Time+Server+Issues" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/"></script></span></div><p>PDC is one of the most important FSMO roles on your organization.PDC server is responsible for time issues,password changes, Group Policy changes, Microsoft NT 4.0 Server communications.</p>
<p>If you are in the middle of Server 2008 Active Directory upgrading project, probably you’ll move your FSMO roles one by one to the new domain controllers.And one of them is PDC.</p>
<p>I will not discuss move process because there are so much information about it.But if you move your PDC role to the another server, there is one more step to configure.This is about Time Server configuration.</p>
<p>By default, your PDC role is your Time Server and reliable for your clients.All domain clients including additional DC’s receives time updates from PDC holder.</p>
<p>If you have configured an external time server for your PDC, and changed the holder, then you have to configure time server for both new PDC holder and formerly holder.</p>
<p>Former PDC holder , you must specify that it is no longer reliable for your domain clients.To achieve this goal, run the following commands;</p>
<blockquote><p>w32tm /config /syncfromflags: domhier /reliable:no /update</p>
<p>net stop w32time &amp;&amp; net start w32time</p>
</blockquote>
<p>On new PDC Emulator;</p>
<blockquote><p>w32tm /config /manualpeerlist: ntp.xxx.com /syncfromflags:manual /reliable:yes /update</p>
</blockquote>
<p>ntp.xxx.com is your external ntp server.</p>
<p>After that , you can run the w32tm /monitor command to check everything is ok.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fpdc-and-time-server-issues%2F&amp;t=PDC%20and%20Time%20Server%20Issues" id="facebook_share_button_2051" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2051') || document.getElementById('facebook_share_icon_2051') || document.getElementById('facebook_share_both_2051') || document.getElementById('facebook_share_button_2051');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2051') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fpdc-and-time-server-issues%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fpdc-and-time-server-issues%2F&amp;text=PDC+and+Time+Server+Issues" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2010/pdc-and-time-server-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008 R2 üzerinde NLB</title>
		<link>http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/</link>
		<comments>http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:40:02 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1924</guid>
		<description><![CDATA[Windows Server 2008 R2 üzerinde NLB konfigurasyonu için sık sorulan birkaç soruya cevaplar vermek istedim.Bunları kısaca inceleyelim. NLB için özel network adaptorlerine ihtiyaç varmıdır? Hayır yoktur.Burada önemli olan network kartının mac adresinin dinamik değişebiliyor oluşudur.Sahip olduğunuz network kartıda yüksek olasılıkla bunu destekleyecektir. Bir NLB yapısında maximum kaç host barınabilir? Toplamda 32 node desteği bulunmaktadır. Tek [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fserver-2008-r2-uzerinde-nlb%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fserver-2008-r2-uzerinde-nlb%2F&amp;text=Server+2008+R2+%C3%BCzerinde+NLB" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/"></script></span></div><p>Windows Server 2008 R2 üzerinde NLB konfigurasyonu için sık sorulan birkaç soruya cevaplar vermek istedim.Bunları kısaca inceleyelim.</p>
<p><strong>NLB için özel network adaptorlerine ihtiyaç varmıdır?</strong></p>
<p>Hayır yoktur.Burada önemli olan network kartının mac adresinin dinamik değişebiliyor oluşudur.Sahip olduğunuz network kartıda yüksek olasılıkla bunu destekleyecektir.</p>
<p><strong>Bir NLB yapısında maximum kaç host barınabilir?</strong></p>
<p>Toplamda 32 node desteği bulunmaktadır.</p>
<p><strong>Tek bir network kartı ile NLB yapabilirmiyim?</strong></p>
<p>Windows Server 2008 R2 üzerindeki yeniliklerden bir taneside NLB konfigurasyonunu tek interface ile gerçekleştirebilmenizdir.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fserver-2008-r2-uzerinde-nlb%2F&amp;t=Server%202008%20R2%20%C3%BCzerinde%20NLB" id="facebook_share_button_1924" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1924') || document.getElementById('facebook_share_icon_1924') || document.getElementById('facebook_share_both_1924') || document.getElementById('facebook_share_button_1924');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1924') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fserver-2008-r2-uzerinde-nlb%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fserver-2008-r2-uzerinde-nlb%2F&amp;text=Server+2008+R2+%C3%BCzerinde+NLB" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2010/server-2008-r2-uzerinde-nlb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM ve BranchCache ikilisi ile &#252;st&#252;n performans !</title>
		<link>http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/</link>
		<comments>http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 11:36:49 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[branchcache]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/</guid>
		<description><![CDATA[Windows Server 2008 R2 ile gelen en hoş özelliklerden biriside BranchCache.Lansmanlara seminerlere yada BilgeAdam’da Windows Server 2008 R2 eğitimlerine katıldıysanız mutlaka kulak aşinalığınız olacaktır.Çok temelde yaptığı işlem yavaş linkler üzerinden bağlı uzak lokasyonlarda cacheleme.Uzak lokasyondaki bir client yavaş link üzerinden merkezdeki bir sunucuda erişip dosyaya erişim sağladı ve branch office’e kopyaladı.Eğer client üzerinde ve sunucu [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fsccm-ve-branchcache-ikilisi-ile-stn-performans%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fsccm-ve-branchcache-ikilisi-ile-stn-performans%2F&amp;text=SCCM+ve+BranchCache+ikilisi+ile+%C3%BCst%C3%BCn+performans+%21" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/"></script></span></div><p>Windows Server 2008 R2 ile gelen en hoş özelliklerden biriside BranchCache.Lansmanlara seminerlere yada BilgeAdam’da Windows Server 2008 R2 eğitimlerine katıldıysanız mutlaka kulak aşinalığınız olacaktır.Çok temelde yaptığı işlem yavaş linkler üzerinden bağlı uzak lokasyonlarda cacheleme.Uzak lokasyondaki bir client yavaş link üzerinden merkezdeki bir sunucuda erişip dosyaya erişim sağladı ve branch office’e kopyaladı.Eğer client üzerinde ve sunucu üzerinde branch cache aktif ise client aldığı bu dosyayı local cache’inde tutuyor.Ne zamanki aynı lokasyonda bu özelliğin aktif olduğu başka bir client bu dosyaya erişmek isterse öncelikle kendi local networküne bir broadcast atıyor ve dosyanın güncel versiyonunu sorguluyor.Ve olduğuna dair bilgiyi aldıktan sonra tekrardan uzak ofise gitmek yerine yanıbaşındaki client üzerinden dosyayı ediniyor.Böylece erişimlerde önemli ölçüde performans artışını gözlemleyebiliyorsunuz.Konfigurasyon aşamalarıda oldukça basit.Birkaç group policy değişikliği ile bunu gerçekleştirebilirsiniz.</p>
<p>Bizim için daha güzel olanı ise SCCM SP2 ile birlikte branch cache’in nimetlerinden faydalanabiliyor olmamız.Aşağıdaki resmi inceleyelim.</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2010/04/branccacahe.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="branccacahe" border="0" alt="branccacahe" src="http://www.anilerduran.com/wp-content/uploads/2010/04/branccacahe_thumb.png" width="439" height="341" /></a> </p>
<p>SCCM 2007 SP2 site server’ımız ve Windows Server 2008 R2 üzerinde bir distribution point’imiz var.Burada işletim sisteminin kesinlikle Windows Server 2008 R2 olması gerekli çünkü branch cache daha öncede bahsettiğimiz gibi R2 ile gelen bir yenilik.Bu diagramda yine branchcache &#8220;˜in enable edildiği Windows 7/Windows Vista/Windows 2008 clientlardan soldaki distribution point üzerindeki kendisi için hazırlanan pakete erişim sağlıyor.Ve ardından bunu cacheliyor.Sağ taraftadaki clientlar aynı distribution point üzerinden bu pakete erişim yapmak istediğinde yukarıda bahsettiğimiz gibi locale bir sorgu atıyor ve solundaki clientta bunun cachelendiğini öğreniyor.Böylece link üzerinden distribution pointe gitmeden localdeki diğer client üzerinden paketi ediniyor.</p>
<p>Özellikle uzak ofisli yapılarda gerçekten çok fazla yarar sağlayabileceğiniz bir uygulama.</p>
<p>Son olarak SCCM üzerinde bu yeniliği kullanabilmek için ekstra birşey yapmanız gerek yok.Sadece distribution point özelliklerinde clientların paketleri uzaktan değil locale download edip buradan çalıştırmasını belirtmelisiniz.(Bu ayar by default bu şekildedir.)</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2010/04/distpoint.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="distpoint" border="0" alt="distpoint" src="http://www.anilerduran.com/wp-content/uploads/2010/04/distpoint_thumb.png" width="303" height="363" /></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fsccm-ve-branchcache-ikilisi-ile-stn-performans%2F&amp;t=SCCM%20ve%20BranchCache%20ikilisi%20ile%20%26uuml%3Bst%26uuml%3Bn%20performans%20%21" id="facebook_share_button_1573" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1573') || document.getElementById('facebook_share_icon_1573') || document.getElementById('facebook_share_both_1573') || document.getElementById('facebook_share_button_1573');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1573') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fsccm-ve-branchcache-ikilisi-ile-stn-performans%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2010%2Fsccm-ve-branchcache-ikilisi-ile-stn-performans%2F&amp;text=SCCM+ve+BranchCache+ikilisi+ile+%C3%BCst%C3%BCn+performans+%21" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2010/sccm-ve-branchcache-ikilisi-ile-stn-performans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 7 Backup / Restore</title>
		<link>http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/</link>
		<comments>http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 10:09:00 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[sccm]]></category>
		<category><![CDATA[site database backup]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1465</guid>
		<description><![CDATA[Bildiğiniz gibi SCCM 2007 &#8216;yi Server 2008 üzerine kurduğunuzda IIS 7 üzerinde birkaç konfigurasyonu gerçekleştirmeniz gerekli.Ancak tüm bileşenleri doğru yapılandırdıktan sonra SCCM tarafında sıkıntısız devam edebiliyorsunuz.Gerek SCCM upgrade senaryolarında gerekse acil durumlar için SCCM site yedeğini alabiliyoruz.Tabi bunun yanında o kadar konfigurasyonu gerçekleştirdiğimiz IIS&#8217;in yedeğinide almak faydalı olacaktır. IIS 7&#8242;de backup ve restore işlemi oldukça [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fiis-7-backup-restore%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fiis-7-backup-restore%2F&amp;text=IIS+7+Backup+%2F+Restore" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/"></script></span></div><p>Bildiğiniz gibi SCCM 2007 &#8216;yi Server 2008 üzerine kurduğunuzda IIS 7 üzerinde birkaç konfigurasyonu gerçekleştirmeniz gerekli.Ancak tüm bileşenleri doğru yapılandırdıktan sonra SCCM tarafında sıkıntısız devam edebiliyorsunuz.Gerek SCCM upgrade senaryolarında gerekse acil durumlar için SCCM site yedeğini alabiliyoruz.Tabi bunun yanında o kadar konfigurasyonu gerçekleştirdiğimiz IIS&#8217;in yedeğinide almak faydalı olacaktır.</p>
<p>IIS 7&#8242;de backup ve restore işlemi oldukça kolay.Hazırlanmış olan bir scripti kullanarak aşağıdaki şekilde backup/restore işlemlerini gerçekleştirebilirsiniz.</p>
<p>Backup almak için;</p>
<p>  %windir%\system32\inetsrv\appcmd.exe <span style="color: #ff0000;">add</span> backup &#8220;My Backup Name&#8221;</p>
<p>Backuptan dönmek için;</p>
<p>  %windir%\system32\inetsrv\appcmd.exe <span style="color: #ff0000;">restore</span> backup &#8220;My Backup Name&#8221;</p>
<p>Alınan backupı silmek için;</p>
<p>  %windir%\system32\inetsrv\appcmd.exe <span style="color: #ff0000;">delete</span> backup &#8220;My Backup Name&#8221;</p>
<p>inetsrv altında backup klasöründe alınan backup dosyalarınızı görebilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fiis-7-backup-restore%2F&amp;t=IIS%207%20Backup%20%2F%20Restore" id="facebook_share_button_1465" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1465') || document.getElementById('facebook_share_icon_1465') || document.getElementById('facebook_share_both_1465') || document.getElementById('facebook_share_button_1465');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1465') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fiis-7-backup-restore%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fiis-7-backup-restore%2F&amp;text=IIS+7+Backup+%2F+Restore" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/iis-7-backup-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware Vmotion &#8211; HyperV Live Migration Videoları</title>
		<link>http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/</link>
		<comments>http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:43:22 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Esx server]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Vmware]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1419</guid>
		<description><![CDATA[Şimdiye kadar hazırladığım virtualization alanındaki HA çözümleri ve vmotion-live migration videolarına aşağıdan ulaşabilirsiniz.Böylece iki büyük rakip Vmware ve Hyper-v &#8216;nin sunduğu çözümleri canlı olarak izleyebilirsiniz. Windows Server 2008 R2 Hyper-v üzerinde Live Migration Videoları Bölüm 1 &#8220;” Failover Cluster Servisinin kurulumu &#8220;“ iscsi konfigurasyonu Bölüm 2 &#8220;” Hyper-V Cluster Konfigurasyonları Bölüm 3 &#8220;” Live Migration [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fvmware-vmotion-hyperv-live-migration-videolari%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fvmware-vmotion-hyperv-live-migration-videolari%2F&amp;text=Vmware+Vmotion+%E2%80%93+HyperV+Live+Migration+Videolar%C4%B1" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/"></script></span></div><p>Şimdiye kadar hazırladığım virtualization alanındaki HA çözümleri ve vmotion-live migration videolarına aşağıdan ulaşabilirsiniz.Böylece iki büyük rakip Vmware ve Hyper-v &#8216;nin sunduğu çözümleri canlı olarak izleyebilirsiniz.</p>
<p><strong>Windows Server 2008 R2 Hyper-v üzerinde Live Migration Videoları</strong></p>
<p>Bölüm 1 &#8220;” <a href="http://www.anilerduran.com/videolar/failoverclusterkonf/failoverclusterkonf.mp4" target="_blank">Failover Cluster Servisinin kurulumu &#8220;“ iscsi konfigurasyonu</a></p>
<p>Bölüm 2 &#8220;” <a href="http://www.anilerduran.com/videolar/hyper-vclusterkonf/hyper-vclusterkonf.mp4" target="_blank">Hyper-V Cluster Konfigurasyonları</a></p>
<p>Bölüm 3 &#8220;” <a href="http://www.anilerduran.com/videolar/livemigrationhatest/livemigrationhatest.mp4" target="_blank">Live Migration ve High Availability Testleri</a></p>
<p><strong>Vmware ESX Server 3.5 üzerinde Vmotion ve High Availability Videoları</strong></p>
<p><a href="../index.php/2009/esx-server-ha-vmotion-bolum-1/?phpMyAdmin=U%2CCFvx84G-z4kL5CD%2C3p80chmj5">http://www.anilerduran.com/index.php/2009/esx-server-ha-vmotion-bolum-1/</a></p>
<p><a href="../index.php/2009/esx-server-video-bolum-2-iscsi-ve-starwind-san-konfigurasyonu/?phpMyAdmin=U%2CCFvx84G-z4kL5CD%2C3p80chmj5">http://www.anilerduran.com/index.php/2009/esx-server-video-bolum-2-iscsi-ve-starwind-san-konfigurasyonu/</a></p>
<p><a href="../index.php/2009/esx-server-video-bolum-3-virtual-center-kurulumu/?phpMyAdmin=U%2CCFvx84G-z4kL5CD%2C3p80chmj5">http://www.anilerduran.com/index.php/2009/esx-server-video-bolum-3-virtual-center-kurulumu/</a></p>
<p><a href="../index.php/2009/esx-server-video-bolum-4-offline-migration-ve-vmotion/?phpMyAdmin=U%2CCFvx84G-z4kL5CD%2C3p80chmj5">http://www.anilerduran.com/index.php/2009/esx-server-video-bolum-4-offline-migration-ve-vmotion/</a></p>
<p><a href="../index.php/2009/esx-server-video-bolum-5-high-availability-konfigurasyonlari1/?phpMyAdmin=U%2CCFvx84G-z4kL5CD%2C3p80chmj5">http://www.anilerduran.com/index.php/2009/esx-server-video-bolum-5-high-availability-konfigurasyonlari1/</a></p>
<p><a href="../index.php/2009/esx-server-video-bolum-6-high-availability-konfigurasyonlari2/?phpMyAdmin=U%2CCFvx84G-z4kL5CD%2C3p80chmj5">http://www.anilerduran.com/index.php/2009/esx-server-video-bolum-6-high-availability-konfigurasyonlari2/</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fvmware-vmotion-hyperv-live-migration-videolari%2F&amp;t=Vmware%20Vmotion%20-%20HyperV%20Live%20Migration%20Videolar%C4%B1" id="facebook_share_button_1419" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1419') || document.getElementById('facebook_share_icon_1419') || document.getElementById('facebook_share_both_1419') || document.getElementById('facebook_share_button_1419');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1419') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fvmware-vmotion-hyperv-live-migration-videolari%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fvmware-vmotion-hyperv-live-migration-videolari%2F&amp;text=Vmware+Vmotion+%E2%80%93+HyperV+Live+Migration+Videolar%C4%B1" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/vmware-vmotion-hyperv-live-migration-videolari/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.anilerduran.com/videolar/failoverclusterkonf/failoverclusterkonf.mp4" length="16363212" type="video/mp4" />
<enclosure url="http://www.anilerduran.com/videolar/hyper-vclusterkonf/hyper-vclusterkonf.mp4" length="23650108" type="video/mp4" />
<enclosure url="http://www.anilerduran.com/videolar/livemigrationhatest/livemigrationhatest.mp4" length="13256401" type="video/mp4" />
		</item>
		<item>
		<title>Disable Cluster Shared Volumes</title>
		<link>http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/</link>
		<comments>http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:44:15 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[cluster sha]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1415</guid>
		<description><![CDATA[Failover Cluster konsolu altında CSV eklediğinizde arayüzden bunu tekrardan kaldırma şansınız yok.İçerisine bir disk eklemesenizde CSV hep orda duracaktır.Bunu sizde benim gibi kullanmadığınız zamanlar kaldırmak istiyorsanız aşağıdaki komut işinizi görecektir. Get-Cluster &#124; %{$_.EnableSharedVolumes = "Disabled"} Share]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fdisable-cluster-shared-volumes%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fdisable-cluster-shared-volumes%2F&amp;text=Disable+Cluster+Shared+Volumes" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/"></script></span></div><p>Failover Cluster konsolu altında CSV eklediğinizde arayüzden bunu tekrardan kaldırma şansınız yok.İçerisine bir disk eklemesenizde CSV hep orda duracaktır.Bunu sizde benim gibi kullanmadığınız zamanlar kaldırmak istiyorsanız aşağıdaki komut işinizi görecektir.</p>
<p><span><span id="intelliTxt"></p>
<pre>Get-Cluster | %{$_.EnableSharedVolumes = "Disabled"}</pre>
<p></span></span></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fdisable-cluster-shared-volumes%2F&amp;t=Disable%20Cluster%20Shared%20Volumes" id="facebook_share_button_1415" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1415') || document.getElementById('facebook_share_icon_1415') || document.getElementById('facebook_share_both_1415') || document.getElementById('facebook_share_button_1415');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1415') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fdisable-cluster-shared-volumes%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fdisable-cluster-shared-volumes%2F&amp;text=Disable+Cluster+Shared+Volumes" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/disable-cluster-shared-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 üzerinde Cluster Shared Volumes</title>
		<link>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/</link>
		<comments>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:37:53 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[cluster shared volumes]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1407</guid>
		<description><![CDATA[Hepimizin bildiği NTFS aslında clustered bir dosya sistemi değildir.Aynı anda sadece tek bir sunucunun erişim yapması için tasarlanmıştır birden fazla sunucu aynı anda erişim sağlayamaz. Yalnız bir cluster yapısı düşündüğünüzde genel mantık şu şekildedir.Nodelardan birisi aktiftir ve kaynakları üzerinde tutar diske erişim sağlayabilir.Cluster üzerindeki service yada application diğer node üzerine taşınacaksa öncelikle fiziksel diskteki kaynak [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-uzerinde-cluster-shared-volumes%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-uzerinde-cluster-shared-volumes%2F&amp;text=Windows+Server+2008+R2+%C3%BCzerinde+Cluster+Shared+Volumes" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/"></script></span></div><p>Hepimizin bildiği NTFS aslında clustered bir dosya sistemi değildir.Aynı anda sadece tek bir sunucunun erişim yapması için tasarlanmıştır birden fazla sunucu aynı anda erişim sağlayamaz.</p>
<p>Yalnız bir cluster yapısı düşündüğünüzde genel mantık şu şekildedir.Nodelardan birisi aktiftir ve kaynakları üzerinde tutar diske erişim sağlayabilir.Cluster üzerindeki service yada application diğer node üzerine taşınacaksa öncelikle fiziksel diskteki kaynak dismount edilir ve diğer node&#8217;a taşınıp aktif hale getirilir.Burada birkaç saniyelik downtime&#8217;a düşme durum vardır.</p>
<p>Yalnız bu özellikle cluster yapısında sanal makinalar bulunuyorsa istenmeyen bir şeydir.Özellikle Live Migration gibi teknolojilerde hiçbir kayıp olmadan geçiş bizim için önemlidir.</p>
<p><img class="alignnone size-medium wp-image-1408" title="1" src="http://www.anilerduran.com/wp-content/uploads/2009/09/1-300x289.jpg" alt="1" width="300" height="289" /></p>
<p>R2 ile birlikte buna karşılık yeni bir yapı mevcut.Cluster Shared Volume (CSV) özelliği ile burada yeralan tüm disklere yapıdaki tüm nodeların erişim şansı bulunuyor.Yani diskler eskiden olduğu gibi aktif olan node altında yer almıyor tüm nodelar tarafından görünür halde karşımıza çıkıyor.</p>
<p>CSV yapısı %systemroot%\clusterStorage altındaki dizinde Volume1-Volume2 gibi isimlerle yer alıyor.</p>
<p><img class="alignnone size-medium wp-image-1409" title="2" src="http://www.anilerduran.com/wp-content/uploads/2009/09/2-300x295.jpg" alt="2" width="300" height="295" /></p>
<p>Böylece farklı bir node içerideki VHD&#8217;yi başlatmak istediğinde belirli bir süre geçmesine gerek kalmıyor çünkü hali hazırda herkes bu volumelere erişim sağlayabiliyor.</p>
<p>Diğer yazılarda CSV konfigurasyonlarına değineceğim yalnız bilmeniz gereken çok önemli bir ayrıntı var.CSV&#8217;yi aktif etmek istediğinizde de size söylendiği gibi bu yapı sadece Hyper-v destekliyor.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-uzerinde-cluster-shared-volumes%2F&amp;t=Windows%20Server%202008%20R2%20%C3%BCzerinde%20Cluster%20Shared%20Volumes" id="facebook_share_button_1407" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1407') || document.getElementById('facebook_share_icon_1407') || document.getElementById('facebook_share_both_1407') || document.getElementById('facebook_share_button_1407');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1407') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-uzerinde-cluster-shared-volumes%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-uzerinde-cluster-shared-volumes%2F&amp;text=Windows+Server+2008+R2+%C3%BCzerinde+Cluster+Shared+Volumes" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-uzerinde-cluster-shared-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 Hyper-V Live Migration Videosu</title>
		<link>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/</link>
		<comments>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:12:15 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[cluster shared volmes]]></category>
		<category><![CDATA[cluster shared volumes]]></category>
		<category><![CDATA[failover cluster]]></category>
		<category><![CDATA[hyper-v 2.0]]></category>
		<category><![CDATA[live migration]]></category>
		<category><![CDATA[quick migration]]></category>
		<category><![CDATA[server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1404</guid>
		<description><![CDATA[Geçen günlerde ESX Server üzerinde vmotion ve HA videolarını yayınlamıştım.Aynı sistem üzerinde ( 2 adet HP Proliant sunucu,iscsi san) bu sefer Server 2008 R2 ile birlikte gelen en ses getiren teknolojilerden biri olan Live Migration ve Failover Cluster üzerinde HA uygulamasını gerçekleştirip gene videoya çektim.Live Migration mimarisi hakkında ayrıntılı yazıları yakın zamanda fırsat buldukça yayınlamayı [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-hyper-v-live-migration-videosu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-hyper-v-live-migration-videosu%2F&amp;text=Windows+Server+2008+R2+Hyper-V+Live+Migration+Videosu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/"></script></span></div><p>Geçen günlerde ESX Server üzerinde vmotion ve HA videolarını yayınlamıştım.Aynı sistem üzerinde ( 2 adet HP Proliant sunucu,iscsi san) bu sefer Server 2008 R2 ile birlikte gelen en ses getiren teknolojilerden biri olan Live Migration ve Failover Cluster üzerinde HA uygulamasını gerçekleştirip gene videoya çektim.Live Migration mimarisi hakkında ayrıntılı yazıları yakın zamanda fırsat buldukça yayınlamayı düşünüyorum o zamana kadar aşağıdaki video size biraz fikir verebilir.ESX Server tarafındaki vmotion ve HA ile yapılanların aynısı hiçbir fark olmadan yapılabiliyor.Videoları aşağıdan download edebilirsiniz.</p>
<p>Bölüm 1 &#8212; <a href="http://www.anilerduran.com/videolar/failoverclusterkonf/failoverclusterkonf.mp4" target="_blank">Failover Cluster Servisinin kurulumu &#8211; iscsi konfigurasyonu</a></p>
<p>Bölüm 2 &#8212; <a href="http://www.anilerduran.com/videolar/hyper-vclusterkonf/hyper-vclusterkonf.mp4" target="_blank">Hyper-V Cluster Konfigurasyonları</a></p>
<p>Bölüm 3 &#8212; <a href="http://www.anilerduran.com/videolar/livemigrationhatest/livemigrationhatest.mp4" target="_blank">Live Migration ve High Availability Testleri</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-hyper-v-live-migration-videosu%2F&amp;t=Windows%20Server%202008%20R2%20Hyper-V%20Live%20Migration%20Videosu" id="facebook_share_button_1404" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1404') || document.getElementById('facebook_share_icon_1404') || document.getElementById('facebook_share_both_1404') || document.getElementById('facebook_share_button_1404');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1404') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-hyper-v-live-migration-videosu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-hyper-v-live-migration-videosu%2F&amp;text=Windows+Server+2008+R2+Hyper-V+Live+Migration+Videosu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-hyper-v-live-migration-videosu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 Cluster yenilikleri</title>
		<link>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/</link>
		<comments>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 23:58:15 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[auto start]]></category>
		<category><![CDATA[failover cluster]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1401</guid>
		<description><![CDATA[Windows Server 2008 R2 Failover Cluster konsolunu inceledikçe yeni özellikleri keşfetmeye devam ediyorum.Eklenen yeni özelliklerinden biriside Auto Start kutucuğu. Cluster konsolu altında oluşturduğunuz herhangi bir grubun özelliklerine geldiğinizde Auto Start kutucuğunu görebilirsiniz. Varsayılan oluşturulan cluster grupları için bu ayar işaretli gelecektir.Yaptığı işlem ise basit.Herhangi bir cluster servis yada application offline durumu düştüğünde tekrardan recover edilmesini [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-cluster-yenilikleri%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-cluster-yenilikleri%2F&amp;text=Windows+Server+2008+R2+Cluster+yenilikleri" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/"></script></span></div><p>Windows Server 2008 R2 Failover Cluster konsolunu inceledikçe yeni özellikleri keşfetmeye devam ediyorum.Eklenen yeni özelliklerinden biriside <strong>Auto Start </strong>kutucuğu.</p>
<p><img class="alignnone size-full wp-image-1402" title="auto start" src="http://www.anilerduran.com/wp-content/uploads/2009/08/auto-start.jpg" alt="auto start" width="503" height="363" /></p>
<p>Cluster konsolu altında oluşturduğunuz herhangi bir grubun özelliklerine geldiğinizde Auto Start kutucuğunu görebilirsiniz.</p>
<p>Varsayılan oluşturulan cluster grupları için bu ayar işaretli gelecektir.Yaptığı işlem ise basit.Herhangi bir cluster servis yada application offline durumu düştüğünde tekrardan recover edilmesini otomatik gerçekleştiriyor.Yani online durumu otomatik olarak geçiş gerçekleşiyor.Özellikle Virtual Machinelerin olduğu bir cluster yapısında priority olarak düşünebilirsiniz bu ticki.Node offline durumu düştüğünde düşük öncelikle gruplardan bu işareti kaldırırsınız ve yüksek öncelikli örneğin sanal makinaların blunduğu grup otomatik olarak online duruma geçer.</p>
<p>Şuna dikkat etmeniz gerekli.Eğer grup üzerinden bu ticki kaldırırsanız mutlaka manuel olarak bu grubu size online&#8217;a çekmeniz gerekiyor.Aksi takdirde kendisi herhangi bir aksiyon almayacaktır.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-cluster-yenilikleri%2F&amp;t=Windows%20Server%202008%20R2%20Cluster%20yenilikleri" id="facebook_share_button_1401" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1401') || document.getElementById('facebook_share_icon_1401') || document.getElementById('facebook_share_both_1401') || document.getElementById('facebook_share_button_1401');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1401') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-cluster-yenilikleri%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-cluster-yenilikleri%2F&amp;text=Windows+Server+2008+R2+Cluster+yenilikleri" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-cluster-yenilikleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008 R2 Failover Cluster üzerinde READ-ONLY hakkı</title>
		<link>http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/</link>
		<comments>http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 23:37:29 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[server 2008 r2]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1394</guid>
		<description><![CDATA[Windows Server 2008 R2 öncesi herhangi birine, cluster üzerinde hak vermek istediğinizde ya full control hakkı veriyordunuz yada kullanıcıya hiçbir hak vermiyodunuz.R2 ile birlikte gelen yeniliklerden biriside artık belirli kullanıcılara &#8220;read-only cluster access&#8221; hakkını atayabilirsiniz. Örneğin yapınızda cluster&#8217;ı yöneten farklı adminler varsa belirli hesaplara değişiklik yapmadan sadece read hakkı verebilirsiniz.Böylece bu hesaplar, herhangi bir grubu [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2F2008-r2-failover-cluster-uzerinde-read-only-hakki%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2F2008-r2-failover-cluster-uzerinde-read-only-hakki%2F&amp;text=Server+2008+R2+Failover+Cluster+%C3%BCzerinde+READ-ONLY+hakk%C4%B1" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/"></script></span></div><p>Windows Server 2008 R2 öncesi herhangi birine, cluster üzerinde hak vermek istediğinizde ya full control hakkı veriyordunuz yada kullanıcıya hiçbir hak vermiyodunuz.R2 ile birlikte gelen yeniliklerden biriside artık belirli kullanıcılara &#8220;read-only cluster access&#8221; hakkını atayabilirsiniz.</p>
<p>Örneğin yapınızda cluster&#8217;ı yöneten farklı adminler varsa belirli hesaplara değişiklik yapmadan sadece read hakkı verebilirsiniz.Böylece bu hesaplar, herhangi bir grubu offline edemeyecek yada komple node&#8217;u evict edemeyecektir.</p>
<p>Bu işlemi gerçekleştirmek için Failover Cluster Manager penceresinde cluster ismine sağ tıklayıp özelliklerine girdiğinizde Cluster Permission tabında istediğiniz kullanıcı için read hakkı görebilirsiniz.</p>
<p><img class="alignnone size-medium wp-image-1395" title="read" src="http://www.anilerduran.com/wp-content/uploads/2009/08/read-250x300.jpg" alt="read" width="250" height="300" /></p>
<p>Bu hakkı powershell ile vermek istediğinizde ise aşağıdaki komut işinizi görecektir.</p>
<p><span style="color: red; font-family: 'Courier New';"><span style="font-size: small;">Grant-ClusterAccess domain\user &#8220;“readonly</span></span></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2F2008-r2-failover-cluster-uzerinde-read-only-hakki%2F&amp;t=Server%202008%20R2%20Failover%20Cluster%20%C3%BCzerinde%20READ-ONLY%20hakk%C4%B1" id="facebook_share_button_1394" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1394') || document.getElementById('facebook_share_icon_1394') || document.getElementById('facebook_share_both_1394') || document.getElementById('facebook_share_button_1394');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1394') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2F2008-r2-failover-cluster-uzerinde-read-only-hakki%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2F2008-r2-failover-cluster-uzerinde-read-only-hakki%2F&amp;text=Server+2008+R2+Failover+Cluster+%C3%BCzerinde+READ-ONLY+hakk%C4%B1" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/2008-r2-failover-cluster-uzerinde-read-only-hakki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Hyper-V Server 2008 R2 ile ücretsiz Live Migration/HA</title>
		<link>http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/</link>
		<comments>http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:14:20 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[3rd Party]]></category>
		<category><![CDATA[Esx server]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Vmware]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[cost]]></category>
		<category><![CDATA[hyper-v server]]></category>
		<category><![CDATA[hyper-v server 2008 r2]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[system center virtual machine manager]]></category>
		<category><![CDATA[ücretlendirme]]></category>
		<category><![CDATA[virtu]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows server 2008 r2]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1391</guid>
		<description><![CDATA[Windows Server 2008 R2 hayatımıza kısa bir süre önce girdi.En büyük yeniliklerden bir taneside Hyper-V 2.0 ile birlikte geldi sanırım.Artık Live Migration yapabiliyoruz.Nedir bu live migration? Windows Server 2008 üzerinde fiziksel hostlar üzerinde bulunan sanal makinamı başka bir hyper-v fiziksel hosta taşımak istediğimde quick migration yapabiliyorduk.Yalnız burada ortalama 1dk gibi bir süre downtime oluşabiliyordu.Yani içerideki [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fmicrosoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fmicrosoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha%2F&amp;text=Microsoft+Hyper-V+Server+2008+R2+ile+%C3%BCcretsiz+Live+Migration%2FHA" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/"></script></span></div><p>Windows Server 2008 R2 hayatımıza kısa bir süre önce girdi.En büyük yeniliklerden bir taneside Hyper-V 2.0 ile birlikte geldi sanırım.Artık Live Migration yapabiliyoruz.Nedir bu live migration?</p>
<p>Windows Server 2008 üzerinde fiziksel hostlar üzerinde bulunan sanal makinamı başka bir hyper-v fiziksel hosta taşımak istediğimde quick migration yapabiliyorduk.Yalnız burada ortalama 1dk gibi bir süre downtime oluşabiliyordu.Yani içerideki sanal makina ile iletişimi kaybediyorduk.Birkaç post önce yayınladığım Esx Server üzerinde vmotion videosunda ise gördüğünüz üzere sadece bir ping kaybı ile bu migration işlemini gerçekleştirebildik.</p>
<p>Server 2008 R2 ile gelen en güzel özellik ise artık down&#8217;a düşmeden bu taşıma işlemini yapabilmemiz.Buna Live Migration diyoruz.Tabiki vmotion&#8217;da olduğu gibi host hyper-v ler tarafından kullanılan ve virtual machineleri içerisinde barındıran shared storage ihtiyacımız bulunuyor.</p>
<p>Birkaç gün içerisinde vmotion&#8217;u gerçekleştirdiğim sunucular üzerinde bu kez Live Migration&#8217;ı gerçekleştirip blogda videosunu yayınlayacağım.</p>
<p>Microsoft&#8217;un aynı zamanda Hyper-V Server 2008 R2 isimli ayrı bir sürümü bulunuyor.Aslına bakarsanız Hyper-V&#8217;nin en stabil ve güvenli çalıştığı yapı core edition&#8217;du.Bu sebeple sadece Hypervisor barındıran standalone bir sürüm çıkardılar.Üstelik herhangi bir ücret ödemeden bunu organizasyonunuzda kullanabilirsiniz.<strong>Hyper-v Server 2008 R2 ile de Live Migration ve HA yapabilme şansımız bulunuyor.</strong></p>
<p>HA(High Availability) ise aslında plansız disaster durumlarında yapının kendini ayağa kaldırmasıdır.Live Migration ile ben planlı bir şekilde bir sanal makinayı bir fiziksel hosttan diğerine taşıyorum.Örneğin içerisinde sanalları barındıran fiziksel makinamda bir donanım upgrade işlemi yapmam gerekli.Bu durumda live migration ile hiçbir kayıp yaşamadan sanalları diğer host&#8217;a atıp işlemimi bitirip geriye taşıyabilirim.Son kullanıcı bundan etkilenmez.HA ise plansız şekilde host makinada bir sorun oluştuğunda diyelimki kapandığında içerideki sanal makinaların diğer host makinada bir restart ile otomatik olarak açılması.Tabiki bunu 2008 içerisindeki Failover Cluster Service sayesinde gerçekleştirebiliyor.</p>
<p>Konuyu çok dağıtmayalım.Hyper-v Server 2008 R2&#8242;ya ücretsiz erişerek bu harika özelliklerden yararlanabiliyorsunuz.Yalnız kafanıza bir nokta takılabilir.Tamam Hyper-V server&#8217;ı alıp hostları kurduk.Peki Live Migration&#8217;u yönetmek için ne yapacağız.Burada karşınıza 3 seçenek çıkıyor.</p>
<p>1) Failover Cluster Manager/Hyper-V manager konsolları.Bunları bir Windows Server 2008 R2 üzerinden kullanabilirsiniz.</p>
<p>2)System Center Virtual Machine Manager 2008 R2</p>
<p>3)Failover Cluster Manager / Hyper-V Manager konsolunu Windows 7 üzerinden kullanabilirsiniz.</p>
<p>İşte burada 3. seçenekde görüldüğü gibi yapımızda Windows 7 var ise yönetmek için ilk iki seçenekteki gibi herhangi bir ürün almanıza gerek kalmıyor ve live migration/HA çözümlerinizi gene ücret ödemeden yönetebiliyorsunuz.Tabiki SCVMM ile LM/HA dışında birçok ekstra seçenektende yararlanabilirsiniz.</p>
<p>Bu noktadan bakıldığında Live Migration ve HA sağlayan sanallaştırma çözümleri içinde Vmware&#8217;e kıyasla ücret konusunda Microsoft biraz daha cazip geliyor.İki firmanın HA ve migration sağlayan en ucuz çözümlerine bakarsak;</p>
<table border="1" cellspacing="0" cellpadding="2" width="632">
<tbody>
<tr>
<td width="237" valign="top"></td>
<td width="196" valign="top">
<p align="center"><strong>Hyper-V Server 2008 R2</strong></p>
</td>
<td width="197" valign="top">
<p align="center"><strong>VMware vSphere</strong></p>
</td>
</tr>
<tr>
<td width="237" valign="top">
<p align="center">3 Node Cluster; 2 Socket Servers</p>
</td>
<td width="196" valign="top">
<p align="center">Free</p>
</td>
<td width="197" valign="top">
<p align="center">$13,470</p>
</td>
</tr>
<tr>
<td width="237" valign="top">
<p align="center">3 Node Cluster; 4 Socket Servers</p>
</td>
<td width="196" valign="top">
<p align="center">Free</p>
</td>
<td width="197" valign="top">
<p align="center">$26,940</p>
</td>
</tr>
<tr>
<td width="237" valign="top">
<p align="center">5 Node Cluster; 2 Socket Servers</p>
</td>
<td width="196" valign="top">
<p align="center">Free</p>
</td>
<td width="197" valign="top">
<p align="center">$22,450</p>
</td>
</tr>
<tr>
<td width="237" valign="top">
<p align="center">5 Node Cluster; 4 Socket Servers</p>
</td>
<td width="196" valign="top">
<p align="center">Free</p>
</td>
<td width="197" valign="top">
<p align="center">$44,900</p>
</td>
</tr>
</tbody>
</table>
<p>gibi bir tablo karşınıza çıkıyor.Vmware processor başına ücretlendirme yapıyor.Buradaki fiyatlarda fiziksel hostların içerisinde kullanılan sanal OS&#8217;lerin lisansları dahil değil tabikide.</p>
<p>Bu arada XEN&#8217;de Live migration ve HA sağlayan çözümünü birkaç aydır ücretsiz dağıtıyor.Geriye ücret telep eden sadece vmware kalıyor:)</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fmicrosoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha%2F&amp;t=Microsoft%20Hyper-V%20Server%202008%20R2%20ile%20%C3%BCcretsiz%20Live%20Migration%2FHA" id="facebook_share_button_1391" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1391') || document.getElementById('facebook_share_icon_1391') || document.getElementById('facebook_share_both_1391') || document.getElementById('facebook_share_button_1391');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1391') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fmicrosoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fmicrosoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha%2F&amp;text=Microsoft+Hyper-V+Server+2008+R2+ile+%C3%BCcretsiz+Live+Migration%2FHA" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/microsoft-hyper-v-server-2008-r2-ile-ucretsiz-live-migrationha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2 Upgrade Paths</title>
		<link>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/</link>
		<comments>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:33:41 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server Family]]></category>
		<category><![CDATA[desteklenen upgrade]]></category>
		<category><![CDATA[server 2000 upgrade]]></category>
		<category><![CDATA[server 2003 upgrade]]></category>
		<category><![CDATA[server 2008 r2 upgrade]]></category>
		<category><![CDATA[server 2008 upgrade]]></category>
		<category><![CDATA[supported upgrade path]]></category>
		<category><![CDATA[upgrade paths]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1387</guid>
		<description><![CDATA[Windows Server 2008 R2 için upgrade path lerini inceleyelim. Bir kere aşağıdaki sürümlerden Windows Server 2008 R2&#8242;ye upgrade seçeneğiniz bulunmuyor; # Windows ® 95, Windows 98, Windows Millennium Edition, Windows XP, Windows Vista ®, Windows Vista Starter, yada Windows 7 # Windows NT ® Server 4.0, Windows 2000 Server, Windows Server 2003 RTM, Windows Server [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-upgrade-paths%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-upgrade-paths%2F&amp;text=Windows+Server+2008+R2+Upgrade+Paths" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/"></script></span></div><p>Windows Server 2008 R2 için upgrade path lerini inceleyelim.</p>
<p><strong>Bir kere aşağıdaki sürümlerden Windows Server 2008 R2&#8242;ye upgrade seçeneğiniz bulunmuyor;</strong></p>
<p># Windows ® 95, Windows 98, Windows Millennium Edition, Windows XP, Windows Vista ®, Windows Vista Starter, yada Windows 7</p>
<p># Windows NT ® Server 4.0, Windows 2000 Server, Windows Server 2003 RTM, Windows Server 2003 with SP1, Windows Server 2003 Web, Windows Server 2008 R2 M3, yada Windows Server 2008 R2 Beta</p>
<p># Windows Server 2003 for Itanium-based Systems, Windows Server 2003 x64, Windows Server 2008 for Itanium-based Systems, Windows Server 2008 R2 for Itanium-based Systems</p>
<p><strong>Bunun dışında;</strong></p>
<p>Farklı mimarilerden upgrade desteklenmiyor.Örneğin x86&#8242;dan x64&#8242;e gibi.</p>
<p>Farklı dillerden upgrade desteklenmiyor.İngilizceden Türkçeye gibi.</p>
<p>Farklı sürümlerden upgrade desteklenmiyor.</p>
<p><strong>Desteklenen Upgrade Senaryoları</strong></p>
<p><img class="alignnone size-full wp-image-1388" title="server2008upgradepaths" src="http://www.anilerduran.com/wp-content/uploads/2009/08/server2008upgradepaths.JPG" alt="server2008upgradepaths" width="585" height="480" /></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-upgrade-paths%2F&amp;t=Windows%20Server%202008%20R2%20Upgrade%20Paths" id="facebook_share_button_1387" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1387') || document.getElementById('facebook_share_icon_1387') || document.getElementById('facebook_share_both_1387') || document.getElementById('facebook_share_button_1387');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1387') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-upgrade-paths%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fwindows-server-2008-r2-upgrade-paths%2F&amp;text=Windows+Server+2008+R2+Upgrade+Paths" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/windows-server-2008-r2-upgrade-paths/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server 2008 Uptime kontrolleri</title>
		<link>http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/</link>
		<comments>http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:46:39 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Scriptler]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[boot time]]></category>
		<category><![CDATA[event viewer]]></category>
		<category><![CDATA[server 2003]]></category>
		<category><![CDATA[sunucu açık kalma süresi]]></category>
		<category><![CDATA[systeminfo]]></category>
		<category><![CDATA[uptime script]]></category>
		<category><![CDATA[uptime süresi]]></category>
		<category><![CDATA[uptime.exe]]></category>
		<category><![CDATA[windows server 2000]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1373</guid>
		<description><![CDATA[Server 2008 üzerinde uptime değerini alabilmek için aslında birçok şansımız var.Bu yazıda kısaca bunlardan bahsedelim. 1)Task Manager Aslında  en kolay yöntem bu sanırım.Server 2008 üzerinde task manager ekranında bizi &#8220;uptime&#8221; adında bir değer karşılıyor.Aşağıdaki resimde göreceğiniz üzere sunucunun uptime süresini öğrenebilirsiniz. 2)Systeminfo komutu Server 2008 altında systeminfo komutunu aşağıdaki parametre ile kullanırsanız size sunucunun açıldığı [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-uptime-kontrolleri%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-uptime-kontrolleri%2F&amp;text=Server+2008+Uptime+kontrolleri" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/"></script></span></div><p>Server 2008 üzerinde uptime değerini alabilmek için aslında birçok şansımız var.Bu yazıda kısaca bunlardan bahsedelim.</p>
<p><strong>1)Task Manager</strong></p>
<p>Aslında  en kolay yöntem bu sanırım.Server 2008 üzerinde task manager ekranında bizi &#8220;uptime&#8221; adında bir değer karşılıyor.Aşağıdaki resimde göreceğiniz üzere sunucunun uptime süresini öğrenebilirsiniz.</p>
<p><img class="alignnone size-full wp-image-1374" title="server2008uptime" src="http://www.anilerduran.com/wp-content/uploads/2009/08/server2008uptime.JPG" alt="server2008uptime" width="397" height="439" /></p>
<p><strong>2)Systeminfo komutu</strong></p>
<p>Server 2008 altında systeminfo komutunu aşağıdaki parametre ile kullanırsanız size sunucunun açıldığı zamanı verecektir.</p>
<p><img class="alignnone size-full wp-image-1375" title="server2008uptime2" src="http://www.anilerduran.com/wp-content/uploads/2009/08/server2008uptime2.JPG" alt="server2008uptime2" width="488" height="63" /></p>
<p><strong>3)Eventviewer</strong></p>
<p>Eventviewer altında 6005 nolu event sunucunun boot işlemini bitirdiğini bize bildirir.Aşağıdaki resimde benim sunucum üzerindeki bir örneğini görebilirsiniz.</p>
<p><img class="alignnone size-medium wp-image-1376" title="server2008uptime3" src="http://www.anilerduran.com/wp-content/uploads/2009/08/server2008uptime3-300x240.jpg" alt="server2008uptime3" width="300" height="240" /></p>
<p>İsterseniz filtreleme sayesinde sadece id 6005 olanları listeyerek boot süresini öğrenebilirsiniz.</p>
<p><strong>4)Uptime.exe</strong></p>
<p>Microsoft&#8217;un uptime.exe adında ufak bir komut satırı aracı var. <a href="http://support.microsoft.com/kb/232243">http://support.microsoft.com/kb/232243</a>  adresinden indirebilirsiniz.İndirdiğiniz bu aracı Windows Server 2008 sunucunuz üzerinde system32 altına kopyalayıp komutu çalıştırdığımızda aşağıdaki gibi bir çıktı verecektir.</p>
<p><img class="alignnone size-full wp-image-1377" title="server2008uptime4" src="http://www.anilerduran.com/wp-content/uploads/2009/08/server2008uptime4.JPG" alt="server2008uptime4" width="667" height="132" /></p>
<p><strong>5)Scriptler</strong></p>
<p>Microsoft&#8217;un scripting guy üzerindeki scriptlerini araştırdığınızda karşınıza powershell ve vbs ile hazırlanmış uptime süresini veren hazır scriptleri bulabilirsiniz.Hatta iki tane hazır scriptin adresini verelim.</p>
<p><a href="http://technet.microsoft.com/en-us/magazine/2008.12.heyscriptingguy.aspx?pr=blog">http://technet.microsoft.com/en-us/magazine/2008.12.heyscriptingguy.aspx?pr=blog</a></p>
<p><a href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/aug05/hey0802.mspx">http://www.microsoft.com/technet/scriptcenter/resources/qanda/aug05/hey0802.mspx</a></p>
<p>Birisi powershell birisi vbs ile hazırlanmış scriptleri kullanarakda uptime değerine ulaşabilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-uptime-kontrolleri%2F&amp;t=Server%202008%20Uptime%20kontrolleri" id="facebook_share_button_1373" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1373') || document.getElementById('facebook_share_icon_1373') || document.getElementById('facebook_share_both_1373') || document.getElementById('facebook_share_button_1373');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1373') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-uptime-kontrolleri%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-uptime-kontrolleri%2F&amp;text=Server+2008+Uptime+kontrolleri" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/server-2008-uptime-kontrolleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008 komut satırından Cluster Kurulumu</title>
		<link>http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/</link>
		<comments>http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:46:34 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[windows server 2008 cluster]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1278</guid>
		<description><![CDATA[Server 2008 Cluster yapısı altına sadece komut satırını kullanarak goruplar oluşturabilir ve bunların altında service yada applicationları taşıayabiliriz.Bunun için sırasıyla kullanabileceğiniz komutlar; cluster . group &#8220;file server&#8221; /create komutu ile file server isminde bir cluster grubu oluşturabilirsiniz.Bir önceki yazıda da bahsettiğimiz gibi kurulumdan sonra kullanacağınız tüm servisler ve uygulamalar için bunlara özel gruplar oluşturmanız gerekmektedir. [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-komut-satirindan-cluster-kurulumu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-komut-satirindan-cluster-kurulumu%2F&amp;text=Server+2008+komut+sat%C4%B1r%C4%B1ndan+Cluster+Kurulumu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/"></script></span></div><p>Server 2008 Cluster yapısı altına sadece komut satırını kullanarak goruplar oluşturabilir ve bunların altında service yada applicationları taşıayabiliriz.Bunun için sırasıyla kullanabileceğiniz komutlar;</p>
<p><strong>cluster . group &#8220;file server&#8221; /create</strong><br />
komutu ile file server isminde bir cluster grubu oluşturabilirsiniz.Bir önceki yazıda da bahsettiğimiz gibi kurulumdan sonra kullanacağınız tüm servisler ve uygulamalar için bunlara özel gruplar oluşturmanız gerekmektedir.</p>
<p><strong>cluster . res &#8220;File Server&#8221; /create /group:&#8221;file server&#8221; /type:&#8221;File Server&#8221;</strong><br />
komutu ile biraz önce oluşturduğumuz grup altına File Server rolünü(kaynağını) oluşturduk.Artık bu yapıyı kullanarak dosya paylaşımını cluster yapısı üzerinden çalıştırabiliriz.Tabi burada &#8220;File Server&#8221; ismini kullandım.Sizde diğer servisleri eklemek isterseniz &#8220;cluster restype&#8221; ismini kullanarak listeleme yapabilirsiniz.</p>
<p><strong>cluster . res &#8220;FS IP Address&#8221; /create /group:&#8221;file server&#8221; /type:&#8221;IP Address&#8221; /priv address=10.0.0.100 subnetmask=255.255.255.0</strong></p>
<p><strong>cluster . res &#8220;FS Name&#8221; /create /group:&#8221;file server&#8221; /type:&#8221;Network Name&#8221; /priv name=&#8221;ortakdosyalar&#8221; dnsname=&#8221;ortakdosyalar&#8221;</strong></p>
<p>Bu komutlarda da grubumuza bir ip adresi ve network üzerinden erişelecek bir isim atadık.</p>
<p><strong>cluster . res &#8220;FS Name&#8221; /adddep:&#8221;FS IP Address&#8221;</strong></p>
<p>komutuylada verdiğimiz ip ve isim arasında bağlantıyı sağlıyoruz.</p>
<p>Son olarak bu yapıyı online hale getirmek için</p>
<p><strong>cluster .res &#8220;resource name&#8221; /on</strong></p>
<p>komutunu kullanabilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-komut-satirindan-cluster-kurulumu%2F&amp;t=Server%202008%20komut%20sat%C4%B1r%C4%B1ndan%20Cluster%20Kurulumu" id="facebook_share_button_1278" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1278') || document.getElementById('facebook_share_icon_1278') || document.getElementById('facebook_share_both_1278') || document.getElementById('facebook_share_button_1278');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1278') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-komut-satirindan-cluster-kurulumu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-komut-satirindan-cluster-kurulumu%2F&amp;text=Server+2008+komut+sat%C4%B1r%C4%B1ndan+Cluster+Kurulumu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/server-2008-komut-satirindan-cluster-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008 Cluster altında node arası taşıma işlemi</title>
		<link>http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/</link>
		<comments>http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:34:15 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[cluster group]]></category>
		<category><![CDATA[failover cluster]]></category>
		<category><![CDATA[file cluster]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1272</guid>
		<description><![CDATA[Server 2008 Cluster servisi varsayılan olarak gelen ve içeriğinde,cluster&#8217;ın ip adresini,cluster ismini ve witness kaynaklarını barındıran &#8220;Cluster Group&#8221; isminde bir grup barındırmaktadır. Siz cluster yapısı altında ekstra  kaynak ekledikçe her zaman için bu kaynaklar varsayılan grup dışında gruplar oluşturularak bunların içine yerleştirilir.Önerilen konfigurasyon budur. Bir kesinti anında bu kaynakları barındıran gruplar fail olan node içerisinden [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-cluster-altinda-node-arasi-tasima-islemi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-cluster-altinda-node-arasi-tasima-islemi%2F&amp;text=Server+2008+Cluster+alt%C4%B1nda+node+aras%C4%B1+ta%C5%9F%C4%B1ma+i%C5%9Flemi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/"></script></span></div><p>Server 2008 Cluster servisi varsayılan olarak gelen ve içeriğinde,cluster&#8217;ın ip adresini,cluster ismini ve witness kaynaklarını barındıran &#8220;Cluster Group&#8221; isminde bir grup barındırmaktadır.</p>
<p>Siz cluster yapısı altında ekstra  kaynak ekledikçe her zaman için bu kaynaklar varsayılan grup dışında gruplar oluşturularak bunların içine yerleştirilir.Önerilen konfigurasyon budur.</p>
<p>Bir kesinti anında bu kaynakları barındıran gruplar fail olan node içerisinden diğer node&#8217;a geçişi gerçekleştirirler.İsterseniz bu taşıma işlemini sizde komut satırı ile yapabilirsiniz.<br />
Örneğin FSFS isminde bir group oluşturduğumuzu varsayalım.Ben dosya paylaşımını cluster servisi ile kesintisiz NAS üzerinden gerçekleştirmek için böyle bir grup oluşturdum ve bunu aktif hale getirdim.</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2009/03/clu.jpg"><img class="alignnone size-medium wp-image-1273" title="clu" src="http://www.anilerduran.com/wp-content/uploads/2009/03/clu-300x207.jpg" alt="" width="300" height="207" /></a><br />
Bu yapıyı varsayılan olarak NODE1 altına yerleştirdim.NODE2 altına &#8220;FSFS&#8221; grubunu taşımak istediğimde aşağıdaki komut işinizi görecektir.<br />
<strong>cluster . group &#8220;FSFS&#8221; /move:node2</strong></p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2009/03/clu2.jpg"><img class="alignnone size-full wp-image-1274" title="clu2" src="http://www.anilerduran.com/wp-content/uploads/2009/03/clu2.jpg" alt="" width="500" height="127" /></a></p>
<p>aslında burada :node2 yazmama bile gerek kalmıyor çünkü yapıda sadece 2 node bulunuyorsa taşınabileceği sadece tek bir node olduğundan otomatik taşıma işlemini gerçekleştiriyor.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-cluster-altinda-node-arasi-tasima-islemi%2F&amp;t=Server%202008%20Cluster%20alt%C4%B1nda%20node%20aras%C4%B1%20ta%C5%9F%C4%B1ma%20i%C5%9Flemi" id="facebook_share_button_1272" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1272') || document.getElementById('facebook_share_icon_1272') || document.getElementById('facebook_share_both_1272') || document.getElementById('facebook_share_button_1272');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1272') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-cluster-altinda-node-arasi-tasima-islemi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fserver-2008-cluster-altinda-node-arasi-tasima-islemi%2F&amp;text=Server+2008+Cluster+alt%C4%B1nda+node+aras%C4%B1+ta%C5%9F%C4%B1ma+i%C5%9Flemi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/server-2008-cluster-altinda-node-arasi-tasima-islemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMC to Hyper-V Import Tool</title>
		<link>http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/</link>
		<comments>http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 09:30:59 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[System Center Virtual Machine Manager]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[system center virtual machine manager]]></category>
		<category><![CDATA[VMC2HV]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1041</guid>
		<description><![CDATA[Yeni yayınlanan VMC to Hyper-V Import Tool sayesinde yapınızda bulunan Virtual Pc ve Virtual Server içerisindeki Virtual Machine Configuration (VMC) dosyalarını Hyper-v içerisine kolaylıkla import etme şansımız bulunuyor.Bildiğimiz gibi VC ve VP sanal makinalarla çalışabilmek için ilgili ayarları sanal makinalara mapleyen bu konfigurasyon dosyaları ile çalışıyorlar.Şu anda Virtual PC 2007 için sorunsuz çalışdığı belirtilmiş.Aynı zamanda [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fvmc-to-hyper-v-import-tool%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fvmc-to-hyper-v-import-tool%2F&amp;text=VMC+to+Hyper-V+Import+Tool" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/"></script></span></div><p>Yeni yayınlanan VMC to Hyper-V Import Tool sayesinde yapınızda bulunan Virtual Pc ve Virtual Server içerisindeki Virtual Machine Configuration (VMC) dosyalarını Hyper-v içerisine kolaylıkla import etme şansımız bulunuyor.Bildiğimiz gibi VC ve VP sanal makinalarla çalışabilmek için ilgili ayarları sanal makinalara mapleyen bu konfigurasyon dosyaları ile çalışıyorlar.Şu anda Virtual PC 2007 için sorunsuz çalışdığı belirtilmiş.Aynı zamanda Virtual PC 2004 içinde herhangi bir sorun ile karşılaşılmamış.</p>
<p>Tabiki bu ufak araç enterprise bir ürün olan System Center Virtual Machine Manager&#8217;ın yerini tutamaz.SCVMM ile neler yapabileceğinizi görmek için SCVMM kategorisi altındaki yazıları inceleyebilirsiniz.Ama VM oluşturma,donanım bazlı bazı editlemeler,importing işlemleri için bu tool işimizi görecektir.</p>
<p>Gereksinimler ise;</p>
<p>Uzak veya localde VM&#8217;ler oluşturma şansınız mevcut,Bu konuda bir kısıtlama söz konusu değil.Remote senaryosunda sadece tool2u çalıştırdığınız client ve hyper-v aynı domaine dahil olmak zorunda.Aynı zamanda VMC dosyalarının import işlemi için sanal makinaların kapalı durumda olması gerekiyor.</p>
<p><a href="http://cid-7edf4c4ce8729f83.skydrive.live.com/self.aspx/Public/VMC2HV" target="_blank">Şu</a> adresten araca ulaşabilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fvmc-to-hyper-v-import-tool%2F&amp;t=VMC%20to%20Hyper-V%20Import%20Tool" id="facebook_share_button_1041" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1041') || document.getElementById('facebook_share_icon_1041') || document.getElementById('facebook_share_both_1041') || document.getElementById('facebook_share_button_1041');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1041') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fvmc-to-hyper-v-import-tool%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fvmc-to-hyper-v-import-tool%2F&amp;text=VMC+to+Hyper-V+Import+Tool" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/vmc-to-hyper-v-import-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Integration Components Released</title>
		<link>http://www.anilerduran.com/index.php/2008/linux-integration-components-released/</link>
		<comments>http://www.anilerduran.com/index.php/2008/linux-integration-components-released/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:46:31 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server Family]]></category>
		<category><![CDATA[Integration Components]]></category>
		<category><![CDATA[sanallaştırma]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1038</guid>
		<description><![CDATA[Hyper-V için Linux Integration Component lerinin final versiyonu Microsoft Connect sitesinde downloada sunulmuş durumda.Bildiğimiz gibi bu componentler sayesinde hyper-v non-aware olan işletim sistemlerininde aynı performanslar çalışmasını sağlayabiliyorduk.Bunu ise Hypercall kullanarak gerçekleştiriyorduk.Arka planda nasıl çalıştığını anlamak için http://www.anilerduran.com/index.php/2008/hyper-v-drag-and-drop-security/ http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/ http://www.anilerduran.com/index.php/2008/supported-guest-os-on-windows-server-2008-hyper-v/ http://www.anilerduran.com/index.php/2008/vsp-vsc-vmbus/ makalelerini inceleyebilirsiniz. Bu son versiyonlar birlikte aşağıdaki yenilikler bizi bekliyor. Driver support for synthetic devices: [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Flinux-integration-components-released%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/linux-integration-components-released/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Flinux-integration-components-released%2F&amp;text=Linux+Integration+Components+Released" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/linux-integration-components-released/"></script></span></div><p>Hyper-V için Linux Integration Component lerinin final versiyonu Microsoft Connect sitesinde downloada sunulmuş durumda.Bildiğimiz gibi bu componentler sayesinde hyper-v non-aware olan işletim sistemlerininde aynı performanslar çalışmasını sağlayabiliyorduk.Bunu ise Hypercall kullanarak gerçekleştiriyorduk.Arka planda nasıl çalıştığını anlamak için</p>
<p><a href="http://www.anilerduran.com/index.php/2008/hyper-v-drag-and-drop-security/" target="_blank">http://www.anilerduran.com/index.php/2008/hyper-v-drag-and-drop-security/</a><br />
<a href="http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/" target="_blank">http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/</a><br />
<a href="http://www.anilerduran.com/index.php/2008/supported-guest-os-on-windows-server-2008-hyper-v/" target="_blank">http://www.anilerduran.com/index.php/2008/supported-guest-os-on-windows-server-2008-hyper-v/</a><br />
<a href="http://www.anilerduran.com/index.php/2008/vsp-vsc-vmbus/" target="_blank">http://www.anilerduran.com/index.php/2008/vsp-vsc-vmbus/</a></p>
<p>makalelerini inceleyebilirsiniz.</p>
<p>Bu son versiyonlar birlikte aşağıdaki yenilikler bizi bekliyor.<br />
<strong>Driver support for synthetic devices: </strong>The Linux integration components include support for both the synthetic network controller and synthetic storage controller that have been developed specifically for Hyper-V. These components take advantage of the new high-speed bus, VMBus, which was developed for Hyper-V.<br />
<strong>Hypercall adapter: </strong>The Hypercall adapter is a thin layer of software that translates the Xen-specific virtualization function calls from a Xen-enabled Linux kernel to Microsoft Hyper-V hypercalls. This results in improved performance for the Linux virtual machine.<br />
<strong>Fastpath Boot Support:</strong> Boot devices now take advantage of the storage VSC to provide enhanced performance.</p>
<p>Bu son versiyonu<a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=495" target="_blank"> bu</a><a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=495" target="_blank">radan</a> indirebilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Flinux-integration-components-released%2F&amp;t=Linux%20Integration%20Components%20Released" id="facebook_share_button_1038" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1038') || document.getElementById('facebook_share_icon_1038') || document.getElementById('facebook_share_both_1038') || document.getElementById('facebook_share_button_1038');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1038') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Flinux-integration-components-released%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/linux-integration-components-released/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Flinux-integration-components-released%2F&amp;text=Linux+Integration+Components+Released" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/linux-integration-components-released/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/linux-integration-components-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hypervisor..Ama nasıl?</title>
		<link>http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/</link>
		<comments>http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 16:35:02 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1028</guid>
		<description><![CDATA[Hypervisor teknolojisi dediğimizde artık şunu anlayabiliyoruz.Geleneksel hosted machine virtualization&#8217;ın aksine artık donanımın üzerinde herhangi bir işletim sistemi bulunmuyor ve Hypervisor kendini otomatikman donanımın üzerine yerleştirerek parent/root partition ile iletişime geçiyor.Bize sunulan avantaj bu.Ama eminim üzerine kafa yorduysanız bazı kavramları tam oturtamamış olabilirsiniz. Yukarıdaki şemayı inceleyelim.Bu yeni sanallaştırma teknolojimiz olan hypervisorun varolan diğer componentlerle ilişkisini gösteren [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fhypervisorama-nasil%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fhypervisorama-nasil%2F&amp;text=Hypervisor..Ama+nas%C4%B1l%3F" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/"></script></span></div><p>Hypervisor teknolojisi dediğimizde artık şunu anlayabiliyoruz.Geleneksel hosted machine virtualization&#8217;ın aksine artık donanımın üzerinde herhangi bir işletim sistemi bulunmuyor ve Hypervisor kendini otomatikman donanımın üzerine yerleştirerek parent/root partition ile iletişime geçiyor.Bize sunulan avantaj bu.Ama eminim üzerine kafa yorduysanız bazı kavramları tam oturtamamış olabilirsiniz.</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2008/08/hypervisor.png"><img class="alignnone size-full wp-image-1029" title="hypervisor" src="http://www.anilerduran.com/wp-content/uploads/2008/08/hypervisor.png" alt="" width="451" height="313" /></a></p>
<p>Yukarıdaki şemayı inceleyelim.Bu yeni sanallaştırma teknolojimiz olan hypervisorun varolan diğer componentlerle ilişkisini gösteren bir şema.Bu şemaya baktığımzda hemen şunu farketmiş olabiliriz.Artık eskisi gibi donanımın üzerine bir işletim sistemi ve ardından bunun üzerine sanallaştırma katmanı ve sanal makinalar gibi bir sıralama yok.Hypervisor ile sanallaştırmayı gerçekleştirirken donanım ile haberleşmeyi sağlayan bir işletim sistemine ihtiyaç yok!</p>
<p>Peki o zaman biz Hyper-v rolünü kurarken kullandığımız host makina olan server 2008 ne oluyor? Biraz sınırlı bir çerçeveden bakıldığında aslında hyper-v sanki bir hypervisor çözümü değilmiş gibi gözükebilir.Çünkü işletim sistemine (server 2008) bağımlıyız.Ama arka planda aslında işler bu şekilde yürümüyor.</p>
<p>Siz aslında varolan server 2008 sunucunuz üzerinde hyper-v rolünü aktif ettiğinizde değişim başlıyor.Sizden bilgisayarı yeniden başlatmanızı isteyecektir.Bu işlemden sonra ;</p>
<p>-Windows , hyerpvisorimagelaunchtypeboot Boot Configuration Database(BCD) ini değiştiriyor.Yaptığı işlem bu ayarı otomatiğe çekmektir.Ardından hvboot.sys aygıt sürücüsünü varsayılan boot processden daha önce devreye girmesi için konfigure eder.Bakın gördüğünüz gibi arka planda donanımın üzerindeki server 2008&#8242;i egale ederek kendini boot process&#8217;den önce donanımın üzerine yerleştiriyor.</p>
<p>-Bu işlemden sonra hvboot.sys sistemi virtualization için ayarlıyor ve %Systemroot%\System32\Hvax64.exe yada %Systemroot%\System32\Hvix64.exe değerlerini hafızaya yüklüyor. (bu değerler sisteminizin AMD-V yada INTEL-VT olmasına göre değişecektir)</p>
<p>-Artık Hypervisor kendini windows server 2008&#8242;in altında ve donanımın üzerinde bir yere yerleştirdi.</p>
<p>İşte ancak bu işlemden sonra yukarıdaki tabloyu elde edebiliyoruz.Yani varolan host işletim sistemimiz olan server 2008 bir anda   hypervisor katmanı üzerine yerleşiyor.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fhypervisorama-nasil%2F&amp;t=Hypervisor..Ama%20nas%C4%B1l%3F" id="facebook_share_button_1028" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1028') || document.getElementById('facebook_share_icon_1028') || document.getElementById('facebook_share_both_1028') || document.getElementById('facebook_share_button_1028');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1028') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fhypervisorama-nasil%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fhypervisorama-nasil%2F&amp;text=Hypervisor..Ama+nas%C4%B1l%3F" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/hypervisorama-nasil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SCVMM&#8217;i kim kurabilir?</title>
		<link>http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/</link>
		<comments>http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 18:09:16 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Virtual Machine Manager]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[system center virtual machine manager]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1024</guid>
		<description><![CDATA[System Center Virtual Machine Manager 2008 kurulumunu başlatmak için kullanıcı izinleri bazında birkaç gereklilik bulunuyor.Normal bir kullanıcı ile kurulum yapmak istediğinizde &#8220;To install the Virtual Machine Manager server, you must be logged on under a domain account that has administrative credentials on the local computer&#8221; hatasını almalısınız.Aslında bu hatada belirtilen,kurulumu local admin olan bir domain [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fscvmmi-kim-kurabilir%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fscvmmi-kim-kurabilir%2F&amp;text=SCVMM%E2%80%99i+kim+kurabilir%3F" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/"></script></span></div><p>System Center Virtual Machine Manager 2008 kurulumunu başlatmak için kullanıcı izinleri bazında birkaç gereklilik bulunuyor.Normal bir kullanıcı ile kurulum yapmak istediğinizde</p>
<p><span id="_ctl0_MainContent_PostFlatView"><span>&#8220;To install the Virtual Machine Manager server, you must be logged on under a domain account that has administrative credentials on the local computer&#8221;</span></span></p>
<p>hatasını almalısınız.Aslında bu hatada belirtilen,kurulumu local admin olan bir domain hesabı ile gerçekleştirmeniz.Bildiğimiz gibi SCVMM &#8216;in çalışabilmesi için domain ortamına ihtiyacımız var.Sebebi ise active directory&#8217;nin bize sağladığı güvenlik.Peki o zaman ne tür bir hesap oluşturup kurulumu gerçekleştirebiliriz.? Yapmanız gereken;</p>
<p>-SCVMM sunucunuzu domain&#8217;e üye yapın.</p>
<p>-Bir domain user oluşturun ve bununla SCVMM login olun.</p>
<p>-Yüklemeyi başlatacak bu kullanıcıyı local administrator üyesi(Builtin\Administrators) üyesi yapın.</p>
<p>Bu işlemden sonra ilgili domain user ile kurulumu gerçekleştirebilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fscvmmi-kim-kurabilir%2F&amp;t=SCVMM%27i%20kim%20kurabilir%3F" id="facebook_share_button_1024" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_1024') || document.getElementById('facebook_share_icon_1024') || document.getElementById('facebook_share_both_1024') || document.getElementById('facebook_share_button_1024');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_1024') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fscvmmi-kim-kurabilir%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fscvmmi-kim-kurabilir%2F&amp;text=SCVMM%E2%80%99i+kim+kurabilir%3F" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/scvmmi-kim-kurabilir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

