Skip to main content

Posts

Showing posts with the label Service pack

Determine service pack version in SharePoint 2010

If you want to get Farm information e.g. configuration database version, configuration database server, SharePoint products installed go to Central Administration > System Settings > Manage servers in your farm (/_admin/FarmServers.aspx). If you want to view the patch status for products installed on servers in the farm, go to Central Administration > Upgrade and Migration > Check Product and patch installation status (/_admin/PatchStatus.aspx). If you want to view the upgrade status for databases in the farm, go to Central Administration > Upgrade and Migration > Review database status (/_admin/DatabaseStatus.aspx).

Problem installing service pack 1 for SharePoint Foundation 2010

I have a SharePoint farm with one application server, two WFE servers and one db server. When I ran the configuration wizard after I installed service pack 1 on the application server and the WFE servers I got an error that said that the service pack was missing on the WFE servers. Solution: Open your powershell editor and execute the following command on the WFE servers. Get-SPProduct –local Then run the configuration wizard again.