<?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>SpinPlate &#187; psconfig</title>
	<atom:link href="http://spinplate.com/tag/psconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://spinplate.com</link>
	<description>Just keeping the plates from falling.</description>
	<lastBuildDate>Thu, 16 Feb 2012 16:25:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Can you run the Configuration Wizard on multiple SharePoint 2010 farm hosts at once?</title>
		<link>http://spinplate.com/2011/11/can-you-run-the-configuration-wizard-on-multiple-sharepoint-2010-farm-hosts-at-once/</link>
		<comments>http://spinplate.com/2011/11/can-you-run-the-configuration-wizard-on-multiple-sharepoint-2010-farm-hosts-at-once/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 17:28:26 +0000</pubDate>
		<dc:creator>PlateSpinner</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[psconfig]]></category>

		<guid isPermaLink="false">http://spinplate.com/2011/11/can-you-run-the-configuration-wizard-on-multiple-sharepoint-2010-farm-hosts-at-once/</guid>
		<description><![CDATA[Simply put, no. Take for example, you install the bits for the service pack 1 upgrade. The first thing, of course, is that you need to finish installing those bits on all of the servers in your farm. But then &#8230; <a href="http://spinplate.com/2011/11/can-you-run-the-configuration-wizard-on-multiple-sharepoint-2010-farm-hosts-at-once/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Simply put, no.</p>
<p>Take for example, you install the bits for the service pack 1 upgrade. The first thing, of course, is that you need to finish installing those bits on all of the servers in your farm. But then after that you need to run the SharePoint Products Configuration Wizard (or run psconfig.exe) to upgrade the installation. I recommend running the wizard first on the app server that serves your Central Administration site. But you really need to wait until it’s finished before running the config wizard on your next server. If you do rush ahead, it won’t let you. I tried it just to see what would happen. When I started the second config wizard in the process, the screen stayed just like this until the first server was finished with the wizard.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://spinplate.com/blogs/wp-content/uploads/2011/11/image.png" width="624" height="284" /> </p>
<p>So it looks like there is a flag that is checked before it starts. And if one server already is locking up the configuration, the next one will not start until the first is finished.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Install' rel='tag' target='_blank'>Install</a>, <a class='technorati-link' href='http://technorati.com/tag/psconfig' rel='tag' target='_blank'>psconfig</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_blank'>SharePoint</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://spinplate.com/2011/11/can-you-run-the-configuration-wizard-on-multiple-sharepoint-2010-farm-hosts-at-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t use PSconfig to create SharePoint 2010 configdb</title>
		<link>http://spinplate.com/2011/08/cant-use-psconfig-to-create-sharepoint-2010-configdb/</link>
		<comments>http://spinplate.com/2011/08/cant-use-psconfig-to-create-sharepoint-2010-configdb/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 17:59:51 +0000</pubDate>
		<dc:creator>PlateSpinner</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[psconfig]]></category>

		<guid isPermaLink="false">http://spinplate.com/2011/08/cant-use-psconfig-to-create-sharepoint-2010-configdb/</guid>
		<description><![CDATA[On a client’s site today I was having a horrible time trying to use psconfig to create a configdb. The reason I was doing it is because the client wanted every SharePoint database to have a certain prefix on the &#8230; <a href="http://spinplate.com/2011/08/cant-use-psconfig-to-create-sharepoint-2010-configdb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On a client’s site today I was having a horrible time trying to use psconfig to create a configdb. The reason I was doing it is because the client wanted <strong>every SharePoint database</strong> to have a certain prefix on the database name. You can use the configuration wizard to customize the name of the configdb but it doesn’t let you customize the name of the Central Admin site’s content database. To do that, you need to use PSconfig.exe. No problem, I’ve done this before; sometimes for this exact reason.</p>
<p>But this time I had a horrible time doing it. I don’t know if these factors had anything to do with it but my situation included the following noteworthy factors:</p>
<ul>
<li>Brand new SQL 2008 R2 CU7 Active/Passive clustered SQL environment with a named instance </li>
<li>SQL is configured to use dynamic ports only on TCP/IP </li>
<li>My SharePoint 2010 hosts is configured to connect to use SQL client aliases to connect </li>
<li>SharePoint 2010 was installed with media that was slipstreamed with service pack 1 and the June 2011 CU </li>
</ul>
<p>Here is the command I was trying to use:</p>
<p><font face="Courier New">psconfig.exe -cmd configdb -create -server MYSQLAliasName -database FancyPrefix_SharePoint_Config -dbuser Domain\SPfarm -dbpassword SomePassword -user Domain\spadmin -password SomePassword -admincontentdatabase SP_FTIAP_Admin_Content –passphrase MY_passphrase</font></p>
<p>The error I got in command-prompt window was:</p>
<blockquote><p>The configdb command is invalid or a failure has been encountered.      <br />Cannot connect to database master at SQL server at MYSQLAliasName. The database might not       <br />exist, or the current user does not have permission to connect to it.</p>
</blockquote>
<p>Not helpful. After verifying that I was able to connect I turned to look at the database server. But on the SQL server there was a more descriptive error in the SQL Logs:</p>
<blockquote><p>Error: 18456, Severity: 14, State: 6.</p>
<p>Message      <br />Login failed for user ‘Domain\SPfarm&#8217;. Reason: Attempting to use an NT account name with SQL Server Authentication.</p>
</blockquote>
<p>So at first, I tried to configure SQL to accept Windows Authentication only. That didn’t help, after restarting the services, future attempt got me this error:</p>
<blockquote><p>Error: 18456, Severity: 14, State: 58.</p>
<p>Message      <br />Login failed for user ‘Domain\SPfarm’. Reason: An attempt to login using SQL authentication failed. Server is configured for Windows authentication only. </p>
</blockquote>
<p>So no dice. I kept searching and trying variations. Including altering my syntax to use the “username@domain.local” style but nothing worked.</p>
<p>I never did figure out how to get past the problem. I ran out of time and decided to go around the issue. I created the farm using the configuration wizard and then followed <a href="http://www.bullspit.co.uk/2011/03/19/sharepoint-2010-change-the-name-of-the-administration-content-database/" target="_blank">Cuban Pete’s instructions to change the name of the Admin Content database</a>, which is simply the PowerShell commands needed to change the name in SharePoint and then when to go into SQL Server Managment Studio and change the actual database name.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/command-line' rel='tag' target='_blank'>command-line</a>, <a class='technorati-link' href='http://technorati.com/tag/psconfig' rel='tag' target='_blank'>psconfig</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_blank'>SharePoint</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://spinplate.com/2011/08/cant-use-psconfig-to-create-sharepoint-2010-configdb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to delete a MOSS farm and start over</title>
		<link>http://spinplate.com/2008/07/how-to-delete-a-moss-farm-and-start-over/</link>
		<comments>http://spinplate.com/2008/07/how-to-delete-a-moss-farm-and-start-over/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 19:48:29 +0000</pubDate>
		<dc:creator>PlateSpinner</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[psconfig]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://spinplate.com/?p=15</guid>
		<description><![CDATA[Use this procedure to completely blow away a Microsoft Office SharePoint Services 2007 (MOSS), or Windows SharePoint Services v3 (WSS 3.0) farm in 4 easy steps. Purpose: The reason this is important is that some people are convinced that they &#8230; <a href="http://spinplate.com/2008/07/how-to-delete-a-moss-farm-and-start-over/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4 align="left">Use this procedure to completely blow away a Microsoft Office SharePoint Services 2007 (MOSS), or Windows SharePoint Services v3 (WSS 3.0) farm in 4 easy steps.</h4>
<h5>Purpose:</h5>
<p>The reason this is important is that some people are convinced that they have to uninstall SharePoint or even completely rebuild their box in order to start from scratch.&nbsp; This is not so.</p>
<h5><font color="#ff0000">NOTE:</font>:&nbsp;</h5>
<ul>
<li>This assumes you&#8217;ve backed up and kept everything you want to keep.
<li>The psconfig.exe command is located in the &#8220;%WINDIR%\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin&#8221; folder.
<li>this does not remove any custom code or other types of files from the 12 hive
<li>this procedure will keep the SharePoint patch and service pack level of the host so there&#8217;s no need to rerun hotfixes or anything</li>
</ul>
<h5>Procedure:</h5>
<ol>
<li>From the host that runs Central Admionistration, run this command <b>psconfig.exe -cmd configdb -disconnect</b> to disconnect Central Admin from your database.
<li>Run this command: <b>psconfig.exe -cmd adminvs -unprovision</b> to unprovision the Central Administration site.
<li>Delete all application pools and web sites from affected IIS servers.
<li>Delete any <a href="http://technet.microsoft.com/en-us/library/cc678868(TechNet.10).aspx" target="_blank">SQL user databases related to SharePoint</a> e.g. SharedServices*,SharePoint_AdminContent*,SharePoint_Config,WSS_Search</li>
</ol>
<p>
<strong>Edit:</strong> One thing this process does not account for is if there were any direct changes to existing files in the 12 hive of the SharePoint server.  If built-in files (like images or templates) were modified from their original, they will stay the same after you&#8217;ve done the above process.  In order to restore those modified files, you will need to either copy originals from another installation (risky and unwise) or uninstall/reinstall the SharePoint media from scratch.</p>
<p>Now you&#8217;re ready to run the Configuration Wizard just as if you had never set up a farm.
<p><a href="http://technet.microsoft.com/en-us/library/cc263093(TechNet.10).aspx" target="_blank">TechNet info on psconfig.exe</a>  </p>
<blockquote><p>&#8220;<em>I say we take off and nuke the site from orbit&#8230;&nbsp; It&#8217;s the only way to be sure.</em>&#8220;</p></blockquote>
<p align=right>&nbsp; &#8211; <u><a href="http://www.imdb.com/title/tt0090605/">Aliens</a></u></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/command-line' rel='tag' target='_blank'>command-line</a>, <a class='technorati-link' href='http://technorati.com/tag/MOSS' rel='tag' target='_blank'>MOSS</a>, <a class='technorati-link' href='http://technorati.com/tag/psconfig' rel='tag' target='_blank'>psconfig</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_blank'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/stsadm' rel='tag' target='_blank'>stsadm</a>, <a class='technorati-link' href='http://technorati.com/tag/WSS' rel='tag' target='_blank'>WSS</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://spinplate.com/2008/07/how-to-delete-a-moss-farm-and-start-over/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

