<?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; server 2008</title>
	<atom:link href="http://www.anilerduran.com/index.php/tag/server-2008/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>Exchange 2010 yeni High Availability özellikleri</title>
		<link>http://www.anilerduran.com/index.php/2009/exchange-2010-yeni-high-availability-ozellikleri/</link>
		<comments>http://www.anilerduran.com/index.php/2009/exchange-2010-yeni-high-availability-ozellikleri/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 10:16:06 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[active manager]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[Database Availability Group]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[ese]]></category>
		<category><![CDATA[exchange management shell]]></category>
		<category><![CDATA[exchange server 2007]]></category>
		<category><![CDATA[exchange server 2010]]></category>
		<category><![CDATA[file share witness]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[hub transport]]></category>
		<category><![CDATA[mailbox server]]></category>
		<category><![CDATA[majority node set]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[unified messaging]]></category>
		<category><![CDATA[volume shadow copy]]></category>
		<category><![CDATA[windows failover cluster]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1369</guid>
		<description><![CDATA[Exchange 2007&#8242;ye yeni yeni alışmaya başlamışken elimizde artık kurcalayabileceğimiz yeni bir Exchange sürümü bullunuyor.Bu yazımda Exchange 2010 ile birlikte gelen High Availability alanındaki bazı yeniliklerden bahsedicem. Exchange 2007 altında bulunan CCR ve SCR artık Exchange 2010 altında aynı isimde bulunmuyor.Continuous Replication teknolojisi artık Exchange 2010 altında database Copies(veritabanı kopyaları) oluşturmak için kullanılıyor. Oluşturulan bu database [...]]]></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%2Fexchange-2010-yeni-high-availability-ozellikleri%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/exchange-2010-yeni-high-availability-ozellikleri/" 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%2Fexchange-2010-yeni-high-availability-ozellikleri%2F&amp;text=Exchange+2010+yeni+High+Availability+%C3%B6zellikleri" 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/exchange-2010-yeni-high-availability-ozellikleri/"></script></span></div><p>Exchange 2007&#8242;ye yeni yeni alışmaya başlamışken elimizde artık kurcalayabileceğimiz yeni bir Exchange sürümü bullunuyor.Bu yazımda Exchange 2010 ile birlikte gelen High Availability alanındaki bazı yeniliklerden bahsedicem.</p>
<p>Exchange 2007 altında bulunan CCR ve SCR artık Exchange 2010 altında aynı isimde bulunmuyor.Continuous Replication teknolojisi artık Exchange 2010 altında database Copies(veritabanı kopyaları) oluşturmak için kullanılıyor.</p>
<p>Oluşturulan bu database copy&#8217;lerin temel özelliklerine bakıcak olursak.</p>
<p>-Sadece mailbox databaseler içindir.Public folder replikasyonu için Microsoft bize Public Folder Replication&#8217;ı kullanmamızı öneriyor.<br />
-Veritabanı kopyalarını tutan birden fazla Mailbox Server bir Database Availability Group altına yerleştirilmeli.Database Availability Group sayesinde otomatik recovery ve monitoring işlemleri gerçekleşir.(Database Availability Group&#8217;u birazdan ayrıntılı inceleyeceğiz)<br />
-Database Availability Group altındaki tüm mailbox serverlar aynı active directory domain&#8217;ine dahil olmalı<br />
-Tüm veritabanı kopyaları Volume Shadow Copy tabanlı bir backup uygulaması ile yedeklenebilir.<br />
-Bu veritabanları sadece aynı dag içerisindeki diğer mailbox serverlar ile replike olabilir.(2007 server&#8217;a replikasyonda desteklenmiyor)<br />
-Veritabanın tüm kopyaları her sunucuda aynı dizinde olmalı<br />
-Veritabanı kopyaları başka sitelardan yada başka subnetlerden olabilir.<br />
Exchange 2010 altında yine windows failover clustering teknolojisi kullanılıyor ama artık HA mailbox sunucuları kullanmak için sadece exchange konsolu yeterli olacak.Buda en önemli özelliklerden bir tanesi.Yani Windows Failover Cluster konsoluna çok işimiz düşmücek.</p>
<p>Şimdi en büyük yeniliklerden birisi olan Database Availability Group(DAG)&#8217;ı inceleyelim.<br />
<strong>Database Availability Group(DAG):</strong></p>
<p>Exchange 2010 ile gelen bir diğer HA özelliği DAG.Database Availability Group database seviyesinde otomatik recovery ve monitoring sağlayabilen ,içerisinde 16&#8242;ya kadar Exchange Server 2010 mailbox server barındıran bir grup.Yani artık storage group bazlı çalışmak DAG oluşturmamız gerekiyor.Tüm yönetimi recovery işlemlerini monitoring işlemlerini DAG üzerinden gerçekleştirebilirsiniz.</p>
<p>Yapıda bulunan bir mailbox server&#8217;ı DAG altına eklediğinizde otomatik olarak failover yapısına katmış oluyorsunuz.</p>
<p>En önemli nokta DAG arka planda Windows Failover Clustering teknolojisini kullandığı için DAG altındaki tüm mailbox sunucuları Windows Server 2008 Enterprise yada Windows Server 2008 Datacenter sürümü kullanmalı.</p>
<p>Exchange Managemetn Shell altında aşağıdaki komutlarla DAG oluşturabilir ve sunucuları üye edebilirsiniz.</p>
<p>&#8211;<em>New-DatabaseAvailabilityGroup -Name DAG1 -FileShareWitnessShare \\EXHUB1\DAG1FSW -FileShareWitnessDirectory C:\DAG1FSW</em></p>
<p>Bu komut ile Exchange 2007&#8242;de CCR konfigurasyonundan hatırlayacağınız File Share Witness&#8217;ı yapıddaki EXHUB1 isimli sunucuda tutan DAG1 isimli bir Database Availability Group oluşturduk.</p>
<p>Yalnız oluşturulduğunda boş gelicektir.Buna yapımızdaki Exchange 2010 mailbox sunucularını eklememiz gerekli:</p>
<p>&#8211;<em>Add-DatabaseAvailabilityGroupServer -Identity DAG1 -MailboxServer EXMBX1</em><br />
Bu komutla DAG1 altındaki gruba EXMBX1 isimli mail server ekleniyor.</p>
<p>Burda dikkat etmeniz gereken bir nokta var.Mailbox server olarak eklediğiniz sunucu Server 2008 ise ve üzerinde failover cluster servisi yüklü değilse yüklememiz gerekiyor.Bunun sebebi failover cluster componentinin uzaktan yüklenememesi.Çünkü zaten DAG&#8217;ı tutan sunucu failover cluster servisini otomatik yüklüyor.Ama içeriye eklenen mailbox sunucularda da bu servisin çalışması gerekli.Bunu uzaktan yükleme şansı olmadığı için eklenen bu mailbox sunucularında local olarak servisi yüklememiz isteniyor.</p>
<p>DAG altına ilk Mailbox Server&#8217;ı eklediğinizde aşağıdaki sıralama ile konfigurasyon gerçekleşiyor.</p>
<p>-Windows Failover Clustering componenti DAG&#8217;ı tutan sunucu üzerine yüklenir.<br />
-DAG&#8217;ın ismi ile failover cluster oluşturulur.<br />
-DC üzerinde computers OU&#8217;su altına Cluster Network Object(CNO) oluşur.<br />
-DAG&#8217;a bir ip adresi atanır.<br />
-Ve son olarak bildiğimiz gibi dynamic update sayesinde DAG ismi ve ipsi dns üzerinde register edilir.<br />
Exchange 2007 CCR ile File Share Witness kullanmıştık.Aynı şekilde Exchange 2010 altındaki DAG içinde <strong>file share witness</strong> kullanabilirsiniz.Dikkat etmeniz gerekenler;</p>
<p>-Paylaşımı tutan server DAG ile aynı forest altında olmalı<br />
-Windows Server 2003 yada Windows Server 2008 çalıştırmalı<br />
-Tek bir server birden fazla DAG için paylaşımı tutabilir ama her DAG&#8217;ın kendi tek paylaşımına sahip olması gerekir.<br />
-Tabiki bu paylaşımı tutan sunucu DAG altındaki üyelerden biri olamaz.</p>
<p>2007&#8242;de olduğu gibi File Share Witness için önerilen sunucu Active Directory site&#8217;ı içerisindeki Hub transport sunucusudur.</p>
<p>Exchange 2010&#8242;da ince ayarları yapabilmeniz için Exchange Management Shell&#8217;i öneriyorum.Çünkü bazı ayarlara konsol altından ulaşabilmeniz mümkün değil.Örneğin aşağıdaki komut gerçekten birçok istemiğize yanıt veren parametreler içeriyor.</p>
<p><em>Set-DatabaseAvailabilityGroup -Identity DAG1 -FileShareWitnessShare \\EXHUB1\DAG1FSW -FileShareWitnessDirectory C:\DAG1DIR -ReplicationPort 33898 -NetworkEncryption Disabled -NetworkCompression Disabled -FileShareWitnessDirectory </em></p>
<p>Bu komutta DAG1 isimli grup \\EXHUB1\DAG1FSW file share witness kullanmak üzere yapılandırılıyor.Paylaşımı tutan server üzerinde local dizin C:\DAG1DIR olarak belirleniyor.Replikasyon için artık SMB kullanılmıyor ve biz port belirleyebiliyoruz.Komutumuzda 33898 tcp portunu belirliyoruz.Aynı zamanda Encryption ve Compression&#8217;ı kapatıyoruz.</p>
<p>Her bir DAG&#8217;ın en az iki networke ihtiyacı var.New Database Availability Group Network sihirbazını kullanalarak başka networklerde ekleyebilirsiniz.</p>
<p>&#8211;<em>Set-DatabaseAvailabilityGroupNetwork -Subnets 10.0.0.0/8 -Identity DAG2\NET1</em></p>
<p>mesela yukarıdaki komut ile DAG2 altındaki NET1 isimli networke 10.0.0.0/8 networkünü ekliyorum.Bu ayarları bahsettiğimiz gibi Exchange Management Console altından da gerçekleştirebiliyorsunuz.</p>
<p>DAG ile ilgili bir diğer yenilik Active Manager komponenti.Active Maneger eski exchange sürümlerindeki failover yönetim özelliklerini Exchange 2010&#8242;da gelişmiş bir halde karşımıza getiriyor.Arka planda çalışma mantığını şöyle özetleyebiliriz.</p>
<p>Exchange 2010 içerisinde Microsoft Exchange Replication servisi periyodik olarak tüm mount edilmiş veritabanlarını izler.Buna ek olarak Extensible Storage Monitor(ESE)&#8217;yi herhangi bir I/O hatasına karşı izler.(Esxchange 2010&#8242;da hala ESE kullanılmaktadır)Eğer servis bir hata tespit ederse Active Manager&#8217;ı uyarır.Active Manager bu durumda hangi veritabanı kopyasının mount edilmesi gerektiğine karar verir ve yapıyı takrardan ayağa kaldırır.</p>
<p>Bunlar Exchange 2010 HA tarafındaki temel yenilikler.Bir sonraki makalemizde bunları uygulama olarak Exchange 2010 üzerinde gösteriyor olacağım.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fexchange-2010-yeni-high-availability-ozellikleri%2F&amp;t=Exchange%202010%20yeni%20High%20Availability%20%C3%B6zellikleri" id="facebook_share_button_1369" 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_1369') || document.getElementById('facebook_share_icon_1369') || document.getElementById('facebook_share_both_1369') || document.getElementById('facebook_share_button_1369');
	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_1369') {
			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%2Fexchange-2010-yeni-high-availability-ozellikleri%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/exchange-2010-yeni-high-availability-ozellikleri/" 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%2Fexchange-2010-yeni-high-availability-ozellikleri%2F&amp;text=Exchange+2010+yeni+High+Availability+%C3%B6zellikleri" 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/exchange-2010-yeni-high-availability-ozellikleri/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/exchange-2010-yeni-high-availability-ozellikleri/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>SCVMM 2008 Beta&#8217;dan SCVMM 2008 Migration</title>
		<link>http://www.anilerduran.com/index.php/2009/scvmm-2008-betadan-scvmm-2008-migration/</link>
		<comments>http://www.anilerduran.com/index.php/2009/scvmm-2008-betadan-scvmm-2008-migration/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:14:22 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Virtual Machine Manager]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[system center virtual machine manager]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1223</guid>
		<description><![CDATA[SCVMM 2008 betadan SCVMM 2008 RTM&#8217;e geçişinizi gerçekleştireceksiniz dikkat etmeniz gereken birkaç nokta var. - VMM administrator konsolu altında varolan hostları kaldırmanız gerekmektedir.Migration işleminden sonra tekrardan bu hostları ekleyeceksiniz. - VMM 2008 Beta Server üzerinde SQL Server Management Studio yada SQL Server Management Studio Express&#8217;i yükleyin. - SQL Server Management Studio ile VirtualManagerDB veritabanına bağlanıp [...]]]></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%2Fscvmm-2008-betadan-scvmm-2008-migration%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/scvmm-2008-betadan-scvmm-2008-migration/" 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%2Fscvmm-2008-betadan-scvmm-2008-migration%2F&amp;text=SCVMM+2008+Beta%E2%80%99dan+SCVMM+2008+Migration" 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/scvmm-2008-betadan-scvmm-2008-migration/"></script></span></div><p>SCVMM 2008 betadan SCVMM 2008 RTM&#8217;e geçişinizi gerçekleştireceksiniz dikkat etmeniz gereken birkaç nokta var.</p>
<p>- VMM administrator konsolu altında varolan hostları kaldırmanız gerekmektedir.Migration işleminden sonra tekrardan bu hostları ekleyeceksiniz.</p>
<p>- VMM 2008 Beta Server üzerinde SQL Server Management Studio yada SQL Server Management Studio Express&#8217;i yükleyin.</p>
<p>- SQL Server Management Studio ile VirtualManagerDB veritabanına bağlanıp sağ tıklayarak Backup ile yedeklemesini gerçekleştirin.,</p>
<p>- Başarılı bir yedekleme işleminden sonra VMM 2008 BETA&#8217;yı bilgisayarınızdan kaldırın.</p>
<p>- UpgradeV2Beta.exe uygulamasını <a href="http://go.microsoft.com/fwlink/?LinkId=127036">http://go.microsoft.com/fwlink/?LinkId=127036</a> linkinden indirin.</p>
<p>-Bu exeyi UpgradeV2Beta.exe -server [servername/instancename] -database [databasename] parametreleri ile çalıştırın.Buradaki VMM için varsayılan olarak oluşturulan instance name <strong>MICROSOFT$VMM$</strong>&#8216;dir.Varyılan database ismide <strong>VirtualManagerDB </strong>&#8216;dir.</p>
<p>-Kurulum işlemi bittikten sonra Administrator Console altında Managed Computers üzerinde refresh işlemini gerçekleştirin.<br />
- Eğer VMM2008&#8242;i önceki BETA ile aynı sunucu üzerine kurduysanız eskiden yönetilen tüm hostlar <strong>Unsupported</strong> durumunda gözükecektir.<br />
- Eğer VMM2008&#8242;i önceki BETA versiyonunun olduğu sunucundan ayrı bir sunucuya kurduysanız tüm hostlar <strong>Access Denied</strong> durumunda gözükecektir.</p>
<p>Bu noktada Unsupported hostlar gözüküyorsa sağ tıklayarak <strong>Update Agent</strong> demeniz yeterlidir.Eğer Access Denied gözüküyorsa sağ tıklayıp <strong>Reassociate </strong> demelisiniz.</p>
<p>Bu temel konfigurasyonların ardından hostlarınızı tekrardan yönetebilir durumda olacaksınız.Library yönetimi için gereksinimleride bir sonraki yazıda inceleyeceğiz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fscvmm-2008-betadan-scvmm-2008-migration%2F&amp;t=SCVMM%202008%20Beta%27dan%20SCVMM%202008%20Migration" id="facebook_share_button_1223" 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_1223') || document.getElementById('facebook_share_icon_1223') || document.getElementById('facebook_share_both_1223') || document.getElementById('facebook_share_button_1223');
	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_1223') {
			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%2Fscvmm-2008-betadan-scvmm-2008-migration%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/scvmm-2008-betadan-scvmm-2008-migration/" 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%2Fscvmm-2008-betadan-scvmm-2008-migration%2F&amp;text=SCVMM+2008+Beta%E2%80%99dan+SCVMM+2008+Migration" 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/scvmm-2008-betadan-scvmm-2008-migration/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/scvmm-2008-betadan-scvmm-2008-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCVMM altında VMWARE yönetimi</title>
		<link>http://www.anilerduran.com/index.php/2009/scvmm-altinda-vmware-yonetimi/</link>
		<comments>http://www.anilerduran.com/index.php/2009/scvmm-altinda-vmware-yonetimi/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 18:52:55 +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[Esx server]]></category>
		<category><![CDATA[esx server kurulumu]]></category>
		<category><![CDATA[hyper-v kurulumu]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[system center virtual machine manager]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1217</guid>
		<description><![CDATA[Bildiğiniz gibi System center ailesi içerisinde yer alan System Center Virtual Machine Manager ile yapınızdaki Hyper-v fiziksel hostlarınızı ve ESX çalıştıran fiziksel hostlarınızı ve dolayısıyla altlarında bulunan sanal makinalarınızı yönetebiliyorsunuz.Yalnız SCVMM altında Vmware mimarisini yönetirken dikkat etmeniz gereken bir nokta var. Herhangi bir Vmware yapısını SCVMM altına import ettiğinizde durumunu kontrol ederseniz Ok(Limited) olarak göreceksiniz.Bu [...]]]></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%2Fscvmm-altinda-vmware-yonetimi%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/scvmm-altinda-vmware-yonetimi/" 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%2Fscvmm-altinda-vmware-yonetimi%2F&amp;text=SCVMM+alt%C4%B1nda+VMWARE+y%C3%B6netimi" 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/scvmm-altinda-vmware-yonetimi/"></script></span></div><p>Bildiğiniz gibi System center ailesi içerisinde yer alan System Center Virtual Machine Manager ile yapınızdaki Hyper-v fiziksel hostlarınızı ve ESX çalıştıran fiziksel hostlarınızı ve dolayısıyla altlarında bulunan sanal makinalarınızı yönetebiliyorsunuz.Yalnız SCVMM altında Vmware mimarisini yönetirken dikkat etmeniz gereken bir nokta var.</p>
<p>Herhangi bir Vmware yapısını SCVMM altına import ettiğinizde durumunu kontrol ederseniz Ok(Limited) olarak göreceksiniz.Bu durumda yapabilecekleriniz tabiki var.Fakat herşey dahil bir yönetimden bahsediyorsak bu ayarı  aktif etmeniz gereklidir.İlk yapmanız gereken ESX üzerindeki ayarlardır.Bu noktada<br />
Virtual Machine Delegate opsiyonunu kullanmanız yada tüm ESX hostlar üzerinde <strong>root</strong> için ssh root logini aktif etmeniz gereklidir.Bu işlemi yapmak için ESX host üzerinde Configure Security menusune girerek ilgili credentialları girerek ssh login veya delegasyonu seçebilirsiniz.Bu işlemden sonra state limited&#8217;dan OK&#8217;a dönecektir.Peki limitli kullandığımızda yada full kullandığımızda ne gibi yönetimsel farklar bizi bekliyor? Bunu aşağıdaki tablodan inceleyebilirsiniz.</p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td style="border: medium none #f0f0f0; padding: 0.75pt; background: #f2f2f2 none repeat scroll 0% 0%; width: 218.25pt;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Virtual Machine Action</span></span></span></p>
</td>
<td style="border: medium none #f0f0f0; padding: 0.75pt; background: #f2f2f2 none repeat scroll 0% 0%; width: 237pt;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">OK (Limited) Status</span></span></span></p>
</td>
<td style="border: medium none #f0f0f0; padding: 0.75pt; background: #f2f2f2 none repeat scroll 0% 0%; width: 141.75pt;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">OK Status</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Start</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Stop</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Pause</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Save state</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">No</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Discard saved state</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">No</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Modify properties</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">While the host has OK (Limited) status, the following configuration updates are not allowed:</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Attach an ISO image to a virtual DVD drive.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Attach an existing VMware virtual hard disk (.vmdk file) to the virtual machine.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Attach a VMware virtual floppy disk (.flp) to the virtual floppy drive.</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">New checkpoint</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Manage checkpoints</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Remove</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Migrate by using VMware VMotion</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Migrate across VirtualCenter server</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Store in the VMM library</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Clone within the same VirtualCenter</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">OK (Limited) restrictions:</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">In the VMM Administrator Console, VMM gives the host a zero rating during virtual machine placement, but you can select the host manually. No such restriction applies at the command line.</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Clone on the same ESX Server host</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">OK (Limited) restrictions:</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">In the VMM Administrator Console, VMM gives the host a zero rating during virtual machine placement, but you can select the host manually.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">In the Windows PowerShell &#8220;“ Virtual Machine Manager command shell, you must use a task group to create a new .vmdk file before you clone the virtual machine. You cannot clone an existing .vmdk file.</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Convert virtual machine (V2V conversion) conversion</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">No</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Create virtual machine from a VMM template</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">No</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 218.25pt; background-color: transparent;" width="291">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Create virtual machine from a blank VMware virtual hard disk (.vmdk file)</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 237pt; background-color: transparent;" width="316">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">OK (Limited) restrictions:</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">In the VMM Administrator Console, VMM gives the host a zero rating during virtual machine placement, but you can select the host manually.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">In the Windows PowerShell &#8220;“ Virtual Machine Manager command shell, you must use a task group to create a new .vmdk file before you create a virtual machine. You cannot use an existing .vmdk file as the source.</span></span></span></p>
</td>
<td style="border: 1pt solid #bfbfbf; padding: 0.75pt; width: 141.75pt; background-color: transparent;" width="189">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span style="font-size: small;"><span style="font-family: Calibri;">Yes</span></span></span></p>
</td>
</tr>
</tbody>
</table>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2009%2Fscvmm-altinda-vmware-yonetimi%2F&amp;t=SCVMM%20alt%C4%B1nda%20VMWARE%20y%C3%B6netimi" id="facebook_share_button_1217" 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_1217') || document.getElementById('facebook_share_icon_1217') || document.getElementById('facebook_share_both_1217') || document.getElementById('facebook_share_button_1217');
	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_1217') {
			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%2Fscvmm-altinda-vmware-yonetimi%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/scvmm-altinda-vmware-yonetimi/" 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%2Fscvmm-altinda-vmware-yonetimi%2F&amp;text=SCVMM+alt%C4%B1nda+VMWARE+y%C3%B6netimi" 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/scvmm-altinda-vmware-yonetimi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2009/scvmm-altinda-vmware-yonetimi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hypervisor olmadan boot işlemi</title>
		<link>http://www.anilerduran.com/index.php/2008/hypervisor-olmadan-boot-islemi/</link>
		<comments>http://www.anilerduran.com/index.php/2008/hypervisor-olmadan-boot-islemi/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:54:16 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[bcdedit]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1004</guid>
		<description><![CDATA[Hyper-V ile birlikte çalışırken bazen çıkan sorunları Hyper-V  rolünü kaldırarak çözmeye çalışabilirsiniz.Yada Vmware gibi diğer sanallaştırma ürünleri Hyper-V ile birlikte çalışmayı sevmezler ve ikisini aynı işletim sistemi üzerinde çalıştırmakta zorlanırsınız.Bu sebeple benim yaptığım gibi dual boot şeklinde çift işletim sistemi kullananlarınız vardır eminim.Ama daha kolay bir yöntem bizi bekliyor.Boot işlemi sırasında varolan işletim sisteminizi hypervisor [...]]]></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%2Fhypervisor-olmadan-boot-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/2008/hypervisor-olmadan-boot-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%2F2008%2Fhypervisor-olmadan-boot-islemi%2F&amp;text=Hypervisor+olmadan+boot+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/2008/hypervisor-olmadan-boot-islemi/"></script></span></div><p>Hyper-V ile birlikte çalışırken bazen çıkan sorunları Hyper-V  rolünü kaldırarak çözmeye çalışabilirsiniz.Yada Vmware gibi diğer sanallaştırma ürünleri Hyper-V ile birlikte çalışmayı sevmezler ve ikisini aynı işletim sistemi üzerinde çalıştırmakta zorlanırsınız.Bu sebeple benim yaptığım gibi dual boot şeklinde çift işletim sistemi kullananlarınız vardır eminim.Ama daha kolay bir yöntem bizi bekliyor.Boot işlemi sırasında varolan işletim sisteminizi hypervisor olmadan boot edebilme şansınız var.Bunun için artık boot işlemlerini tamamiyle kontrol edebildğimiz bcdedit komutu kullanacağız.</p>
<p>Mantıken yapmamız gerekn yeni bir boot girdisi oluşturmak ve bu girdiyede yükleme yaparken hypervisoru kullanmamasını söylemek.</p>
<p><strong>bcdedit /copy {default} /d &#8220;No Hypervisor&#8221;</strong></p>
<p>Bu komutun çıktısında bize girdinin GUID&#8217;e kopyalandığına dair bir çıktı verecektir.Benim işletim sistemimde(server 2008) aşağıdaki gibi bir çıktı verdi.</p>
<p><strong>The entry was successfully copied to {benim guid numaram}.</strong></p>
<p>Ardından bu GUID&#8217;i kopyaladım ve aşağıdaki komutu girdim.</p>
<p><strong>bcdedit /set {benim guid numaram} hypervisorlaunchtype off</strong></p>
<p>Bu komuttan sonra bir sorun yoksa <em>The operation competed succesfully</em> çıktısını alabilirsiniz.</p>
<p>Artık bilgisayarı başlattığınızda karşınıza bir boot ekranı çıkacak ve hypervisor olmadan yükleme seçeneğide(yukarıda belirttiğimiz No Hypervisor seçeneği)  ekrana gelecektir.İlgili sorunu çözdükten yada gerekli işlemleri yaptıktan sonra tekrardan normal boot ile bilgisayarı hypervisor&#8217;lü haliyle başlatabilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fhypervisor-olmadan-boot-islemi%2F&amp;t=Hypervisor%20olmadan%20boot%20i%C5%9Flemi" id="facebook_share_button_1004" 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_1004') || document.getElementById('facebook_share_icon_1004') || document.getElementById('facebook_share_both_1004') || document.getElementById('facebook_share_button_1004');
	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_1004') {
			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%2Fhypervisor-olmadan-boot-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/2008/hypervisor-olmadan-boot-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%2F2008%2Fhypervisor-olmadan-boot-islemi%2F&amp;text=Hypervisor+olmadan+boot+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/2008/hypervisor-olmadan-boot-islemi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/hypervisor-olmadan-boot-islemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Virtual Machine Manager 2008</title>
		<link>http://www.anilerduran.com/index.php/2008/system-center-virtual-machine-manager-2008/</link>
		<comments>http://www.anilerduran.com/index.php/2008/system-center-virtual-machine-manager-2008/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 20:39:54 +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[Esx server]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[system center virtual machine manager]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=1001</guid>
		<description><![CDATA[System Center ailesinin belkide en işlevsel üyelerinden biri olan Virtual Machine Manager&#8217;ın 2008 betası şu anda indirebilir durumda. Eğer sanal teknolojilerle ilgileniyorsanız yada yapınızda birden fazla sanal makinelerinizin yanında bunların bulunduğu birden fazla host makinanız varsa bir süre sonra yönetim aşamsında zorluklar yaşayabilirsiniz.İşte buna bir çözüm olarak gelen VMM ürünü bunun dışındada bize bir çok [...]]]></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%2Fsystem-center-virtual-machine-manager-2008%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/system-center-virtual-machine-manager-2008/" 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%2Fsystem-center-virtual-machine-manager-2008%2F&amp;text=System+Center+Virtual+Machine+Manager+2008" 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/system-center-virtual-machine-manager-2008/"></script></span></div><p>System Center ailesinin belkide en işlevsel üyelerinden biri olan Virtual Machine Manager&#8217;ın 2008 betası şu anda indirebilir durumda.</p>
<p>Eğer sanal teknolojilerle ilgileniyorsanız yada yapınızda birden fazla sanal makinelerinizin yanında bunların bulunduğu birden fazla host makinanız varsa bir süre sonra yönetim aşamsında zorluklar yaşayabilirsiniz.İşte buna bir çözüm olarak gelen VMM ürünü bunun dışındada bize bir çok yeni özelliği sunmaktaydı.İlk olan 2007 sürümünü kurcaladıktan sonra artık elimizde SCVMM 2008 demosu bulunuyor.Peki 2008 ile birlikte gelen yenilikler neler?</p>
<p><strong>Windows Server ® 2008’de işletilebilen VM desteği</strong></p>
<p><strong></strong><br />
&#8220;¢ System Center Virtual Machine Manager 2008; Windows Server 2008 ve Microsoft Hyper-Vâ„¢ Server’a ait temel özelliklerden ve hizmetlerden tam anlamıyla yararlanmak üzere tasarlanmıştır. Bu özellikler arasında Hyper-V’ye ait 64-bit mimari, saldırılara karşı sağlamlaştırılmış güvenlik modeli, yük devretme kümesi desteği (aşağıdaki kısmı inceleyin) ve diğerleri yer almaktadır.</p>
<p>&#8220;¢ Virtual Machine Manager 2008 (VMM), Hyper-V işleten ana sistemlerin yönetimini destekler; VMM ayrıca, VMM 2008 konsolu üzerinden Hyper-V etkinleştirmesi uzaktan yapabilir.</p>
<p>&#8220;¢ VMM 2008, hata toleranslı ve küme tanıyan sanal aygıtların oluşturulmasına olanak tanıyabilmek için Windows Server 2008&#8242;nin yeni kümeleme desteği ile bütünleşir.</p>
<p>&#8220;¢ VMM 2008, hem Intelligent Placement, Self-Service Portal ve bütünleşmiş Kitaplık gibi VMM’e özgü fonksiyonlar sağlar, hem de bütün Hyper-V fonksiyonlarını destekler.<br />
Çoklu sağlayıcı sanallaştırma platformu desteği</p>
<p>&#8220;¢ Hyper-V desteğine ek olarak VMM 2008, VMware ESX altyapısı ve Microsoft Virtual Server üzerinde işletimi yapılan sanal aygıtlara verdiği destek sayesinde çoklu hipervizör yönetimini tek bir araç içerisinde birleştiriyor.</p>
<p>&#8220;¢ VMM 2008, sanal aygıtların VMotion üzerinden herhangi bir aksama süresi yaşamadan sanal hostlara aktarılması dahil olmak üzere, VMware Virtual Center ile bütünleşme yoluyla VMware VI3 için geniş kapsamlı destek sunuyor.</p>
<p>&#8220;¢ Intelligent Placement, pekiştirme aday önerileri ve diğerleri gibi VMM 2008’e özgü özellikler, herhangi bir desteklenen platform üzerinde sanallaştırılmış altyapıya karşı işletilebilir.</p>
<p>&#8220;¢ Ayrıca Hyper-V, VMware ESX ya da Virtual Server uygulamaları üzerinden özelleştirme ve otomasyon için Windows PowerShellâ„¢ kodları da desteklenmektedir.</p>
<p><strong>Performans ve Kaynak Optimizasyonu</strong></p>
<p>&#8220;¢ Performans ve Kaynak Optimizasyonu (PRO), donanımlarda, işletim sistemlerinde ve uygulamalarda tespit edilmiş hata senaryolarına ya da zayıf yapılandırılmış bileşenlere dinamik bir şekilde yanıt verebilecek bir VMM özelliğidir.</p>
<p>&#8220;¢ PRO etkinleştirilmiş Yönetim Paketleri yoluyla ve System Center Operations Manager’a ait kapsamlı görüntüleme yetenekleri ile uyumlu bir şekilde çalışarak PRO, bir yöneticiyi sağlıksız bir sistem veya uygulama durumuna karşı uyarabilir ve önerilen düzeltme eylemini bildirebilir; ya da otomatik olarak tepki veren ve kendini yenileyen bir sistem oluşturarak bu duruma yanıt verebilir.</p>
<p>&#8220;¢ PRO ile kullanılabilen çok daha yüksek tanelilik seviyesi sayesinde, donanım, işletim sistemi ve uygulama değişkenlerinden oluşan geniş bir ağ, PRO’yu düzeltme eylemi almak üzere tetikleyebilir.</p>
<p>&#8220;¢ VMM 2008’in bir özelliği olarak PRO yetenekleri aynı zamanda VMware ESX ya da Virtual Server aygıtları için de uygundur; böylelikle yöneticilerin kullandıkları sanallaştırma platformuna bakmaksızın sanallaştırılmış ortamlarının tamamını yönetmelerine izin verilir.</p>
<p><strong>&#8220;œYüksek Erişilebilirlik&#8221; Sanal Aygıtları için Host Küme Desteği</strong></p>
<p>&#8220;¢ Yük devretme kümelerine verdiği yüksek ölçüde genişletilmiş destek sayesinde VMM 2008, görev odaklı sanal aygıtların yönetimi için &#8220;œyüksek erişilebilirlik&#8221; yeteneklerini geliştirir. VMM 2008 artık küme tanıyabilmektedir; diğer bir deyişle Hyper-V host kümelerini tek bir birim olarak algılayıp yönetebilmektedir.</p>
<p>&#8220;¢ VMM’in bu sürümünde mevcut olan yenilikler arasında, kümeye eklenen ve kümeden kaldırılan sanal hostların otomatik olarak tespit edilmesi, böylelikle yöneticiler bu fonksiyona harcadıkları emeğin azaltılması da bulunmaktadır.</p>
<p>&#8220;¢ VM 2008 kapsamında yüksek bir erişilebilirliğe sahip sanal aygıt yönetimi (HA VM) yapmak artık çak daha kolaylaşmıştır. Bundan böyle bugüne kadar sunulan karmaşık çoklu adımlı manuel süreçlere veda edebilirsiniz; bir yöneticinin tek bir onay kutusuna tıklaması bir VM’i yüksek erişilebilir kılmak için yeterlidir. Perde arkasında VMM sözü edilen HA VA’nın yönetimini yapmaktadır; bu bağlamda VMM 2008’e ait Intelligent Placement özelliğini, sadece yeni oluşturulmuş HA VM için bir host kümesi parçası olan hostlara öneri vermek üzere yönlendirmek de yer alır.</p>
<p>&#8220;¢ VMM 2008’e ait gelişmiş HA VM yönetim özellikleri arasında; küme yedeklerinin, harfsiz disk sürücülerin, misafir kümelerin diğerleri arasında belirlenmesi ve yönetimi gibi çeşitli küme ilişkili görevler için, Failover Cluster Management Console (Yük devretme Küme Yönetim Konsolu) da yer almaktadır.</p>
<p>&#8220;¢ VMM 2008 bunun yanında küme devrelerinin VMware ESX Sunucuları olduğu VMware host kümelerini de destekler.</p>
<p><strong>VMM 2008 içindeki Diğer Değişiklikler</strong></p>
<p>&#8220;¢ Yeniden tasarlanmış yönetim izinleri motoru; tam yetkili bir yöneticiye ait yönetim yeteneklerini koruyan, fakat tasarlanmış sanal ana sunucu alt seti gibi daha düşük sorumluluk kapsamında tutan &#8220;œatanmış yönetici&#8221; görevinin oluşturulması.</p>
<p>&#8220;¢ PowerShell arabirimi ve commandlet’lerine kullanıcı erişimi de içeren, Self-service Portal için bütünüyle yeniden tasarlanmış ve yeniden yaratılmış web arabirimi.</p>
<p>&#8220;¢ Misafir sanal aygıtlarda, Windows Server 2008 ve Windows Vista ® işletim sistemleri desteği ve aynı zamanda bu misafir işletim sistemleri için Fizikselden Sanala (P2V) ve Sanaldan Sanala (V2V) çevrimlerine de destek verir.</p>
<p>&#8220;¢ VMM 2008&#8242;in bir özellikle &#8220;œgüvenilir&#8221; etki alanının parçası olmayan etki alanı katılımlı sanal altyapı yönetimi yapmasına izin veren güncellenmiş ağ izinleri ilkeleri.</p>
<p>&#8220;¢ Ek PowerShell commandlet’leri ve &#8220;œkod görüntüleme&#8221; denetimleri.</p>
<p>&#8220;¢ Genel olarak yenilenmiş ve &#8220;œestetik açıdan geliştirilmiş &#8220; VMM 2008 kullanıcı arabirimi ile yönetim konsolu.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fsystem-center-virtual-machine-manager-2008%2F&amp;t=System%20Center%20Virtual%20Machine%20Manager%202008" id="facebook_share_button_1001" 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_1001') || document.getElementById('facebook_share_icon_1001') || document.getElementById('facebook_share_both_1001') || document.getElementById('facebook_share_button_1001');
	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_1001') {
			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%2Fsystem-center-virtual-machine-manager-2008%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/system-center-virtual-machine-manager-2008/" 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%2Fsystem-center-virtual-machine-manager-2008%2F&amp;text=System+Center+Virtual+Machine+Manager+2008" 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/system-center-virtual-machine-manager-2008/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/system-center-virtual-machine-manager-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtual Network Manager</title>
		<link>http://www.anilerduran.com/index.php/2008/virtual-network-manager/</link>
		<comments>http://www.anilerduran.com/index.php/2008/virtual-network-manager/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 15:37:29 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[sanallaştırma]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[virtual network manager]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=995</guid>
		<description><![CDATA[Hyper-V çalıştıran bir sunucuda birçok virtual network oluşturarak çeşitli bağlantı kanalları oluşturabiliriz.Bu bağlantılar tabiki sizin yapınıza uygun şekilde olacaktır.Örneğin sadece çalışan sanal makinelerin birbirleriyle haberleşebilmesi(virtual network)..Sanal makinelerin üzerinde bulunduğu sunucu ile sanal makinalar arasında(internal network)..Fiziksel network kartı kullanılarak oluşturualn fiziksel network ile sanal makine arasında(external network) Tüm bu network bağlantı şekillerini oluşturabilmek için hyper-v kurulumu [...]]]></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%2Fvirtual-network-manager%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/virtual-network-manager/" 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%2Fvirtual-network-manager%2F&amp;text=Virtual+Network+Manager" 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/virtual-network-manager/"></script></span></div><p>Hyper-V çalıştıran bir sunucuda birçok virtual network oluşturarak çeşitli bağlantı kanalları oluşturabiliriz.Bu bağlantılar tabiki sizin yapınıza uygun şekilde olacaktır.Örneğin sadece çalışan sanal makinelerin birbirleriyle haberleşebilmesi(virtual network)..Sanal makinelerin üzerinde bulunduğu sunucu ile sanal makinalar arasında(internal network)..Fiziksel network kartı kullanılarak oluşturualn fiziksel network ile sanal makine arasında(external network)</p>
<p>Tüm bu network bağlantı şekillerini oluşturabilmek için hyper-v kurulumu ile birlikte gelen Virtual Network Manager&#8217;ı kullanabilirsiniz.Hyper-V manager konsolundan erişebileceğiniz Virtual Network Manager ile bir network eklemek istediğinizde basitçe yapmanız gerekenler;</p>
<p>-Hyper-V konsolunu açmak,<br />
-Actions menusunden Virtual network Manager&#8217;ı seçmek<br />
-Create Virtual Network altında istediğimiz network tipini belirlemek<br />
-Son olarakda add ile ekleme işlemini gerçekleştirmek.</p>
<p>Aynı şekilde varolan networklerin üzerine tıklayarak modify işleminide gerçekleştirebilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fvirtual-network-manager%2F&amp;t=Virtual%20Network%20Manager" id="facebook_share_button_995" 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_995') || document.getElementById('facebook_share_icon_995') || document.getElementById('facebook_share_both_995') || document.getElementById('facebook_share_button_995');
	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_995') {
			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%2Fvirtual-network-manager%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/virtual-network-manager/" 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%2Fvirtual-network-manager%2F&amp;text=Virtual+Network+Manager" 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/virtual-network-manager/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/virtual-network-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Deployment Services &#8211; Server Modes</title>
		<link>http://www.anilerduran.com/index.php/2008/windows-deployment-services-server-modes/</link>
		<comments>http://www.anilerduran.com/index.php/2008/windows-deployment-services-server-modes/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 10:54:26 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Deployments]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server Family]]></category>
		<category><![CDATA[remote installation services]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[wim]]></category>
		<category><![CDATA[Windows Deployment Services]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=992</guid>
		<description><![CDATA[Windows Deployment Services , önceki sürüm olan RIS&#8217;ın geliştirilmiş versiyonudur diyebiliriz.WDS sayesinde varolan vista kurulumlarımızı otomatikleştirebilir ve network üzerinden toplu kurulumları gerçekleştirebiliriz.Yani her client üzerine elimizde DVD ile gitmemize gerek kalmayacaktır.Peki WDS&#8217;nin RIS&#8217;ten farkları nelerdir? Şöyle kısa bir inceleme yapacak olursak; - Windows Vista ve Windows Server 2008 deploy imkanı - Windows PE isimli boot [...]]]></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%2Fwindows-deployment-services-server-modes%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/windows-deployment-services-server-modes/" 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%2Fwindows-deployment-services-server-modes%2F&amp;text=Windows+Deployment+Services+%E2%80%93+Server+Modes" 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/windows-deployment-services-server-modes/"></script></span></div><p>Windows Deployment Services , önceki sürüm olan RIS&#8217;ın geliştirilmiş versiyonudur diyebiliriz.WDS sayesinde varolan vista kurulumlarımızı otomatikleştirebilir ve network üzerinden toplu kurulumları gerçekleştirebiliriz.Yani her client üzerine elimizde DVD ile gitmemize gerek kalmayacaktır.Peki WDS&#8217;nin RIS&#8217;ten farkları nelerdir? Şöyle kısa bir inceleme yapacak olursak;</p>
<p>- Windows Vista ve Windows Server 2008 deploy imkanı<br />
- Windows PE isimli boot işletim sistemi<br />
- Windows image (.wim) dosyalarını kullanarak image bazı kurulumlar<br />
- Geliştirilmiş PXE sunucu desteği<br />
- Boot edilecek işletim sistemlerinin seçildiği menudeki yenilikler<br />
- İmajların seçildiği kullanıcı ekranındaki grafiksel yenilikler<br />
- Windows Deployment Services Microsoft Management Console (MMC) eklentisi ve   WDSUTIL komut aracı</p>
<p>Diğer yazılarda WDS ile ilgili ayrıntılara girebiliriz.Bu yazıda ise Server 2003 üzerinde çalışan bir WDS için kullanılan sunucu mode larını inceleyeceğiz.RIS ve WDS arasındaki geçişlerde bu mode ların iyice anlaşılması ve ilişkilerin kurulması oldukça önemlidir.</p>
<p>Öncelikle WDS çalışan sunucunuzun hangi modda çalıştığını kontrol edin isterseniz.Bunun için en kolay yol WDSUTIL aracı.Komut isteminde;<br />
<strong>WDSUTIL /get-server /show:config</strong></p>
<p>yazarak yada konsoldaki sunucu özelliklerinden general tabına gelerek çalışılan mod bilgisi öğrenilir.</p>
<p>Şimdi varolan Mode ları inceleyelim.<br />
<strong>Legacy Mode:</strong><br />
Bu mode RIS&#8217;in karşılığıdır diyebiliriz.Aslında WDS&#8217;nin piyasaya sürülmesinin sebebi Vista ve server 2008 deploymentlarını gerçekleştirebilmemiz içindi.Eğer yapımızda bu işletim sistemleri yoksa biz WDS&#8217;yi legacy modda kullanarak RIS gibi davranmasını sağlayabiliriz.Bu modda çalışmak için ilk önce RIS&#8217;i kurup konfigure etmelisiniz.Ardından WDS kurulumu yapıp konfigure etmeden legacy modda çalışabilirisiniz.</p>
<p><strong>Mixed Mode:</strong><br />
Bu modda çalışırken rısetup ve riprep imajları ile çalışabilir aynı zamanda WDS kullanarak .wim uzantılı imajlarlada deployment gerçekleştirebilirsiniz.Bu modda çalışmak için bir RIS sunucu üzerine WDS konfigure edilir ve eski RIS imajları düzenlenebilir.</p>
<p><strong>Native Mode:</strong>Bu mod içerisinde çalışırken yalnızda WDS ile birlikte geklen windows image dosyaları(wim) üzerinde çalışabiliriz.Bu modda çalışmak içinde mantıken RIS&#8217;in kurulu olduğu ama konfigure edilmediği bir sunucu üzerine WDS konfigurasyonu yapmamız gerekli.Eğer RIS konfigure edilmişse öncelikle uninstall edilmesi gerekir.</p>
<p>Birde unutmadan şuna değinelim.Bildiğimiz gibi RIS&#8217;de BOOT işlemleri için OSCHOOSER kullanılıyordu.WDS&#8217;de ise bu yerine Windows PE&#8217;ye bıraktı.legacy mode altında yalnızca OSCHOOSER , mixed modda her ikisi birlikte,native modda ise sadece Windows PE çalışacaktır.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fwindows-deployment-services-server-modes%2F&amp;t=Windows%20Deployment%20Services%20-%20Server%20Modes" id="facebook_share_button_992" 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_992') || document.getElementById('facebook_share_icon_992') || document.getElementById('facebook_share_both_992') || document.getElementById('facebook_share_button_992');
	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_992') {
			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%2Fwindows-deployment-services-server-modes%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/windows-deployment-services-server-modes/" 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%2Fwindows-deployment-services-server-modes%2F&amp;text=Windows+Deployment+Services+%E2%80%93+Server+Modes" 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/windows-deployment-services-server-modes/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/windows-deployment-services-server-modes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable SMB 2.0</title>
		<link>http://www.anilerduran.com/index.php/2008/disable-smb-20/</link>
		<comments>http://www.anilerduran.com/index.php/2008/disable-smb-20/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 12:03:22 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[smb 1.0]]></category>
		<category><![CDATA[smb 2.0]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=971</guid>
		<description><![CDATA[Bir önceki yazıda SMB &#8216;nin ne olduğundan bahsetmiştik.Windows tabanlı bilgisayarlar tarafından kullanılan bir dosya paylaşım protokolü idi.Windows Server 2008 ve Windows Vista ile birlikte yerini SMB 2.0 &#8216;a bırakmıştı.Böylece bu işletim sistemini kullanan bilgisayarlarda dosya kopyalama işlemleri için neredeyse 2 kata varan bir hızlanma gerçekleşmişti. Yine farklı işletim sistemlerinin dosya paylaşımları sırasında kullandıkları versiyonları incelemiştik.Yapımızda [...]]]></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%2Fdisable-smb-20%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/disable-smb-20/" 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%2Fdisable-smb-20%2F&amp;text=Disable+SMB+2.0" 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/disable-smb-20/"></script></span></div><p>Bir önceki yazıda SMB &#8216;nin ne olduğundan bahsetmiştik.Windows tabanlı bilgisayarlar tarafından kullanılan bir dosya paylaşım protokolü idi.Windows Server 2008 ve Windows Vista ile birlikte yerini SMB 2.0 &#8216;a bırakmıştı.Böylece bu işletim sistemini kullanan bilgisayarlarda dosya kopyalama işlemleri için neredeyse 2 kata varan bir hızlanma gerçekleşmişti.</p>
<p>Yine farklı işletim sistemlerinin dosya paylaşımları sırasında kullandıkları versiyonları incelemiştik.Yapımızda bununla ilgili bir problemi çözmek yada bambaşka bir sebepten dolayı SMB 2.0&#8242;ı disable etmeniz gerekebilir.Yalnız bunu hem server tarafında hemde client tarafında yapmanız gerekli.Yalnız burada server-client mimarisinden kastım işletim sistemi bazında değil.Yani bir vista bilgisayarı, server olarak dosyayı paylaşıma sunar.Aynı şekilde başka bir vista bilgisayarda bu paylaşımı alarak client rolünü üstlenebilir.</p>
<p>Server 2008 ve Vista clientları üzerinde SMB 2.0 disable etmek istediğinizde ;</p>
<p><strong>sc config lanmanworkstation depend= bowser/mrxsmb10/nsi<br />
sc config mrxsmb20 start= disabled</strong></p>
<p>komutları işimizi görücektir.</p>
<p>Aynı şekilde tekrardan enable etmek içinde;</p>
<p><strong>sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi<br />
sc config mrxsmb20 start= auto</strong></p>
<p>komutlarını kullanabiliriz.Tabiki birde server tarafında bu ayarları disable etmemiz gerekli.Bunun için registry üzerined bazı değişkliklere gitmemiz gerekli.<br />
<em><br />
HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters</em> dizini altına inerek yeni bir <strong>REG_DWORD</strong> değeri ekleriz.</p>
<p>Value name: <strong>Smb2</strong><br />
Value type: <strong>REG_DWORD</strong><br />
<strong>0</strong> = disabled<br />
<strong>1</strong> = enabled</p>
<p>Bunlar parametrelerimiz.Burada 0 olarak ayarladığımızda SMB 2.0 server tarafında disable olacaktır.Aynı şekilde 1 ilede tekrar enable olacaktır.Bu işlemlerden sonra bir restart gereklidir.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fdisable-smb-20%2F&amp;t=Disable%20SMB%202.0" id="facebook_share_button_971" 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_971') || document.getElementById('facebook_share_icon_971') || document.getElementById('facebook_share_both_971') || document.getElementById('facebook_share_button_971');
	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_971') {
			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%2Fdisable-smb-20%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/disable-smb-20/" 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%2Fdisable-smb-20%2F&amp;text=Disable+SMB+2.0" 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/disable-smb-20/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/disable-smb-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMB 2.0 getirdikleri</title>
		<link>http://www.anilerduran.com/index.php/2008/smb-20-getirdikleri/</link>
		<comments>http://www.anilerduran.com/index.php/2008/smb-20-getirdikleri/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 09:02:04 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[smb 1.0]]></category>
		<category><![CDATA[smb 2.0]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=969</guid>
		<description><![CDATA[Server Message Block(SMB) , windows tabanlı bilgisayarlar tarafından dosya paylaşımı amacıyla kullanılan bir protokoldür.Aşina olduğumuz server-client mimarisini temel alarak çalışır.Wnidows Server 2008 ve Windows Vista&#8217;ya kadar SMB 1.0 kullanılıyordu.Neredeyse 15 sene evvel ilk dizaynı gerçekleşen SMB 1.0 mimarisi artık yenilenen dosya paylaşım mimarisiyle birlikte yerini SMB 2.0&#8242;a bıraktı.Bu versiyon ile birlikte gelen yeniliklere şöyle bir [...]]]></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%2Fsmb-20-getirdikleri%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/smb-20-getirdikleri/" 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%2Fsmb-20-getirdikleri%2F&amp;text=SMB+2.0+getirdikleri" 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/smb-20-getirdikleri/"></script></span></div><p>Server Message Block(SMB) , windows tabanlı bilgisayarlar tarafından dosya paylaşımı amacıyla kullanılan bir protokoldür.Aşina olduğumuz server-client mimarisini temel alarak çalışır.Wnidows Server 2008 ve Windows Vista&#8217;ya kadar SMB 1.0 kullanılıyordu.Neredeyse 15 sene evvel ilk dizaynı gerçekleşen SMB 1.0 mimarisi artık yenilenen dosya paylaşım mimarisiyle birlikte yerini SMB 2.0&#8242;a bıraktı.Bu versiyon ile birlikte gelen yeniliklere şöyle bir bakalım;</p>
<p>- Aynı paket içerisinde birden fazla SMB komutları gönderebiliyor.Böylece SMB 1.0&#8242;a göre bir SMB client ve SMB server arasında gönderilen paket sayısı arttırılmıştır.<br />
- SMB 1.0&#8242;a göre daha fazla buffer boyutu desteklemektedir.<br />
- Yapısı itibariyle oldukça esnek dizayn edilmiş ve &#8220;bir sunucunun sunabileceği paylaşım sayısı&#8221; gibi çeşitli kriterlerde oldukça öne çıkmıştır.<br />
-Sembolik linkleri desteklemektedir.</p>
<p>Server 2008 yada Windows Vista kullanıyorsanız bu her iki versiyonuda kullanabileceğiniz anlamına gelmektedir.Peki hangi versiyon ne zaman kullanılıyor?Bunu merak edebilirsiniz.Bu tamamiyle client ve server tarafındaki işletim sistemlerine göre değişiklik gösteriyor.Örneğin aşağıdaki tabloya bakalım.</p>
<p>Server 2008/Windows Vista                                                   <strong>&lt;-&gt;</strong> Windows Server 2008/Windows Vista                                        <strong>SMB 2.0</strong><br />
Server 2008/Windows Vista                                                              <strong>&lt;-&gt;</strong> Windows XP, Server 2003,Windows 2000                      <strong> SMB 1.0</strong><br />
Windows XP, Server 2003,Windows 2000    <strong>&lt;-&gt;</strong> Server 2008/Windows Vista                                                                                          <strong>SMB 1.0</strong><br />
Windows XP, Server 2003,Windows 2000    <strong>&lt;-&gt;</strong> Windows XP, Server 2003,Windows 2000                                <strong>SMB 1.0</strong></p>
<p>Tabloda görüldüğü gibi ancak server 2008 yada vista bir workstation ,aynı şekilde server 2008 ve vista başka bir workstation ile iletişime geçtiği takdirde SMB 2.0 kullanılabiliyor.Diğer tüm kombinasyonlarda eski versiyonu desteklemek amacıyla ortaklaşa SMB 1.0 kullanılıyor.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fsmb-20-getirdikleri%2F&amp;t=SMB%202.0%20getirdikleri" id="facebook_share_button_969" 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_969') || document.getElementById('facebook_share_icon_969') || document.getElementById('facebook_share_both_969') || document.getElementById('facebook_share_button_969');
	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_969') {
			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%2Fsmb-20-getirdikleri%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/smb-20-getirdikleri/" 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%2Fsmb-20-getirdikleri%2F&amp;text=SMB+2.0+getirdikleri" 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/smb-20-getirdikleri/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/smb-20-getirdikleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Okunması gerekenler..</title>
		<link>http://www.anilerduran.com/index.php/2008/okunmasi-gerekenler/</link>
		<comments>http://www.anilerduran.com/index.php/2008/okunmasi-gerekenler/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 17:11:01 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[exchange server 2007]]></category>
		<category><![CDATA[nap]]></category>
		<category><![CDATA[server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=890</guid>
		<description><![CDATA[Ask the Directory Services Team : Custom Certificate Request in Windows Vista Microsoft Security Development Lifecycle (SDL) Network Access Protection (NAP) : NAP 802.1X Configuration Walkthrough &#8220;“ Part 1 Network Access Protection (NAP) : NAP 802.1X Configuration Walkthrough &#8220;“ Part 2 Network Access Protection (NAP) : NAP 802.1X Configuration Walkthrough &#8220;“ Part 3 Ask the [...]]]></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%2Fokunmasi-gerekenler%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/okunmasi-gerekenler/" 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%2Fokunmasi-gerekenler%2F&amp;text=Okunmas%C4%B1+gerekenler.." 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/okunmasi-gerekenler/"></script></span></div><ul>
<li><a href="http://blogs.technet.com/askds/archive/2008/06/19/custom-certificate-request-in-windows-vista.aspx">Ask  the Directory Services Team : Custom Certificate Request in Windows Vista</a></li>
<li><a href="http://msdn.microsoft.com/en-us/security/cc448177.aspx">Microsoft  Security Development Lifecycle (SDL)</a></li>
<li><a href="http://blogs.technet.com/nap/archive/2008/06/19/nap-802-1x-configuration-walkthrough.aspx">Network  Access Protection (NAP) : NAP 802.1X Configuration Walkthrough &#8220;“ Part 1</a></li>
<li><a href="http://blogs.technet.com/nap/archive/2008/06/20/nap-802-1x-configuration-walkthrough-part-2.aspx">Network  Access Protection (NAP) : NAP 802.1X Configuration Walkthrough &#8220;“ Part 2</a></li>
<li><a href="http://blogs.technet.com/nap/archive/2008/06/22/nap-802-1x-configuration-walkthrough-part-3.aspx">Network  Access Protection (NAP) : NAP 802.1X Configuration Walkthrough &#8220;“ Part 3</a></li>
<li><a href="http://blogs.technet.com/askperf/archive/2008/06/20/working-with-very-large-print-jobs.aspx">Ask  the Performance Team : Working with Very Large Print Jobs</a></li>
<li><a href="http://exchangepedia.com/blog/2008/06/exchange-server-2007-listing-activesync.html">Exchangepedia  Blog: Exchange Server 2007: Listing Exchange ActiveSync users and device  information</a></li>
<li><a href="http://msmvps.com/blogs/ad/archive/2008/06/20/windows-server-2008-command-lines-for-administrative-consoles.aspx">Windows  Server 2008 Command Lines for Administrative Consoles</a></li>
<li><a href="http://msexchangeteam.com/archive/2008/06/20/449053.aspx">You Had  Me At EHLO&#8230; : How does Outlook Anywhere work (and not work)?</a></li>
<li><a href="http://blogs.msdn.com/ntdebugging/archive/2008/06/20/how-it-works-dll-injection.aspx">Microsoft  Advanced Windows Debugging and Troubleshooting : How it Works: DLL Injection</a></li>
<li><a href="http://blogs.msdn.com/ie/archive/2008/06/20/slipstreaming-ie8.aspx">IEBlog  : Slipstreaming IE8</a></li>
<li><a href="http://blogs.msdn.com/powershell/archive/2008/06/20/getting-credentials-from-the-command-line.aspx">Windows  PowerShell : Getting Credentials From The Command Line</a>.</li>
<li><a href="http://telnetport25.wordpress.com/2008/06/21/update-to-ooo-for-exchange-2007-again/">Update  to OOO for Exchange 2007 (again)&#8221;¦  « telnet 127.0.0.1 25</a></li>
<li><a href="http://gsexdev.blogspot.com/2008/06/more-fun-with-combining-mutliple.html">Glen&#8217;s  Exchange Dev Blog: More fun with combining multiple Powershell cmdlets to  produce reports</a></li>
<li><a href="http://blogs.technet.com/filecab/archive/2008/06/22/backup-restore-of-dfsr-replicated-data-part-2-inspecting-dfsr-s-footprint.aspx">The  Storage Team at Microsoft &#8211; File Cabinet Blog : Backup/Restore of DFSR  Replicated Data &#8211; Part 2: Inspecting DFSR&#8217;s Footprint</a></li>
<li><a href="http://blogs.msdn.com/tess/archive/2008/06/23/bag-of-chips-installing-xna-games-on-your-zune.aspx">If  broken it is, fix it you should : Bag of Chips: Installing XNA Games on your  Zune</a></li>
<li><a href="http://msexchangeteam.com/archive/2008/06/23/449070.aspx">You Had  Me At EHLO&#8230; : Anti-Spam Connection Filtering when installed on Hub servers and  other AS configuration misunderstandings</a></li>
<li><a href="http://channel9.msdn.com/posts/Charles/Bill-Gates-Transitioning-into-the-Future/">Bill  Gates: Transitioning into the Future | Charles | Channel 9</a></li>
<li><a href="http://blogs.technet.com/filecab/archive/2008/06/23/volume-shadow-copy-service-vss-documentation-updates-june-2008.aspx">The  Storage Team at Microsoft &#8211; File Cabinet Blog : Volume Shadow Copy Service (VSS)  documentation updates &#8211; June 2008</a></li>
<li><a href="http://blogs.msdn.com/bclteam/archive/2008/06/23/p-invoke-interop-assistant-justin-van-patten.aspx">BCL  Team Blog : P/Invoke Interop Assistant [Justin Van Patten]</a></li>
<li><a href="http://blogs.technet.com/askcore/archive/2008/06/24/sharepoint-protection-and-recovery-using-dpm-2007-part-i.aspx">Ask  the Core Team : SharePoint Protection and Recovery using DPM 2007 &#8211; Part I</a></li>
<li><a href="http://blogs.technet.com/askperf/archive/2008/06/24/task-scheduler-changes-in-windows-vista-and-windows-server-2008-part-one.aspx">Ask  the Performance Team : Task Scheduler Changes in Windows Vista and Windows  Server 2008 &#8220;“ Part One</a></li>
</ul>
<p><img src="http://blogs.dirteam.com/aggbug.aspx?PostID=2859" alt="" width="1" height="1" /></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fokunmasi-gerekenler%2F&amp;t=Okunmas%C4%B1%20gerekenler.." id="facebook_share_button_890" 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_890') || document.getElementById('facebook_share_icon_890') || document.getElementById('facebook_share_both_890') || document.getElementById('facebook_share_button_890');
	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_890') {
			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%2Fokunmasi-gerekenler%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/okunmasi-gerekenler/" 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%2Fokunmasi-gerekenler%2F&amp;text=Okunmas%C4%B1+gerekenler.." 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/okunmasi-gerekenler/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/okunmasi-gerekenler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 üzerinde Unattended mode ile Active Directory kurulumu</title>
		<link>http://www.anilerduran.com/index.php/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu/</link>
		<comments>http://www.anilerduran.com/index.php/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 17:54:54 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[answer file]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[unattended]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=716</guid>
		<description><![CDATA[Server 2008 öncesinden de hatırladığımız gibi unattended modunu kullanarak hazırladığımız answer dosyaları ile istediğimiz kurulumları gerçekleştirebiliyorduk.Aynı özelliği Server 2008 üzerinde de kullanabiliriz.Konuyu Active Directory kurulumu olarak ele alsak dahi birçok seçenek önümüze çıkacaktır.Örneğin yeni bir foresta yeni bir domainmi yoksa varolan bir foresta bir adcmi, yada kurulum sırasındaki seçenekler,domain-forest functional leveller.Microsoft konuyla ilgili oldukça geniş [...]]]></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%2Fwindows-server-2008-uzerinde-unattended-mode-ile-active-directory-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/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-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%2F2008%2Fwindows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu%2F&amp;text=Windows+Server+2008+%C3%BCzerinde+Unattended+mode+ile+Active+Directory+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/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu/"></script></span></div><p>Server 2008 öncesinden de hatırladığımız gibi unattended modunu kullanarak hazırladığımız answer dosyaları ile istediğimiz kurulumları gerçekleştirebiliyorduk.Aynı özelliği Server 2008 üzerinde de kullanabiliriz.Konuyu Active Directory kurulumu olarak ele alsak dahi birçok seçenek önümüze çıkacaktır.Örneğin yeni bir foresta yeni bir domainmi yoksa varolan bir foresta bir adcmi, yada kurulum sırasındaki seçenekler,domain-forest functional leveller.Microsoft konuyla ilgili oldukça geniş seçenekler sunan bir makale hazırlamış.Server 2008 &#8216;de active directory kurulumu ile ilgili birkaç answer dosyasını aşağıda bulabilirsiniz.Yalnız unattended modeu kullanarak nasıl kurulumu gerçekleştireceğimizi hemen söyliyelim,aşağıdaki komutu kullanbiliriz.</p>
<p><strong><span class="userInput">dcpromo /unattend:&lt;path of the answer file&gt;</span></strong></p>
<p><a href="http://www.anilerduran.com/adc.txt">Additional DC kurulumu answer file</a><br />
<a href="http://www.anilerduran.com/new_forest.txt">New Forest kurulumları answer file</a><br />
<a href="http://www.anilerduran.com/child_domain.txt">Child Domain kurulumları answer file</a><br />
<a href="http://www.anilerduran.com/rodc.txt">RODC kurulumları answer file</a></p>
<p>Genel olarak parametreler tanıdık gelecektir.Yalnızca dikkat etmemiz gereken domain level ve forest level kodları.Bunları</p>
<p>&#8220;¢	0 = Windows 2000 Server<br />
&#8220;¢	2 = Windows Server 2003<br />
&#8220;¢	3 = Windows Server 2008</p>
<p>şeklinde kullanabiliriz.</p>
<p>Kurulumdan sonra bize başarılı olup olmadığına dair bir hata kodu dönecektir.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fwindows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu%2F&amp;t=Windows%20Server%202008%20%C3%BCzerinde%20Unattended%20mode%20ile%20Active%20Directory%20kurulumu" id="facebook_share_button_716" 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_716') || document.getElementById('facebook_share_icon_716') || document.getElementById('facebook_share_both_716') || document.getElementById('facebook_share_button_716');
	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_716') {
			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%2Fwindows-server-2008-uzerinde-unattended-mode-ile-active-directory-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/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-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%2F2008%2Fwindows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu%2F&amp;text=Windows+Server+2008+%C3%BCzerinde+Unattended+mode+ile+Active+Directory+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/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/windows-server-2008-uzerinde-unattended-mode-ile-active-directory-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008 üzerinde MOM tadında Event viewer</title>
		<link>http://www.anilerduran.com/index.php/2008/server-2008-uzerinde-mom-tadinda-event-viewer/</link>
		<comments>http://www.anilerduran.com/index.php/2008/server-2008-uzerinde-mom-tadinda-event-viewer/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:50:15 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[event viewer]]></category>
		<category><![CDATA[server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=679</guid>
		<description><![CDATA[Uzun zaman önce MOM(Microsoft Operations Manager) ile event takibi isminde bir makale yazmıştım.Bu makalede kurduğumuz MOM ve agentları , sunucuların herhangi birinde event viewer altına belirlediğimiz bir log düştüğünde bizi maille uyarıyordu.Tabiki bu MOM&#8217;un yapabildiklerinin sadece ufak bir bölümüydü.Belkide en basitlerinden biriydi.Fakat Server 2008, üzerindeki geliştirilmiş event vieweri sayesinde bu işlemleri kendi bünyesinde gerçekleştirebiliyor.Üstelik 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%2F2008%2Fserver-2008-uzerinde-mom-tadinda-event-viewer%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/server-2008-uzerinde-mom-tadinda-event-viewer/" 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%2Fserver-2008-uzerinde-mom-tadinda-event-viewer%2F&amp;text=Server+2008+%C3%BCzerinde+MOM+tad%C4%B1nda+Event+viewer" 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/server-2008-uzerinde-mom-tadinda-event-viewer/"></script></span></div><p>Uzun zaman önce <a href="http://www.anilerduran.com/index.php/2007/mommicrosoft-operations-manager-ile-event-takipi/" target="_blank">MOM(Microsoft Operations Manager) ile event takibi</a> isminde bir makale yazmıştım.Bu makalede kurduğumuz MOM ve agentları , sunucuların herhangi birinde event viewer altına belirlediğimiz bir log düştüğünde bizi maille uyarıyordu.Tabiki bu MOM&#8217;un yapabildiklerinin sadece ufak bir bölümüydü.Belkide en basitlerinden biriydi.Fakat Server 2008, üzerindeki geliştirilmiş event vieweri sayesinde bu işlemleri kendi bünyesinde gerçekleştirebiliyor.Üstelik oldukça gelişmiş bir şekilde&#8230;</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog.png" class="lightview"><img class="alignnone size-medium wp-image-684" title="eventlog" src="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog-300x265.png" alt="" width="300" height="265" /></a></p>
<p>Görüldüğü gibi seçilen event ile ilgili olarak &#8220;Attach task to this event&#8221; diyerek bir görev oluşturabiliriz.Bu görevler içerisinde<span id="more-679"></span></p>
<p>-Ekrana bir mesaj yansıtmak</p>
<p>-İlgili kullanıcıya bir uyarı maili atmak</p>
<p>-Varolan bir programı çalıştırmak</p>
<p>Örneğin bir servisiminiz durduğunda bunu hemen bize mail atmasını sağlayabiliyoruz.Tek yapmamız gereken uygun kriterleri görev tanımlamada girmek.</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog2.png"><img class="alignnone size-medium wp-image-685" title="eventlog2" src="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog2-300x206.png" alt="" width="329" height="224" /></a></p>
<p>İstersek zamanlanmış görevler altında oluşturduğumuz görevin özelliklerine girerek filtreleme için çok ayrıntılı sorgular oluşturabiliriz.</p>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog3.png"><img class="alignnone size-full wp-image-686" title="eventlog3" src="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog3.png" alt="" width="500" height="65" /></a></p>
<p><img src="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog3.PNG" alt="" /></p>
<p>Özellikle properties penceresinde triggers sekmesine gelerek log hakkında çok çok ayrıntılı sorgular oluşturabilirisiniz.Oldukça karıştırabileceğiniz bir bölüm.</p>
<pre><em>Büyütmek için tıklayınız.</em></pre>
<p><a href="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog41.png"><img class="alignnone size-medium wp-image-687" title="eventlog41" src="http://www.anilerduran.com/wp-content/uploads/2008/04/eventlog41-300x214.png" alt="" width="300" height="214" /></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fserver-2008-uzerinde-mom-tadinda-event-viewer%2F&amp;t=Server%202008%20%C3%BCzerinde%20MOM%20tad%C4%B1nda%20Event%20viewer" id="facebook_share_button_679" 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_679') || document.getElementById('facebook_share_icon_679') || document.getElementById('facebook_share_both_679') || document.getElementById('facebook_share_button_679');
	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_679') {
			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%2Fserver-2008-uzerinde-mom-tadinda-event-viewer%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/server-2008-uzerinde-mom-tadinda-event-viewer/" 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%2Fserver-2008-uzerinde-mom-tadinda-event-viewer%2F&amp;text=Server+2008+%C3%BCzerinde+MOM+tad%C4%B1nda+Event+viewer" 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/server-2008-uzerinde-mom-tadinda-event-viewer/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/server-2008-uzerinde-mom-tadinda-event-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wevutil komutu ile Server 2008 uzerinde event yonetimi</title>
		<link>http://www.anilerduran.com/index.php/2008/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/</link>
		<comments>http://www.anilerduran.com/index.php/2008/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:20:44 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[event log]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[wevutil]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/?p=678</guid>
		<description><![CDATA[Server 2008 ile birlikte gelen yeni bir özellikte wevutil komutu.Kurulumdan sonra event viewer penceresine girdiğimizde zaten daha düzenli bir yapı bizi bekliyor.Eventlar arasında istediğimiz kombinasyonlarla görüntülemeler sağlayabiliyoruz.Bu konudaki bir diğer yenilikte eklenen bir komut&#8230;Komut satırından wevutil komutunu kullanarak server 2008 üzerindeki eventları yönetebiliriz.Yönetebiliriz derken neden bahsediyoruz?Örneğin belirli kategorideki event ların yedeğini almamızı sağlıyor bu komut.Bunu [...]]]></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%2Fwevutil-komutu-ile-server-2008-uzerinde-event-yonetimi%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/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/" 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%2Fwevutil-komutu-ile-server-2008-uzerinde-event-yonetimi%2F&amp;text=Wevutil+komutu+ile+Server+2008+uzerinde+event+yonetimi" 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/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/"></script></span></div><p>Server 2008 ile birlikte gelen yeni bir özellikte wevutil komutu.Kurulumdan sonra event viewer penceresine girdiğimizde zaten daha düzenli bir yapı bizi bekliyor.Eventlar arasında istediğimiz kombinasyonlarla görüntülemeler sağlayabiliyoruz.Bu konudaki bir diğer yenilikte eklenen bir komut&#8230;Komut satırından wevutil komutunu kullanarak server 2008 üzerindeki eventları yönetebiliriz.Yönetebiliriz derken neden bahsediyoruz?Örneğin belirli kategorideki event ların yedeğini almamızı sağlıyor bu komut.Bunu .bat dosyası haline getirebiliriz.Yada ilgili eventlar hakkında komut dizini ile bilgi edinebiliyoruz.Komutla ilgili parametreleri aşağıdaki tabloda bulabilirsiniz.<span id="more-678"></span></p>
<table border="1" cellspacing="0" cellpadding="0" width="541">
<tbody>
<tr>
<td width="150" valign="top"><strong>Parameter</strong></td>
<td width="391" valign="top"><strong>Description</strong></td>
</tr>
<tr>
<td width="150" valign="top">{el | enum-logs}</td>
<td width="391" valign="top">Displays the names of all logs, including all of the new Windows logs with their syntax.</td>
</tr>
<tr>
<td width="150" valign="top">{gl | get-log} &lt;Logname&gt; [/f:&lt;Format&gt;]</td>
<td width="391" valign="top">Allows you to specify a log, which will then display the status of the log. The status and information will include whether the log is enabled/disabled, sizing limits of the log, and the path to where the log is stored.</td>
</tr>
<tr>
<td width="150" valign="top">{sl | set-log} &lt;Logname&gt; [/e:&lt;Enabled&gt;] [/i:&lt;Isolation&gt;] [/lfn:&lt;Logpath&gt;] [/rt:&lt;Retention&gt;] [/ab:&lt;Auto&gt;] [/ms:&lt;Size&gt;] [/l:&lt;Level&gt;] [/k:&lt;Keywords&gt;] [/ca:&lt;Channel&gt;] [/c:&lt;Config&gt;]</td>
<td width="391" valign="top">Allows you to modify the detailed configurations of the log that you specify.</td>
</tr>
<tr>
<td width="150" valign="top">{ep | enum-publishers}</td>
<td width="391" valign="top">Displays the event publishers on the local computer. The event publishers are software components that can generate events and then deliver them to the Event Viewer.</td>
</tr>
<tr>
<td width="150" valign="top">{gp | get-publisher} &lt;Publishername&gt; [/ge:&lt;Metadata&gt;] [/gm:&lt;Message&gt;] [/f:&lt;Format&gt;]]</td>
<td width="391" valign="top">Allows you to specify the event publisher, which will then display the configuration information for that publisher.</td>
</tr>
<tr>
<td width="150" valign="top">{qe | query-events} &lt;Path&gt; [/lf:&lt;Logfile&gt;] [/sq:&lt;Structquery&gt;] [/q:&lt;Query&gt;] [/bm:&lt;Bookmark&gt;] [/sbm:&lt;Savebm&gt;] [/rd:&lt;Direction&gt;] [/f:&lt;Format&gt;] [/l:&lt;Locale&gt;] [/c:&lt;Count&gt;] [/e:&lt;Element&gt;]</td>
<td width="391" valign="top">This allows you to obtain the events for a specified log. The log can either be from the event viewer, a log file, or using a structured query. In most cases you will just type the log name for the &lt;Path&gt;. If you use the /lf option, then you will need to input the path to the log file that you want to read. To use a structured query, you must use the /sq parameter along with the path to the structured query.</td>
</tr>
<tr>
<td width="150" valign="top">{gli | get-loginfo} &lt;Logname&gt; [/lf:&lt;Logfile&gt;]</td>
<td width="391" valign="top">Allows you to gather information about the event log or log file. This is good to see overall information for the log.</td>
</tr>
<tr>
<td width="150" valign="top">{epl | export-log} &lt;Path&gt; &lt;Exportfile&gt; [/lf:&lt;Logfile&gt;] [/sq:&lt;Structquery&gt;] [/q:&lt;Query&gt;] [/ow:&lt;Overwrite&gt;]</td>
<td width="391" valign="top">Allows you to export events to a file. You can export from a log in Event Viewer, a log file or using a structured query. Exports events from an event log, from a log file, or using a structured query to the specified file. In most cases you will just type the log name for the &lt;Path&gt;. If you use the /lf option, then you will need to input the path to the log file that you want to read. To use a structured query, you must use the /sq parameter along with the path to the structured query. The &lt;Exportfile&gt; is the path to the file where you want the exported events to be stored.</td>
</tr>
<tr>
<td width="150" valign="top">{al | archive-log} &lt;Logpath&gt; [/l:&lt;Locale&gt;]</td>
<td width="391" valign="top">Allows you to archive the log that you specify. The archive location will be a subdirectory with all of the information stored in the subdirectory.</td>
</tr>
<tr>
<td width="150" valign="top">{cl | clear-log} &lt;Logname&gt; [/bu:&lt;Backup&gt;]</td>
<td width="391" valign="top">Allows you to clear the events from the log that you specify. If you want to perform a backup of the cleared events, you can use the /bu option.</td>
</tr>
</tbody>
</table>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fwevutil-komutu-ile-server-2008-uzerinde-event-yonetimi%2F&amp;t=Wevutil%20komutu%20ile%20Server%202008%20uzerinde%20event%20yonetimi" id="facebook_share_button_678" 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_678') || document.getElementById('facebook_share_icon_678') || document.getElementById('facebook_share_both_678') || document.getElementById('facebook_share_button_678');
	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_678') {
			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%2Fwevutil-komutu-ile-server-2008-uzerinde-event-yonetimi%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/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/" 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%2Fwevutil-komutu-ile-server-2008-uzerinde-event-yonetimi%2F&amp;text=Wevutil+komutu+ile+Server+2008+uzerinde+event+yonetimi" 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/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/wevutil-komutu-ile-server-2008-uzerinde-event-yonetimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSAT (Remote Server Administration Tools) Download</title>
		<link>http://www.anilerduran.com/index.php/2008/rsat-remote-server-administration-tools-download/</link>
		<comments>http://www.anilerduran.com/index.php/2008/rsat-remote-server-administration-tools-download/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 17:21:51 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[rsat]]></category>
		<category><![CDATA[server 2008]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/rsat-remote-server-administration-tools-download/</guid>
		<description><![CDATA[Windows Server 2003 ile birlikte kullandığımız admin pak yani administrator tools&#8217;un vista için kullanılabilir versiyonu download&#8217;a sunuldu.Benzer şekilde içerisinde Server 2008&#8242;i yönetmek için çeşitli yönetim araçlarını bulunduran bu paketi aşağıdaki linklerden edinebilirsiniz.   32 bit     64 bit İçerisindekiler: Role Administration Tools: · Active Directory Certificate Services (AD CS) Tools · Active Directory 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%2Frsat-remote-server-administration-tools-download%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/rsat-remote-server-administration-tools-download/" 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%2Frsat-remote-server-administration-tools-download%2F&amp;text=RSAT+%28Remote+Server+Administration+Tools%29+Download" 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/rsat-remote-server-administration-tools-download/"></script></span></div><p>Windows Server 2003 ile birlikte kullandığımız admin pak yani administrator tools&#8217;un vista için kullanılabilir versiyonu download&#8217;a sunuldu.Benzer şekilde içerisinde Server 2008&#8242;i yönetmek için çeşitli yönetim araçlarını bulunduran bu paketi aşağıdaki linklerden edinebilirsiniz.<a href="http://www.microsoft.com/downloads/details.aspx?familyid=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;displaylang=en&amp;tm">   32 bit</a><a href="http://www.microsoft.com/downloads/details.aspx?familyid=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;displaylang=en&amp;tm">     64 bit</a></p>
<p>İçerisindekiler:<br />
<strong>Role Administration Tools:</strong></p>
<p> ·         Active Directory Certificate Services (AD CS) Tools<br />
 ·         Active Directory Domain Services (AD DS) Tools<br />
 ·         Active Directory Lightweight Directory Services (AD LDS) Tools<br />
 ·         DHCP Server Service Tools<br />
 ·         DNS Server Service Tools<br />
 ·         Shared Folders Tools<br />
 ·         Network Policy and Access Services Tools<br />
 ·         Terminal Services Tools<br />
 ·         Uniiversal Description, Discovery, and Integration (UDDI) Services Tools</p>
<p><strong>Feature Administration Tools:</strong></p>
<p> ·         BitLocker Drive Encryption Tools<br />
 ·         Failover Clustering Tools<br />
 ·         Group Policy Management Tools<br />
 ·         Network Load Balancing Tools<br />
 ·         SMTP Server Tools<br />
 ·         Storage Manager for SANs Tools<br />
 ·         Windows System Resource Manager Tools</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Frsat-remote-server-administration-tools-download%2F&amp;t=RSAT%20%28Remote%20Server%20Administration%20Tools%29%20Download" id="facebook_share_button_659" 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_659') || document.getElementById('facebook_share_icon_659') || document.getElementById('facebook_share_both_659') || document.getElementById('facebook_share_button_659');
	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_659') {
			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%2Frsat-remote-server-administration-tools-download%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/rsat-remote-server-administration-tools-download/" 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%2Frsat-remote-server-administration-tools-download%2F&amp;text=RSAT+%28Remote+Server+Administration+Tools%29+Download" 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/rsat-remote-server-administration-tools-download/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/rsat-remote-server-administration-tools-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2003&#8242;den Server 2008&#8242;e geçiş yöntemleri</title>
		<link>http://www.anilerduran.com/index.php/2008/server-2003den-server-2008e-gecis-yontemleri/</link>
		<comments>http://www.anilerduran.com/index.php/2008/server-2003den-server-2008e-gecis-yontemleri/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 19:23:40 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[fsmo rolles]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[Transitioning]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/server-2003den-server-2008e-gecis-yontemleri/</guid>
		<description><![CDATA[Elimizde bulunan Server 2003 veya Server 2003 r2 Domain Controller yapısını tamamle Server 2008&#8242;e geçirmek istediğimizde karşımıza 3 farklı yol çıkacaktır.İsterseniz bunlara kısaca değinelim. 1)Server 2003&#8242;ün bulunduğu makine üzerine Server 2008&#8242;i kurabiliriz.Yani In-Place upgrade yapabiliriz.Bunun için dikkar etmemiz gereken birkaç nokta var. -Windows Server 2003&#8242;ün üzerine mutlaka service pack 1&#8242;i kurmak zorundayız. -Mimariler arasında geçiş [...]]]></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%2Fserver-2003den-server-2008e-gecis-yontemleri%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/server-2003den-server-2008e-gecis-yontemleri/" 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%2Fserver-2003den-server-2008e-gecis-yontemleri%2F&amp;text=Server+2003%E2%80%B2den+Server+2008%E2%80%B2e+ge%C3%A7i%C5%9F+y%C3%B6ntemleri" 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/server-2003den-server-2008e-gecis-yontemleri/"></script></span></div><p>Elimizde bulunan Server 2003 veya Server 2003 r2 Domain Controller yapısını tamamle Server 2008&#8242;e geçirmek istediğimizde karşımıza 3 farklı yol çıkacaktır.İsterseniz bunlara kısaca değinelim.</p>
<p><strong>1)</strong>Server 2003&#8242;ün bulunduğu makine üzerine Server 2008&#8242;i kurabiliriz.Yani In-Place upgrade yapabiliriz.Bunun için dikkar etmemiz gereken birkaç nokta var.</p>
<p>-Windows Server 2003&#8242;ün üzerine mutlaka service pack 1&#8242;i kurmak zorundayız.<br />
-Mimariler arasında geçiş yapamayız.Yani 32 bit server üzerine 64 bit kurulum yapmak gibi.Buna dikkat etmeliyiz.<br />
-Standart Edition makinemizi Standart Edition ve Enterprise Edition &#8216;a upgrade yapabiliriz.<br />
-Enterprise Edition makinemizi yalnızca Enterprise Edition&#8217;a upgrade yapabiliriz.<br />
-Datacenter Edition makinemizi yalnızca Database Edition&#8217;a upgrade yapabiliriz.</p>
<p>Adprep.exe komutunu kullanarak upgrade işlemine başlayabiliriz.Fakat in-place upgrade işlemini tercih ediceksek aynı hardware üzerinde çalışmamız gerekli.Aynı zamanda yukarıda görüldüğü gibi sürümler arasında bazı kısıtlamalara takılabiliriz.</p>
<p><strong>2)</strong>Active Directory altyapımızı yeniden tasarlayabiliriz.Bunun anlamı Active Directory Migration Tool (ADMT) gibi benzer araçları kullanarak varolan Server 2003 AD yapımızı yeni bir Server 2008 yapısına tüm kaynaklarıyla birlikte taşıyabiliriz.</p>
<p><strong>3) </strong>Bu son yöntem ise birazcık aşina olduğumuz bir yöntem.<strong>Transitioning </strong>.Bu yöntemde varolan Server 2003 Active Directory yapımıza Server 2008 Active Directory yapısını ekliyoruz.Yani additional dc olarak kuruyoruz.Bunu <a href="http://www.anilerduran.com/index.php/server-2003-upgrade/">Server 2000&#8242;den Server 2003&#8242; geçiş işlemi</a>nde de kullandığımızı hatıralyacaksınız.Ardından FSMO rollerini kurduğumuz yeni Server 2008 üzerine aktardığımızda artık eski Domain Controlleri devreden çıkartıp yenisiyle yolumuza devam edebiliriz.Bu yöntemin en güzel özelliği ise tüm schema yapımızın ,Group Policy ve diğer ayarlarımızın ekstra bir işlem yapmadan korunuyor olması.</p>
<p><a target="_blank" href="http://www.anilerduran.com/index.php/adim-adim-windows-server-2003den-windows-server-2008e-gecis-transitioning/">İlerleyen yazılarda Server 2003&#8242;den Server 2008&#8242;e ayrıntılı Transitioning işlemini inceleyeceğiz.</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2008%2Fserver-2003den-server-2008e-gecis-yontemleri%2F&amp;t=Server%202003%27den%20Server%202008%27e%20ge%C3%A7i%C5%9F%20y%C3%B6ntemleri" id="facebook_share_button_641" 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_641') || document.getElementById('facebook_share_icon_641') || document.getElementById('facebook_share_both_641') || document.getElementById('facebook_share_button_641');
	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_641') {
			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%2Fserver-2003den-server-2008e-gecis-yontemleri%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/server-2003den-server-2008e-gecis-yontemleri/" 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%2Fserver-2003den-server-2008e-gecis-yontemleri%2F&amp;text=Server+2003%E2%80%B2den+Server+2008%E2%80%B2e+ge%C3%A7i%C5%9F+y%C3%B6ntemleri" 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/server-2003den-server-2008e-gecis-yontemleri/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2008/server-2003den-server-2008e-gecis-yontemleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

