<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Subhajit's Blog</title><subtitle type="html">A Dev blog to share thoughts and learnings</subtitle><id>http://blogs.msdn.com/b/subhajitc/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/subhajitc/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2008-08-29T06:32:00Z</updated><entry><title>PowerShell Must Haves !!!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/10/19/powershell-must-haves.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/10/19/powershell-must-haves.aspx</id><published>2009-10-19T06:23:00Z</published><updated>2009-10-19T06:23:00Z</updated><content type="html">&lt;P&gt;Following is the list of MUST HAVEs if you are developing scripts using PowerShell,-&lt;/P&gt;
&lt;P&gt;&lt;A title=PowerGUI href="http://powergui.org/index.jspa" target=_blank mce_href="http://powergui.org/index.jspa"&gt;PowerGUI&lt;/A&gt;&amp;nbsp;tool&amp;nbsp;- an extensible graphical administrative console and IDE for managing systems based on Windows PowerShell.&lt;/P&gt;
&lt;P&gt;&lt;A title="Mastering PowerShell" href="http://powershell.com/Mastering-PowerShell.pdf" target=_blank mce_href="http://powershell.com/Mastering-PowerShell.pdf"&gt;Mastering PowerShell eBook&lt;/A&gt; - Comprehensive guide on PowerShell.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9908927" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="Automation" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/Automation/" /><category term="Powershell" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/Powershell/" /></entry><entry><title>Powershell Rocks !!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/10/07/powershell-rocks.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/10/07/powershell-rocks.aspx</id><published>2009-10-07T10:11:00Z</published><updated>2009-10-07T10:11:00Z</updated><content type="html">&lt;P&gt;Recently I was&amp;nbsp;exposed to Powershell for developing scripts to automate&amp;nbsp;deployment steps for SharePoint. I have become a great fan of powershell since then.&amp;nbsp;Once the scripts were ready,&amp;nbsp; the deployment procedure looked awesome. Few hits to the command prompt and you are done. Powershell can do everything for you.&amp;nbsp; Powershell Rocks!!&lt;/P&gt;
&lt;P&gt;Don't forget to download the free tool &lt;A href="http://powershellanalyzer.com/" target=_blank mce_href="http://powershellanalyzer.com/"&gt;Powershell Analyser&lt;/A&gt;&amp;nbsp;and improve your productivity. Happy Scripting...&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9904155" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="Automation" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/Automation/" /><category term="Powershell" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/Powershell/" /></entry><entry><title>Tip: The untold story of Audit Logs in SharePoint</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/05/20/tip-the-untold-story-of-audit-logs-in-sharepoint.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/05/20/tip-the-untold-story-of-audit-logs-in-sharepoint.aspx</id><published>2009-05-20T11:11:00Z</published><updated>2009-05-20T11:11:00Z</updated><content type="html">&lt;P&gt;Auditing&amp;nbsp;events is an important feature of SharePoint.&amp;nbsp;Read &lt;A href="http://technet.microsoft.com/en-us/library/cc824909.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/cc824909.aspx"&gt;this&lt;/A&gt;&amp;nbsp;article to understand&amp;nbsp;more around the list of events that can be audited&amp;nbsp;when audit logging is enabled.&amp;nbsp;Audit settings can be configured at the site collection level only. The logs&amp;nbsp;are maintained&amp;nbsp;in the &lt;STRONG&gt;dbo.&lt;EM&gt;AuditData&lt;/EM&gt;&lt;/STRONG&gt; table of the respective content database.&lt;/P&gt;
&lt;P&gt;However, what is interesting to know is that these logs can&amp;nbsp;bloaten the content&amp;nbsp;database significantly especially for internet based WCM sites. If&amp;nbsp;"&lt;EM&gt;&lt;STRONG&gt;Opening or downloading documents, viewing items in lists, or viewing item properties&lt;/STRONG&gt;&lt;/EM&gt;" audit setting has been turned on, then for every hit to&amp;nbsp;a page&amp;nbsp;more than 100 entries could be&amp;nbsp;recorded in the dbo.AuditData table. This figure would typically depend on the count of images, stylesheets, UI elements that fetch data from lists, etc that are&amp;nbsp;available on the page. &lt;/P&gt;
&lt;DIV style="PADDING-BOTTOM: 5px; BACKGROUND-COLOR: yellow; MARGIN: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; COLOR: black; PADDING-TOP: 5px"&gt;&lt;U&gt;Some statistics around this!&lt;/U&gt; 
&lt;P&gt;The &lt;STRONG&gt;&lt;EM&gt;dbo.AuditData&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;table can grow at&amp;nbsp;a rate&amp;nbsp;&amp;gt; 64 KB (approx)&amp;nbsp;per page hit. &lt;/P&gt;
&lt;P&gt;Assuming that&amp;nbsp;we have 10,000 hits to the site(/page) in a day, the&amp;nbsp;growth in size would be 10000 * 64 KB&amp;nbsp;~ 645 MB/day. &lt;/P&gt;
&lt;P&gt;This means that even if we do not add any content to the site, the content database&amp;nbsp;will still grow by 15 GB&amp;nbsp;(approx) per month. This is quite a large growth and would impose manageability issues especially if&amp;nbsp;there are&amp;nbsp;constraints around database storage infrastructure.&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;Organizations planning to enable auditing for their internet facing sites&amp;nbsp;should consider these statistics and come up with archival policies for audit logs.&lt;/P&gt;
&lt;P&gt;Post&amp;nbsp;Infrastructure&amp;nbsp;Update release of MOSS, the &lt;A href="http://technet.microsoft.com/en-us/library/cc706879.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/cc706879.aspx"&gt;&lt;STRONG&gt;TrimAuditLog&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;STSADM command is&amp;nbsp;available for farm administrators to&amp;nbsp;truncate the audit logs. This command may be executed periodically&amp;nbsp;to delete old entries from the audit logs.The content database&amp;nbsp;should be shrunk (using &lt;EM&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms190488.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/library/ms190488.aspx"&gt;DBCC SHRINKDATABASE&lt;/A&gt;&lt;/EM&gt; command)&amp;nbsp;post execution of this command to release the freed up space.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9631870" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /><category term="Audit Logs" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/Audit+Logs/" /></entry><entry><title>Interesting Read: SharePoint "Farm Communications"</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/04/20/interesting-read-sharepoint-farm-communications.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/04/20/interesting-read-sharepoint-farm-communications.aspx</id><published>2009-04-20T15:30:00Z</published><updated>2009-04-20T15:30:00Z</updated><content type="html">&lt;P&gt;A SharePoint farm is&amp;nbsp;an extremely "chatty" environment.&amp;nbsp;A lot of inter server communications keeps on happening all the time. I had been looking for a consolidated list of such things, when I came across &lt;A href="http://blogs.msdn.com/uksharepoint/archive/2009/01/05/sharepoint-ports-proxies-and-protocols-an-overview-of-farm-communications.aspx" target=_blank mce_href="http://blogs.msdn.com/uksharepoint/archive/2009/01/05/sharepoint-ports-proxies-and-protocols-an-overview-of-farm-communications.aspx"&gt;this&lt;/A&gt; blog of the MCS (U.K) SharePoint Team. This blog talks about how the various servers in a SharePoint Farm communicate with each other, what ports, protocols and proxies are involved.&amp;nbsp;A must read for all budding SharePoint solution architects!&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9556616" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /><category term="Architecture" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/Architecture/" /></entry><entry><title>Tip: Avoid "bloating" of log files for large content databases during a MOSS upgrade</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/03/16/tip-avoid-bloating-of-log-files-for-large-content-databses-during-a-moss-upgrade.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/03/16/tip-avoid-bloating-of-log-files-for-large-content-databses-during-a-moss-upgrade.aspx</id><published>2009-03-16T12:34:00Z</published><updated>2009-03-16T12:34:00Z</updated><content type="html">&lt;P&gt;While&amp;nbsp;upgrading a SharePoint farm to the December Cumulative update,&amp;nbsp;there was&amp;nbsp;an unprecendented growth&amp;nbsp;of the databse log file&amp;nbsp;for&amp;nbsp;a large&amp;nbsp;content database (size ~200GB) during the upgrade process. The database upgrade was failing as there was no space in the log file partition. Also, the log file could not be truncated to free up the space.&lt;/P&gt;
&lt;P&gt;This was overcome by changing the &lt;STRONG&gt;Database Recovery&lt;/STRONG&gt; model from &lt;STRONG&gt;Full&lt;/STRONG&gt; to &lt;STRONG&gt;Simple&lt;/STRONG&gt;. Under &lt;EM&gt;&lt;STRONG&gt;Full Recovery Model, &lt;/STRONG&gt;&lt;/EM&gt;log files&lt;STRONG&gt; &lt;/STRONG&gt;are not truncated untill a log backup has been completed. With Simple recovery model this problem can be avoided as transactions are flushed out automatically till the last committed&amp;nbsp; point.&lt;/P&gt;
&lt;P&gt;Product team recommends that the recovery model for content&amp;nbsp;databases&amp;nbsp;should&amp;nbsp;be set to full. However, during upgrades,&amp;nbsp;it might be a good idea to change it to simple and revert that back to full once the upgrade completes. &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9481097" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /></entry><entry><title>Just Released: 10 Best Practices For Building SharePoint Solutions</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/03/03/just-released-10-best-practices-for-building-sharepoint-solutions.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/03/03/just-released-10-best-practices-for-building-sharepoint-solutions.aspx</id><published>2009-03-03T09:32:00Z</published><updated>2009-03-03T09:32:00Z</updated><content type="html">&lt;P&gt;The March 09 &lt;A href="http://msdn.microsoft.com/en-us/magazine/dd458798.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/magazine/dd458798.aspx"&gt;issue&lt;/A&gt; of MSDN magazine contains a very interesting article on "&lt;STRONG&gt;&lt;A href="http://msdn.microsoft.com/en-us/magazine/dd458798.aspx" target=_blank mce_href="http://msdn.microsoft.com/en-us/magazine/dd458798.aspx"&gt;SharePoint: 10 Best Practices For Building SharePoint Solutions&lt;/A&gt;&lt;/STRONG&gt;". This is a must read for all SharePoint developers. It contains a summary of key practices that should be followed for building solutions on SharePoint.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9456041" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /></entry><entry><title>System.Exception: Server could not create &lt;classname&gt;</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2009/01/07/system-exception-server-could-not-create-classname.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2009/01/07/system-exception-server-could-not-create-classname.aspx</id><published>2009-01-07T12:47:00Z</published><updated>2009-01-07T12:47:00Z</updated><content type="html">&lt;P&gt;Recently I was working on ControlAdapters and came across a strange error,-&lt;/P&gt;
&lt;P&gt;System.Exception: Server could not create &lt;EM&gt;&amp;lt;classname&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Upon subequent&amp;nbsp;research I figured out that this error will occur when the class is inaccessible.&amp;nbsp;You need explicitly specify the &lt;EM&gt;public&lt;/EM&gt; access modifier while declaring the class.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9287122" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="General" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/General/" /></entry><entry><title>How To: Delete corruption/orphaned records from the content databases</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2008/09/14/how-to-delete-corruption-orphaned-records-from-the-content-databases.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2008/09/14/how-to-delete-corruption-orphaned-records-from-the-content-databases.aspx</id><published>2008-09-14T21:02:00Z</published><updated>2008-09-14T21:02:00Z</updated><content type="html">&lt;P&gt;Orphaned records can cause a lot of trouble. The content databses should be&amp;nbsp;inspected on a&amp;nbsp;periodic basis to check for orphaned records. &lt;/P&gt;
&lt;P&gt;The following STSADM command may be used to check for corruption,-&lt;/P&gt;
&lt;P&gt;stsadm -o databaserepair -url {&lt;A href="http://servername/" mce_href="http://servername"&gt;&lt;EM&gt;http://servername&lt;/EM&gt;&lt;/A&gt;} -databasename {&lt;EM&gt;DBname}&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The results of&amp;nbsp;the above operation will display the list of all orphaned records. The same command may be executed&amp;nbsp;with an addtional parameter&amp;nbsp;to delete the orphaned records,-&lt;/P&gt;
&lt;P&gt;stsadm -o databaserepair -url {&lt;A href="http://servername/" mce_href="http://servername/"&gt;&lt;EM&gt;http://servername&lt;/EM&gt;&lt;/A&gt;} -databasename {&lt;EM&gt;DBname} &lt;STRONG&gt;-deletecorruption&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;DIV style="COLOR: blue; BACKGROUND-COLOR: yellow; FONT-COLOR: blue"&gt;
&lt;P style="COLOR: blue"&gt;&lt;STRONG&gt;&lt;EM&gt;Note:-&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;EM&gt;Sometimes the Configuration DB can contain orphaned records especially for the list of sites&amp;nbsp;associated with&amp;nbsp;a content DB. A simple detach and attach of the Content DB (using the deletecontentDB/addcontentDB STSADM commands) will help in deleting those orphaned records as well.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P style="COLOR: black; BACKGROUND-COLOR: lightgreen; FONT-COLOR: black"&gt;&lt;STRONG&gt;&lt;EM&gt;Update!!&lt;/EM&gt;&lt;BR&gt;&lt;EM&gt;Just came across another interesting blog,- &lt;A title="SharePoint Orphans Explained" style="COLOR: blue; FONT-COLOR: blue" href="http://blogs.technet.com/corybu/archive/2007/05/31/sharepoint-orphans-explained.aspx" target=_blank mce_href="http://blogs.technet.com/corybu/archive/2007/05/31/sharepoint-orphans-explained.aspx"&gt;SharePoint Orphans Explained&lt;/A&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8951817" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /></entry><entry><title>Just released - Best practices for MOSS</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2008/08/31/just-released-best-practices-for-moss.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2008/08/31/just-released-best-practices-for-moss.aspx</id><published>2008-08-31T21:29:00Z</published><updated>2008-08-31T21:29:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Prescriptive guidance&amp;nbsp;around the best "design and operational practices" for SharePoint environments is now&amp;nbsp;at &lt;A class="" title=Technet href="http://technet.microsoft.com/en-us/office/sharepointserver/bb736746.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/office/sharepointserver/bb736746.aspx"&gt;Technet&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&amp;nbsp;The guidance is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;based on real-world experience&amp;nbsp;of SharePoint consultants across various customer engagements. &lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8914061" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /></entry><entry><title>Provision Central Admin into another machine in the same Farm</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/subhajitc/archive/2008/08/29/provision-central-admin-into-another-machine-in-the-farm.aspx" /><id>http://blogs.msdn.com/b/subhajitc/archive/2008/08/29/provision-central-admin-into-another-machine-in-the-farm.aspx</id><published>2008-08-29T08:32:00Z</published><updated>2008-08-29T08:32:00Z</updated><content type="html">&lt;P&gt;Recently, I&amp;nbsp;came across&amp;nbsp;a scenario where in&amp;nbsp;the "Central Admin" site had become unresponsive. The server might have developed a temporary snag which could have resulted in this. If you would know, during&amp;nbsp;any farm setup, the Central Admin web site is created only on the first server (by default).&amp;nbsp;The&amp;nbsp;site is not avaialble on the other servers which are later joined to the farm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you think that you are stuck...read below,-&lt;/P&gt;
&lt;DIV style="PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; PADDING-BOTTOM: 2pt; COLOR: green; PADDING-TOP: 2pt; BACKGROUND-COLOR: yellow"&gt;
&lt;P&gt;Tip to provision the Central Admin site on another box/machine joined in the same farm.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Execute &lt;STRONG&gt;&lt;EM&gt;psconfig.exe -cmd adminvs -provision&lt;/EM&gt; &lt;/STRONG&gt;command&lt;STRONG&gt; &lt;/STRONG&gt;to provision the central admin web site.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Then use &lt;EM&gt;&lt;STRONG&gt;stsadm.exe -o addzoneurl&lt;/STRONG&gt;&lt;/EM&gt; to set the new URL for the Central Admin site.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8904524" width="1" height="1"&gt;</content><author><name>Subhajit.Chatterjee</name><uri>http://blogs.msdn.com/Subhajit.Chatterjee/ProfileUrlRedirect.ashx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/b/subhajitc/archive/tags/SharePoint/" /></entry></feed>