The second problem in the deployment and installation of SharePoint server 2016

Build sharepoint

premise:

Connect to sql server, check the operation as shown, and then start the installation

Before installation, check whether the system has an application server role

Microsoft SQL Server 2012 Native Client

https://download.microsoft.com/download/4/B/1/4B1E9B0E-A4F3-4715-B417-31C82302A70A/ENU/x64/sqlncli.msi

• Microsoft ODBC Driver 11 for SQL Server

https://www.microsoft.com/en-us/download/details.aspx?id=36434

• Microsoft Sync Framework Runtime v1.0 SP1 (x64)

http://www.microsoft.com/en-ca/download/confirmation.aspx?id=17616

• Windows Server AppFabric

https://download.microsoft.com/download/A/6/7/A678AB47-496B-4907-B3D4-0A2D280A13C0/WindowsServerAppFabricSetup_x64.exe

• Microsoft Identity Extensions

http://go.microsoft.com/fwlink/?LinkID=252368

• Microsoft Information Protection and Control Client 2.1

https://download.microsoft.com/download/3/C/F/3CF781F5-7D29-4035-9265-C34FF2369FA2/setup_msipc_x64.exe

• Microsoft WCF Data Services 5.6

http://www.microsoft.com/en-ca/download/confirmation.aspx?id=39373 (or)

http://download.microsoft.com/download/8/F/9/8F93DBBD-896B-4760-AC81-646F61363A6D/WcfDataServices.exe

or

http://download.microsoft.com/download/1/C/A/1CAA41C7-88B9-42D6-9E11-3C655656DAB1/WcfDataServices.exe

• Microsoft .NET Framework 4.6

• Cumulative Update Package 7 for Microsoft AppFabric 1.1 for Windows Server (KB3092423)

https://download.microsoft.com/download/F/1/0/F1093AF6-E797-4CA8-A9F6-FC50024B385C/AppFabric-KB3092423-x64-ENU.exe

• Visual C++ Redistributable Package for Visual Studio 2012

https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe

• Visual C++ Redistributable Package for Visual Studio 2015

https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe

 

The above components,

Install sharepoint

This time the installation is deployed offline, it should be because your domain cannot access the Internet, you can only download and install offline

When installing the component Windows server appfabric, use the command line to execute the component. Use cmd. The command line is shown below. If there is a wrong installation during the installation process, just come over.

Click to open the downloaded sharepoint installation package, and click the marked one in the figure below

Next step

Check on, next step

The following are all successfully installed

 

Let's start to install sharepoint, the above prerequisites are prepared,

Start to install sharepoint when the following

When opening, the following situation appears, indicating that the component has not been installed, you can download it and install it again according to the prompt

When all the components are installed, but there is another problem is that the above prompts that the installation of the component is not configured correctly. After uninstalling and installing again, the following situation will appear and it cannot be installed again.

After the above installation and uninstallation, the trouble is to death, this problem is driving me crazy~

Change the variable to solve the problem. The variable to be changed is not psMODulepath, which I found on the Internet. It has caused me annoyance for two days. Now I can’t use Microsoft's bing to find it on the international version. (This must be changed. )

Re-analyze, the path problem during the previous installation, as shown below

Finally succeeded when reinstalling below

After installation, the following interface will pop up

I don’t know how to change the various functions of the following installation configuration.

The following one defaults

 

Next default

But it still doesn't work, as shown in the following figure

Use the second method: use the command line, open directly as follows

Installation command: <file location>\WindowsServerAppFabricSetup_x64.exe, but it is still useless

The third method: This method finally solved my problem. The following operation will be explained by the command line (/i means parallel, which is the function of the program software during installation)

C:\Users\administrator.HZZ\Desktop\组件\WindowsServerAppFabricSetup_x64.exe /i CacheClient,CachingService,CacheAdmin /gac

The following will start to install the sharepoint program

Enter the key as shown in the figure, it can be used for 180 days

Check the next step and click to continue

The following is the default or you can continue to choose another if you have your own disk

The following will start the installation

Click close to ok

Close the above program, the following interface will pop up

Click yes, that's it

Select to start creating a new server as shown in the figure, and click Next

Create name, user plus password when logging in

Password setting, the next step

The next step depends on what kind of needs you need. My default level here is a single server, and then the next step

The following selection is the default, of course, you can also choose the port pointed by Mogg, it depends on whether you open Mogg port service in your post sequence

Default next step

Start the installer

 

installation failed

I have to troubleshoot again. It’s too difficult for me. I can only uninstall and then reinstall and install. The following prompt appears, I can only troubleshoot the error

Too annoying, no experience to install, so many mistakes

Solution: There may be a problem with the system downloaded by sharepoint. Since this is the case, you can try to install it with another downloaded system. What I am following is to change to another system. The result of the installation is as follows, which perfectly solves the problem

Then the next step is to deploy

 

 

 

Guess you like

Origin blog.csdn.net/weixin_47347190/article/details/109316619