📜 ⬆️ ⬇️

Setting Sharepoint Farm

Began to build a farm of 2 frontends + MS SQL server.

On both machines - MOSS 2007 + WSS SP1 + MOSS SP1
We set everything up as usual, made a base on the same machine - then we rolled Infrastructure Update
IN NO EVENT, DO NOT BECOME THIS SUPPLEMENT IMMEDIATELY IF YOU ARE GOING TO UNITE A SERVER IN A FARM!

As a result, we got that on one server the version of sharpoint more than on the 2nd (if you need to already configure the database to install the infrastructure update)
And the base when installing the farm should be shared ... so the stsadm'a command to join the farm throws Securtiy Exception :(
')
As a result, we will now rearrange the whole MOSS as the rollback of the infrastructure update did not help :(

UPDATE:

Configuring infrastructure update on the 1st machine ... crashes with an error that on the 2nd something is not enough for complete happiness. It suggests running psconfing.exe -cmd upgrade -force on the 2nd machine.

When you try to configure infrastructure update on the 2nd farm machine crashes

: SharePoint.


A description of the problem was found on technet.microsoft.com:

- , -, - SharePoint Failed to upgrade SharePoint Products and Technologies.

, SharePoint Web.config.


Problem solving:

Web.config <>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Config <>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Layouts . Web.config "Layouts" SharePoint .


we stamp psconfing.exe -cmd upgrade -force again, everything seems to start :)

Deploying Updates
PS: Yes, I also forgot to say that there is no need to securitize machine settings before adding to the farm.
(Psconfig.exe -cmd secureresources command).

Source: https://habr.com/ru/post/57195/


All Articles