<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Amit Pawar - Infrastructure blog : Windows Server</title><link>http://blogs.technet.com/apawar/archive/tags/Windows+Server/default.aspx</link><description>Tags: Windows Server</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Some NTFS recommendations</title><link>http://blogs.technet.com/apawar/archive/2008/04/10/some-ntfs-recommendations.aspx</link><pubDate>Thu, 10 Apr 2008 14:50:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3033947</guid><dc:creator>apawar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/apawar/comments/3033947.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=3033947</wfw:commentRss><description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3591d9e3-1b78-4261-805f-0380f1fae6ec" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/NTFS" rel="tag"&gt;NTFS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%20Server" rel="tag"&gt;Windows Server&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;b&gt;Recommended disk cluster size for NTFS&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;During &lt;a name="#h6"&gt;windows&lt;/a&gt; installation &lt;a name="#h7"&gt;windows&lt;/a&gt; formats the partition based on the geometry of the disk, following table shows what is the recommended cluster size based on the size.&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;         &lt;p&gt;&lt;b&gt;CLUSTER SIZE&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="200"&gt;         &lt;p&gt;&lt;b&gt;MAX NTFS VOLUME SIZE (bytes RAW)&lt;/b&gt; &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;512&amp;#160;&amp;#160; &lt;/td&gt;        &lt;td valign="top" width="200"&gt; 2,199,023,255,552 (2TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;1024&lt;/td&gt;        &lt;td valign="top" width="200"&gt;4,398,046,511,104 (4TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;2048&lt;/td&gt;        &lt;td valign="top" width="200"&gt;8,796,093,022,208 (8TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;4096&lt;/td&gt;        &lt;td valign="top" width="200"&gt;17,592,186,044,416 (17TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;8192&lt;/td&gt;        &lt;td valign="top" width="200"&gt;35,184,372,088,832 (35TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;16384&lt;/td&gt;        &lt;td valign="top" width="200"&gt;70,368,744,177,664 (70TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;32768 &lt;/td&gt;        &lt;td valign="top" width="200"&gt;140,737,488,355,328 (140TB)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;65536 &lt;/td&gt;        &lt;td valign="top" width="200"&gt;281,474,976,710,656 (281TB)&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Once a partition is formatted with a cluster size, the only way to change the cluster size is to format the disk again and specifying the cluster size using format command or from GUI.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;NTFS Optimization&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;If you investigate your storage needs, you can tune some of global NTFS parameters to achieve significant increase of disk performance. Other techniques like disk defrag could help you either.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Define Cluster Size Properly&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Cluster is an allocation unit. If you create file lets say 1 byte in size, at least one cluster should be allocated on FAT file system.&lt;/p&gt;  &lt;p&gt;On NTFS if file is small enough, it can be stored in MFT record itself without using additional clusters. When file grows beyond the cluster boundary, another cluster is allocated. It means that the bigger the cluster size, the more disk space is wasted; however, the performance is better.&lt;/p&gt;  &lt;p&gt;The following table shows the default values that Windows uses for NTFS formatting: &lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="393" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="186"&gt;         &lt;p align="center"&gt;Drive size&lt;/p&gt;          &lt;p align="center"&gt;(logical volume) &lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="123"&gt;         &lt;p align="center"&gt;Cluster size&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="82"&gt;         &lt;p align="center"&gt;Sectors&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="184"&gt;         &lt;p align="center"&gt;512 MB or less&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="123"&gt;         &lt;p align="center"&gt;512 bytes&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="82"&gt;         &lt;p align="center"&gt;1&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="183"&gt;         &lt;p align="center"&gt;513 MB - 1,024 MB (1 GB)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="123"&gt;         &lt;p align="center"&gt;1,024 bytes (1 KB)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="82"&gt;         &lt;p align="center"&gt;2&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="181"&gt;         &lt;p align="center"&gt;1,025 MB - 2,048 MB (2 GB)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="122"&gt;         &lt;p align="center"&gt;2,048 bytes (2 KB)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="82"&gt;         &lt;p align="center"&gt;4&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="180"&gt;         &lt;p align="center"&gt;2,049 MB and larger&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="122"&gt;         &lt;p align="center"&gt;4,096 bytes (4 KB)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="82"&gt;         &lt;p align="center"&gt;8&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;However, when you format the partition manually, you can specify cluster size 512 bytes, 1 KB, 2 KB, 4 KB, 8 KB, 16 KB, 32 KB, 64 KB in the format dialog box or as a parameter to the command line FORMAT utility. &lt;/p&gt;  &lt;p&gt;We know that if we format the partition manually, you can specify cluster size 512 bytes, 1 KB, 2 KB, 4 KB, 8 KB, 16 KB, 32 KB, 64 KB in the format dialog box or as a parameter to the command line FORMAT utility. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;So to proceed with the best practices we must determine average file size and format the partition accordingly. &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;On Volumes, having cluster size more than 4 KB compression is not supported&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Some Microsoft white papers on disk subsystem performance and SAN recommendations: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/windowsserversystem/storage/indextecharticle.mspx"&gt;http://www.microsoft.com/windowsserversystem/storage/indextecharticle.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/techinfo/overview/fileconsol.mspx"&gt;http://www.microsoft.com/windowsserver2003/techinfo/overview/fileconsol.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://download.microsoft.com/download/5/b/5/5b5bec17-ea71-4653-9539-204a672f11cf/LocFileSys.doc"&gt;http://download.microsoft.com/download/5/b/5/5b5bec17-ea71-4653-9539-204a672f11cf/LocFileSys.doc&lt;/a&gt;&amp;#8221;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/whdc/device/storage/subsys_perf.mspx"&gt;http://www.microsoft.com/whdc/device/storage/subsys_perf.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3033947" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/apawar/archive/tags/NTFS/default.aspx">NTFS</category></item><item><title>Windows Search 4.0</title><link>http://blogs.technet.com/apawar/archive/2008/03/28/windows-search-4-0.aspx</link><pubDate>Fri, 28 Mar 2008 11:15:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3022507</guid><dc:creator>apawar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/apawar/comments/3022507.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=3022507</wfw:commentRss><description>&lt;h5&gt;Windows Search 4.0 lets you perform an instant search of your computer. Windows Search 4.0 helps you find and preview documents, e-mail messages, music files, photos, and other items on the computer.    &lt;br /&gt;The search engine in Windows Search 4.0 is a Microsoft Windows service that is also used by programs such as Microsoft Office Outlook 2007 and Microsoft Office OneNote 2007. You can use this search engine to index a program's content and to obtain instant results when you search in a particular program.     &lt;br /&gt;Windows Search 4.0 includes the following improvements: &lt;/h5&gt;  &lt;ul&gt;   &lt;li&gt;Support for the Encrypting File System (EFS) &lt;/li&gt;    &lt;li&gt;Reduced affect on Microsoft Exchange when you index e-mail in online mode, and there is no local cache (.ost) &lt;/li&gt;    &lt;li&gt;Support for indexing online delegate mailboxes &lt;/li&gt;    &lt;li&gt;Support for client-to-client remote query to shared indexed locations &lt;/li&gt;    &lt;li&gt;Improved indexing performance &lt;/li&gt;    &lt;li&gt;Faster previewer updates for Windows XP &lt;/li&gt;    &lt;li&gt;Per-user Group Policy settings &lt;/li&gt;    &lt;li&gt;Windows software updates for Watson errors &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Support for the following new enterprise Group Policy objects: &lt;/p&gt;  &lt;p&gt;Computer policies&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Prevent adding Universal Naming Convention (UNC) locations to index from Control Panel &lt;/li&gt;    &lt;li&gt;Prevent customizing indexed locations in Control Panel &lt;/li&gt;    &lt;li&gt;Prevent automatically adding shared folders to the index &lt;/li&gt;    &lt;li&gt;Allow for indexing of encrypted files &lt;/li&gt;    &lt;li&gt;Disable indexer back-off &lt;/li&gt;    &lt;li&gt;Prevent clients from querying the index remotely &lt;/li&gt;    &lt;li&gt;Allow for indexing of online delegate mailboxes &lt;/li&gt;    &lt;li&gt;Prevent adding user &lt;/li&gt;    &lt;li&gt;Specified locations to the &lt;strong&gt;All Locations&lt;/strong&gt; menu &lt;/li&gt;    &lt;li&gt;Enable throttling for online mail indexing &lt;/li&gt; &lt;/ul&gt;  &lt;h5&gt;Per-user policies&lt;/h5&gt;  &lt;ul&gt;   &lt;li&gt;Prevent adding UNC locations to the index from Control Panel &lt;/li&gt;    &lt;li&gt;Prevent customizing indexed locations in Control Panel &lt;/li&gt;    &lt;li&gt;Prevent indexing certain paths &lt;/li&gt;    &lt;li&gt;Default indexed paths &lt;/li&gt;    &lt;li&gt;Default excluded paths &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;To download Windows Search 4.0 Preview, click on the appropriate link for your version of Windows: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://download.microsoft.com/download/3/7/F/37F0E553-3623-4DC8-90DD-1C4AC3F6E158/Windows6.0-KB940157-x86.msu"&gt;For Windows Vista SP1 and Windows Server 2008 (32-bit)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/8/7/3/87393551-5469-417E-B7D2-A71B40167D74/Windows6.0-KB940157-x64.msu"&gt;For Windows Vista SP1 and Windows Server 2008 (64-bit)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/5/6/A56B2342-8EBE-46FF-85F7-D9A9CA887BFA/WindowsSearch-KB940157-XP-x86-enu.exe"&gt;For Windows XP SP2+ (32-bit)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/7/A/7/7A7CAB1E-551E-4754-BB75-BBCCEF2A3E77/WindowsSearch-KB940157-Srv2K3_XP-x64-enu.exe"&gt;For Windows XP SP2+ (64-bit)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/2/5/0/250DB18D-30B9-4129-B2CE-282BC2F65C1F/WindowsSearch-KB940157-Srv2K3-x86-enu.exe"&gt;For Windows Server 2003 SP2 and Windows Home Server (32-bit)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/7/A/7/7A7CAB1E-551E-4754-BB75-BBCCEF2A3E77/WindowsSearch-KB940157-Srv2K3_XP-x64-enu.exe"&gt;For Windows Server 2003 SP2 (64-bit)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/9/E/F/9EF52121-5931-4E15-8668-7EA7B5473B14/WindowsSearch-KB940157-XP-x86-Mui.exe"&gt;Multilingual User Interface Pack for Windows XP SP2+&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://download.microsoft.com/download/9/5/1/951EFAD1-7B72-4909-B2D1-56AF3F31FB38/WindowsSearch-KB940157-Srv2K3-x86-Mui.exe"&gt;Multilingual User Interface Pack for Windows Server 2003 SP2&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:43f17459-11ff-4079-915b-c85522bfecff" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Search" rel="tag"&gt;Search&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%20Server%202008" rel="tag"&gt;Windows Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%20Vista" rel="tag"&gt;Windows Vista&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Winodws%20XP" rel="tag"&gt;Winodws XP&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows%20Server%202003" rel="tag"&gt;Windows Server 2003&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3022507" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://blogs.technet.com/apawar/archive/tags/Vista+SP1/default.aspx">Vista SP1</category><category domain="http://blogs.technet.com/apawar/archive/tags/Search/default.aspx">Search</category></item><item><title>System Center Data Protection Manager (DPM) 2007 Guides now available</title><link>http://blogs.technet.com/apawar/archive/2008/02/12/system-center-data-protection-manager-dpm-2007-guides-now-available.aspx</link><pubDate>Tue, 12 Feb 2008 14:16:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2876130</guid><dc:creator>apawar</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/apawar/comments/2876130.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=2876130</wfw:commentRss><description>&lt;h4&gt;&lt;strong&gt;Getting Started&lt;/strong&gt;&lt;/h4&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b2128504-d38a-446c-9626-0fa54372e2c7" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Data%20Protection" rel="tag"&gt;Data Protection&lt;/a&gt;,&lt;a href="http://technorati.com/tags/DPM" rel="tag"&gt;DPM&lt;/a&gt;,&lt;a href="http://technorati.com/tags/System%20Center" rel="tag"&gt;System Center&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;The &lt;a href="http://www.microsoft.com/systemcenter/dpm/default.mspx"&gt;Data Protection Manager (DPM) 2007&lt;/a&gt; Getting Started Guide provides quick access to tasks required to protect and recover your data, and includes a Quick Start Guide that provides scaled down instructions for installing and configuring DPM 2007.&amp;#160; Get this guide and some other important implementation guides below.&lt;/p&gt;  &lt;p&gt;Get it @ &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=293d933f-a54d-4bad-bbfd-7b424e1a2b73&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=293d933f-a54d-4bad-bbfd-7b424e1a2b73&amp;amp;DisplayLang=en&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Planning&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This document explains the features of DPM 2007 and how DPM works. It also provides the information that you need to plan a DPM deployment, including protection group and DPM server configuration.&lt;/p&gt;  &lt;p&gt;Get it @ &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=50b54355-d497-4e8b-89bc-5c52cf0fb76a&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=50b54355-d497-4e8b-89bc-5c52cf0fb76a&amp;amp;DisplayLang=en&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Deployment&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Deploying DPM 2007 provides step-by-step instructions for installing and configuring DPM 2007, and includes an introduction to the DPM user interface. Deploying DPM 2007 also provides information on troubleshooting your DPM installation and how to repair and uninstall DPM 2007.&lt;/p&gt;  &lt;p&gt;Get it @ &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2812640f-a4a7-4ff8-b4c9-0d73b828328d&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=2812640f-a4a7-4ff8-b4c9-0d73b828328d&amp;amp;DisplayLang=en&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Troubleshooting&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Provides troubleshooting guidance for DPM 2007 issues such as performance, tape library management, and data recovery.&lt;/p&gt;  &lt;p&gt;Get it @ &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1e2e2439-5ecc-422f-8965-238b7efca736&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=1e2e2439-5ecc-422f-8965-238b7efca736&amp;amp;DisplayLang=en&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2876130" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/apawar/archive/tags/Enterprise/default.aspx">Enterprise</category><category domain="http://blogs.technet.com/apawar/archive/tags/Platform/default.aspx">Platform</category><category domain="http://blogs.technet.com/apawar/archive/tags/System+Center/default.aspx">System Center</category><category domain="http://blogs.technet.com/apawar/archive/tags/Data+Protection+Manager/default.aspx">Data Protection Manager</category><category domain="http://blogs.technet.com/apawar/archive/tags/Backup/default.aspx">Backup</category></item><item><title>Upgrade paths available for Windows Server 2008</title><link>http://blogs.technet.com/apawar/archive/2008/02/04/upgrade-paths-available-for-windows-server-2008.aspx</link><pubDate>Mon, 04 Feb 2008 05:27:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2821124</guid><dc:creator>apawar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/apawar/comments/2821124.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=2821124</wfw:commentRss><description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:54670d41-ca5d-4115-960c-393557b85649" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows" rel="tag"&gt;Windows&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server" rel="tag"&gt;Server&lt;/a&gt;,&lt;a href="http://technorati.com/tags/2003" rel="tag"&gt;2003&lt;/a&gt;,&lt;a href="http://technorati.com/tags/2008" rel="tag"&gt;2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/R2" rel="tag"&gt;R2&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Upgrade" rel="tag"&gt;Upgrade&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server%20Core" rel="tag"&gt;Server Core&lt;/a&gt;&lt;/div&gt;  &lt;table cellspacing="0" cellpadding="2" width="575" border="1"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="289"&gt;&lt;b&gt;If you are currently running:&lt;/b&gt;&lt;/td&gt;        &lt;td valign="top" width="284"&gt;&lt;b&gt;You can upgrade to:&lt;/b&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="289"&gt;Windows Server 2003 Standard Edition (R2, Service Pack 1 or Service Pack 2)&lt;/td&gt;        &lt;td valign="top" width="284"&gt;Full Installation of Windows Server 2008 Standard Edition          &lt;br /&gt;Full Installation of Windows Server 2008 Enterprise Edition&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="289"&gt;Windows Server 2003 Enterprise Edition (R2, Service Pack 1 or Service Pack 2)&lt;/td&gt;        &lt;td valign="top" width="284"&gt;Full Installation of Windows Server 2008 Enterprise Edition&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="289"&gt;Windows Server 2003 Datacenter Edition (R2, Service Pack 1 or Service Pack 2)&lt;/td&gt;        &lt;td valign="top" width="284"&gt;         &lt;p&gt;Full Installation of Windows Server 2008 Datacenter Edition&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;   &lt;br /&gt;There are a couple of important things to remember here.&amp;#160; &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;With the exception of Windows Server 2008 for Itanium, the table above applies to both x86 and x64 versions.&amp;#160; However, cross-platform upgrades (x86 to x64 or vice-versa) are not supported.&amp;#160; &lt;/li&gt;    &lt;li&gt;It is also not possible to upgrade from a previous version of Windows to Windows Server 2008 Server Core Edition.&lt;/li&gt; &lt;/ol&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2821124" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/apawar/archive/tags/Enterprise/default.aspx">Enterprise</category><category domain="http://blogs.technet.com/apawar/archive/tags/Platform/default.aspx">Platform</category><category domain="http://blogs.technet.com/apawar/archive/tags/Upgrade/default.aspx">Upgrade</category><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Windows Server 2008 in the Enterprise an overview</title><link>http://blogs.technet.com/apawar/archive/2007/12/20/windows-server-2008-in-the-enterprise-an-overview.aspx</link><pubDate>Wed, 19 Dec 2007 23:28:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2661143</guid><dc:creator>apawar</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/apawar/comments/2661143.aspx</comments><wfw:commentRss>http://blogs.technet.com/apawar/commentrss.aspx?PostID=2661143</wfw:commentRss><description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0b259b7a-274d-427b-926f-d9b112b26955" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows%20Server%202008" rel="tag"&gt;Windows Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Overview" rel="tag"&gt;Overview&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web" rel="tag"&gt;Web&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Virtualization" rel="tag"&gt;Virtualization&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Foundation" rel="tag"&gt;Foundation&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Infrastrcuture" rel="tag"&gt;Infrastrcuture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Security" rel="tag"&gt;Security&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;By now you have either heard or read something somewhere that Microsoft is about to release a new Serve operating System. The new server operating system is Windows Server 2008, slated for world wide release on February 27 2007. I have now been working with and presenting on Windows Server 2008 for the past one year and the first thing I talk to customers about is why this is a significant release of Window Server Platform, and the top reasons for why they should consider Windows Server 2008 as a important part of their IT Infrastructure platform.&lt;/p&gt;  &lt;p&gt;The capabilities the new version of Windows Server brings to an &lt;a name="_Toc181002200"&gt;&lt;font color="#000000"&gt;IT infrastructure is a strategic asset and the critical foundation upon which software can deliver services and user applications that a business needs in order to operate effectively and succeed. Windows Server 2008 enables greater business success by providing a platform that supports mission critical solutions and applications, making them available to your organization when it needs them. Windows Server 2008 is the platform on which our customers can build their business on.&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;The Four Pillars of Windows Server 2008&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/apawar/WindowsLiveWriter/WindowsServer2008intheEnterpriseanovervi_6831/clip_image002_2.jpg"&gt;&lt;font color="#000000"&gt;&lt;a href="http://blogs.technet.com/blogfiles/apawar/WindowsLiveWriter/WindowsServer2008intheEnterpriseanovervi_6831/clip_image002_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="355" alt="clip_image002" src="http://blogs.technet.com/blogfiles/apawar/WindowsLiveWriter/WindowsServer2008intheEnterpriseanovervi_6831/clip_image002_thumb.jpg" width="541" border="0" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;&lt;a name="_Toc184295265"&gt;&lt;font color="#000000"&gt;Windows Server Platform &amp;#8211; What&amp;#8217;s New in Windows Server 2008&lt;/font&gt;&lt;/a&gt;&lt;/h4&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Windows Server Virtualization (Hyper-V)&lt;/b&gt;: The Windows Server 2008 wave will include Windows Server Virtualization (Hyper-V), a powerful, performant, virtualization technology with strong management and security features. Windows Server virtualization will help businesses reduce costs, increase agility and system availability for production server consolidation, disaster recovery, test and development, and, when coupled with System Center Virtual Machine Manager, the end-to-end management of dynamic datacenters. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;A World-Class Web and Applications Platform: &lt;/b&gt;Windows Server 2008 provides a secure, easy-to-manage platform for developing and reliably hosting applications and services that are delivered from the server or over the Web. New features include simplified management, increased security, and both performance and extensibility improvements which delivers a unified platform for Web publishing that integrates Internet Information Services 7.0 (IIS7), ASP.NET, Windows Communication Foundation, and Microsoft Windows SharePoint Services. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Improved Networking Performance: &lt;/b&gt;Windows Server 2008 introduces the biggest change in the networking stack since Windows NT 4.0. Technologies like Receive Window Auto-tuning, Receive Side Scaling, and Quality of Service (QOS) allow organizations to take full advantage of today's multi-Gigabit networks. Integrated IPsec and the new Windows Firewall with Advanced Security allow organizations to completely secure and control the flow of network traffic. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Enhanced Security and Compliance: &lt;/b&gt;Windows Server 2008 has been developed from the ground up with the strictest security in mind. Always &amp;quot;shields up,&amp;quot; Windows Server 2008 installs only the needed services for the roles the server is performing. Enhanced auditing, Drive Encryption, event forwarding, and Rights Management Services are just some of the technologies that help organization adhere to today's strict IT compliance standards. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Take Back Control Over Your Remote Infrastructure: &lt;/b&gt;Managing servers, services, and security at remote locations is an on-going challenge for IT Professionals. Windows Server 2008 simplifies administration of the servers in branch offices with enhancements to Active Directory, including Read-Only Domain Controllers and administrative role separation. Technologies like BitLocker and the Server Core installation option are specific features that increase security and address the unique needs of branch offices. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Server Management Made Easier: &lt;/b&gt;Simplifying the day-to-day complexities of server administration is a key theme in many of the enhancements included in Windows Server 2008. New management tools like the Server Manager Console provides a single, unified console for managing a server's configuration and system information, displaying server status, identifying problems with server role configuration, and managing all roles installed on the server. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Enhanced Scripting and Task Automation: &lt;/b&gt;New technologies like Windows PowerShell, a command-line shell and scripting language, helps IT Professionals automate common tasks. With a new admin-focused scripting language, more than 120 standard command-line tools, and consistent syntax and utilities, Windows PowerShell allows IT professionals to more easily control system administration and to accelerate automation. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Presentation Virtualization: &lt;/b&gt;With Windows Sever 2008, users will have secure access to internal applications through firewall-friendly ports. With Windows Server Terminal Services RemoteApp, only the application window, not the entire remote desktop, launches and runs in its own resizable, interactive window on the client computer's desktop. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Protect Unhealthy Computers from Entering the Network: &lt;/b&gt;Network Access Protection (NAP) addresses the industry-wide problem of unhealthy computers accessing and compromising an organization's network. NAP is used to ensure that any computer connecting to the network meets corporate policy for &amp;quot;healthy&amp;quot; requirements, to limit network access for computers not meeting the predefined policy, providing remediation services to get those computers back to a healthy state, and to provide ongoing compliance-checking. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Better Together with Windows Vista: &lt;/b&gt;Because Windows Vista and Windows Server 2008 are built as part of a single development project, they share a number of new technologies across networking, storage, security and management. Organizations will immediately see the benefits of running Windows Server 2008 and Windows Vista as their client and server solution. &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2661143" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/apawar/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.technet.com/apawar/archive/tags/Platform/default.aspx">Platform</category><category domain="http://blogs.technet.com/apawar/archive/tags/Core/default.aspx">Core</category><category domain="http://blogs.technet.com/apawar/archive/tags/Introduction/default.aspx">Introduction</category></item></channel></rss>