PsConfig step by step /Configuration Wizard. “Upgrade Available” vs “Upgrade required”

The "Upgrade available" simply means that there is a newer patch available at the SharePoint Updates page than the one installed on your SharePoint farm. We checked the Farm version and made sure its the latest available version.


Getting "Upgrade Required" error message in SharePoint 2013? Well, Ideally, We have to run the SharePoint Products Configuration Wizard on the server(s) right after installing the service pack/patches.

In Windows Server 2012, SharePoint updates are part of Windows Server Update. It installs patches but never runs Products configuration wizard automatically! You still have to run psconfig wizard to complete patching!


----------------------------------------------------

 https://www.sharepointdiary.com/2014/02/upgrade-available-server-status-after-sharepoint-patching.html

https://www.sharepointdiary.com/2015/03/upgrade-required-status-in-sharepoint-central-admininstration.html


https://blog.stefan-gossner.com/2015/08/20/why-i-prefer-psconfigui-exe-over-psconfig-exe/


https://blog.stefan-gossner.com/2015/09/09/why-we-recommend-require-to-run-the-configuration-wizard-also-for-security-fixes/


---------------------------

Run PSConfig step by step:

Run the below command on all the server (except Database server)

PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures



If Failed at 5 of 6 stage do the below steps:

 

1)    1)   try clearing the cache.ini

2) 2)      you can find it in location C:\ProgramData\Microsoft\SharePoint\Config\GUId

3)  3)     go inside the GUID and look for cache.ini

4)      4)  reset the value to 1

Steps for Clear configuration cache in SharePoint farm 2010 , 2013

 

5)   There are many occasions where you need to clear configuration cache in SharePoint farm.

6)   Here the steps you need to perform on all the servers in farm

7)   1. Stop the SharePoint Timer service in all the servers.Start with the server running Central Administration website.
Start -> Services.msc -> SharePoint Timer Service






8)   2. Browse %SystemDrive%\ProgramData\Microsoft\SharePoint\Config\GUID (Works for windows server 2012 & 2008). Select the GUID folder with recently modified GUID folder.

9)   Note: ProgramData folder is a hidden folder. Make sure that you enable to view hidden files.

10) 3. Select all the XML files ONLY and delete.

11) 4. DO NOT DELETE cache.ini file. This is really important and if you delete this file, it can screw up things in server. Be careful not to delete the cache.ini file

12) 5. Open and edit the cache.ini file and set it to 1. It will have some random number like 39585, make it 1.

13) 6. Start the SharePoint Timer Service.

14) 7. Verify that XML files start repopulating the folder. It may take couple of seconds or even minutes.

15) 8. Once XML files starts appearing back, repeat 

After running the PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeaturescommand, error occurred in 5th step while performing – Upgrading SharePoint Products

See the below Articles

http://sharepointviews.com/the-upgrade-command-is-invalid-or-a-failure-has-been-encountered-psconfig-error/

http://sharepointviews.com/clear-configuration-cache-in-sharepoint-farm-2010-2013/

 

2) Once completed, open Central Admin in App server and check whether it is working fine.

Comments

Popular posts from this blog

SharePoint 2016 and 2019 Ports

Unlock the SharePoint site using Powershell command