Установка SharePoint App Fabric в цикле запуска

Я пытаюсь установить Sharepoint 2016 на Windows Server 2016 и у меня возникли проблемы с установщиком необходимых компонентов, а именно App Fabric.


В установщик обязательных компонентов не хочет подключаться к интернету для загрузки файла, выкидывает:

Error: InternetOpenUrl failed (0X80072F07=-2147012857)

согласно форумам, это происходит из-за коробки проверяется на предупреждать о переключении режима безопасности но это уже было не остановить.


Далее я решил вручную установите вещь с помощью cmd и снова prerequisiteinstaller, поэтому я поместил exe-файл в корень диска C: и запустил эту команду:

prerequisiteinstaller.exe /appfabric:c:WindowsServerAppFabricSetup_x64.exe

и казалось, что мы были далеко. Однако после извлечения файлов он запрашивает перезагрузку, что я и делаю, а затем продолжает перезапускать всю операцию, снова запрашивая перезагрузку в конце. Как я узнал, этот процесс будет продолжаться бесконечно долго. Журналы ошибок показывают следующее (или часть оного):

2017-07-05 12:02:07 - Operating System: Windows 10
2017-07-05 12:02:07 - Processor architecture is (9)
2017-07-05 12:02:07 - Reading the following string value/name...
2017-07-05 12:02:07 - Common Startup
2017-07-05 12:02:07 - from the following registry location...
2017-07-05 12:02:07 - SOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Folders
2017-07-05 12:02:07 - The value is... 
2017-07-05 12:02:07 - C:ProgramDataMicrosoftWindowsStart MenuProgramsStartup
2017-07-05 12:02:07 - Trying to remove the startup task if there is any.
2017-07-05 12:02:07 - C:ProgramDataMicrosoftWindowsStart MenuProgramsStartupSharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
2017-07-05 12:02:07 - Successfully deleted the startup task
2017-07-05 12:02:07 - Analyzing the following command line argument:
2017-07-05 12:02:07 - /appfabric:C:WindowsServerAppFabricSetup_x64.exe
2017-07-05 12:02:07 - Found the following command line option:
2017-07-05 12:02:07 - appfabric
2017-07-05 12:02:07 - Found the following custom file location:
2017-07-05 12:02:07 - C:WindowsServerAppFabricSetup_x64.exe
2017-07-05 12:02:07 - Analyzing the following command line argument:
2017-07-05 12:02:07 - /continue
2017-07-05 12:02:07 - Continuing after restart
2017-07-05 12:02:07 - Details of the current operating system: 
2017-07-05 12:02:07 - Major version number of the operating system:  (10)
2017-07-05 12:02:07 - Minor version number of the operating system:  (0)
2017-07-05 12:02:07 - Build number of the operating system:  (0X3839=14393)
2017-07-05 12:02:07 - Major version number of the latest Service Pack:  (0)
2017-07-05 12:02:07 - Minor version number of the latest Service Pack:  (0)
2017-07-05 12:02:07 - Platform ID of the operating system:  (2)
2017-07-05 12:02:07 - Product suites available on the operating system:  (0X192=402)
2017-07-05 12:02:07 - Product type of the operating system: VER_NT_SERVER
2017-07-05 12:02:07 - Product type:  (8)
2017-07-05 12:02:07 - OS type:  (1)
2017-07-05 12:02:07 - Configuring the application's property sheet...
2017-07-05 12:02:07 - Check whether the following prerequisite is installed:
2017-07-05 12:02:07 - Windows Management Framework 3.0
2017-07-05 12:02:07 - Reading the following string value/name...
2017-07-05 12:02:07 - PowerShellVersion
2017-07-05 12:02:07 - from the following registry location...
2017-07-05 12:02:07 - SOFTWAREMicrosoftPowerShellPowerShellEngine
2017-07-05 12:02:07 - The value is... 
2017-07-05 12:02:07 - 5.1.14393.0
2017-07-05 12:02:07 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:07 - Check whether the following prerequisite is installed:
2017-07-05 12:02:07 - Microsoft .NET Framework 4.6
2017-07-05 12:02:07 - Reading the following string value/name...
2017-07-05 12:02:07 - Version
2017-07-05 12:02:07 - from the following registry location...
2017-07-05 12:02:07 - SOFTWAREMicrosoftNet Framework SetupNDPV4full
2017-07-05 12:02:07 - The value is... 
2017-07-05 12:02:07 - 4.6.01586
2017-07-05 12:02:07 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:07 - Check whether the following prerequisite is installed:
2017-07-05 12:02:07 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
2017-07-05 12:02:07 - Reading version of the following file...
2017-07-05 12:02:08 - C:WindowsassemblyGAC_MSILMicrosoft.Synchronization.0.0.0__89845dcd8080cc91Microsoft.Synchronization.dll
2017-07-05 12:02:08 - The version is...
2017-07-05 12:02:08 - 1.0.3010.0
2017-07-05 12:02:08 - The prerequisite above is already installed
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Microsoft SQL Server 2012 Native Client
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - Version
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREMicrosoftMicrosoft SQL ServerSQLNCLI11CurrentVersion
2017-07-05 12:02:08 - The value is... 
2017-07-05 12:02:08 - 11.3.6518.0
2017-07-05 12:02:08 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Microsoft ODBC Driver 11 for SQL Server
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - Version
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREMicrosoftMicrosoft ODBC Driver 11 for SQL ServerCurrentVersion
2017-07-05 12:02:08 - The value is... 
2017-07-05 12:02:08 - 12.2.5543.11
2017-07-05 12:02:08 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Windows Server AppFabric
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - ProductVersion
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREMicrosoftAppFabricV1.0
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Microsoft Identity Extensions
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - 
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREMicrosoftMicrosoft Identity ExtensionsSetup.0
2017-07-05 12:02:08 - The value is... 
2017-07-05 12:02:08 - 2.0.1459.0
2017-07-05 12:02:08 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Microsoft Information Protection and Control Client 2.1
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - 
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREMicrosoftMSIPCCurrentVersion
2017-07-05 12:02:08 - The value is... 
2017-07-05 12:02:08 - 1.0.621.117
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Microsoft WCF Data Services 5.6
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - Version
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREWow6432NodeMicrosoftMicrosoft WCF Data Services.6
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Cumulative Update Package 7 for Microsoft AppFabric 1.1 for Windows Server (KB3092423)
2017-07-05 12:02:08 - Reading the following DWORD value/name...
2017-07-05 12:02:08 - IsInstalled
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREWow6432NodeMicrosoftUpdatesAppFabric 1.1 for Windows ServerKB3092423
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Visual C++ Redistributable Package for Visual Studio 2012
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - Version
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREWow6432NodeMicrosoftVisualStudio.0VCRuntimesx64
2017-07-05 12:02:08 - Check whether the following prerequisite is installed:
2017-07-05 12:02:08 - Visual C++ Redistributable Package for Visual Studio 2015
2017-07-05 12:02:08 - Reading the following string value/name...
2017-07-05 12:02:08 - Version
2017-07-05 12:02:08 - from the following registry location...
2017-07-05 12:02:08 - SOFTWAREWow6432NodeMicrosoftVisualStudio.0VCRuntimesx64
2017-07-05 12:02:08 - Beginning download/installation
2017-07-05 12:02:09 - Created thread for installer
2017-07-05 12:02:09 - Installing windows server roles and features.
2017-07-05 12:02:09 - Preparing to run the following commands:
2017-07-05 12:02:09 - Param(
[String]$logFile
)
Import-Module Servermanager
Start-Transcript -path $logFile
$operation = Add-WindowsFeature NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-Pipe-Activation45,NET-WCF-HTTP-Activation45,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Asp-Net45,Web-Net-Ext,Web-Net-Ext45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation,Xps-Viewer -verbose
 if ($operation.ExitCode -eq 'SuccessRestartRequired') {
 Stop-Transcript
$host.SetShouldExit(3010)
}
elseif (!$operation.Success){
 Stop-Transcript
$host.SetShouldExit(1000)
exit
}
2017-07-05 12:02:10 - Logs for these operations will be available at:
2017-07-05 12:02:10 - "C:UsersmimadminAppDataLocalTempPreE4F.tmp.PS1.log"
2017-07-05 12:02:10 - Executing PowerShell command:
2017-07-05 12:02:10 - "C:Windowssystem32WindowsPowerShellv1.0powershell.exe" -ExecutionPolicy Bypass "C:UsersmimadminAppDataLocalTempPreE4F.tmp.PS1 -logFile C:UsersmimadminAppDataLocalTempPreE4F.tmp.PS1.log"
2017-07-05 12:02:11 - Request for install time of Web Server (IIS) Role
2017-07-05 12:02:12 - Request for install time of Web Server (IIS) Role
2017-07-05 12:02:12 - Install process returned (0)
2017-07-05 12:02:12 - [In HRESULT format] (0)
2017-07-05 12:02:12 - Installing Windows Server AppFabric.
2017-07-05 12:02:12 - Reading the following DWORD value/name...
2017-07-05 12:02:12 - DCC
2017-07-05 12:02:12 - from the following registry location...
2017-07-05 12:02:12 - SOFTWAREMicrosoftAppFabricV1.0Features
2017-07-05 12:02:12 - Reading the following DWORD value/name...
2017-07-05 12:02:12 - DCS
2017-07-05 12:02:12 - from the following registry location...
2017-07-05 12:02:12 - SOFTWAREMicrosoftAppFabricV1.0Features
2017-07-05 12:02:12 - Reading the following DWORD value/name...
2017-07-05 12:02:13 - DCA
2017-07-05 12:02:13 - from the following registry location...
2017-07-05 12:02:13 - SOFTWAREMicrosoftAppFabricV1.0Features
2017-07-05 12:02:13 - configuring FTP/Windows Services for AppFabric
2017-07-05 12:02:13 - Warning : Call to OpenService(...,SERVICE_START | SERVICE_QUERY_STATUS | SERVICE_STOP | SERVICE_PAUSE_CONTINUE) function to get handle to the service failed (0X424=1060)
2017-07-05 12:02:13 - Warning : [In HRESULT format] (0X80070424=-2147023836)
2017-07-05 12:02:13 - FTP service is not installed.
2017-07-05 12:02:13 - The current status of the service is...
2017-07-05 12:02:13 - SERVICE_RUNNING
2017-07-05 12:02:13 - Windows update service is already running
2017-07-05 12:02:13 - Warning : Call to OpenService(...,SERVICE_START | SERVICE_QUERY_STATUS | SERVICE_STOP | SERVICE_PAUSE_CONTINUE) function to get handle to the service failed (0X424=1060)
2017-07-05 12:02:13 - Warning : [In HRESULT format] (0X80070424=-2147023836)
2017-07-05 12:02:13 - AppFabric caching service is not installed.
2017-07-05 12:02:13 - All services have been configured successfully for AppFabric.
2017-07-05 12:02:13 - Installing Windows Server AppFabric
2017-07-05 12:02:13 - "C:WindowsServerAppFabricSetup_x64.exe" /i CacheClient,CachingService,CacheAdmin /gac
2017-07-05 12:02:54 - Install process returned (0X643=1603)
2017-07-05 12:02:54 - [In HRESULT format] (0X80070643=-2147023293)
2017-07-05 12:02:54 - All services have been configured successfully after AppFabric installation
2017-07-05 12:02:54 - Last return code (0X643=1603)
2017-07-05 12:02:54 - Reading the following DWORD value/name...
2017-07-05 12:02:54 - Flags
2017-07-05 12:02:54 - from the following registry location...
2017-07-05 12:02:54 - SOFTWAREMicrosoftUpdatesUpdateExeVolatile
2017-07-05 12:02:54 - Reading the following string value/name...
2017-07-05 12:02:54 - PendingFileRenameOperations
2017-07-05 12:02:55 - from the following registry location...
2017-07-05 12:02:55 - SYSTEMCurrentControlSetControlSession Manager
2017-07-05 12:02:55 - Reading the following registry location...
2017-07-05 12:02:55 - SOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto UpdateRebootRequired
2017-07-05 12:02:55 - Error: The tool was unable to install Windows Server AppFabric.
2017-07-05 12:02:55 - Last return code (0X643=1603)
2017-07-05 12:02:55 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any command line options.
2017-07-05 12:02:55 - Cannot retry
2017-07-05 12:02:55 - Check whether the following prerequisite is installed:
2017-07-05 12:02:55 - Windows Management Framework 3.0
2017-07-05 12:02:55 - Reading the following string value/name...
2017-07-05 12:02:55 - PowerShellVersion
2017-07-05 12:02:55 - from the following registry location...
2017-07-05 12:02:55 - SOFTWAREMicrosoftPowerShellPowerShellEngine
2017-07-05 12:02:55 - The value is... 
2017-07-05 12:02:55 - 5.1.14393.0
2017-07-05 12:02:55 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:55 - Check whether the following prerequisite is installed:
2017-07-05 12:02:55 - Microsoft .NET Framework 4.6
2017-07-05 12:02:55 - Reading the following string value/name...
2017-07-05 12:02:55 - Version
2017-07-05 12:02:55 - from the following registry location...
2017-07-05 12:02:55 - SOFTWAREMicrosoftNet Framework SetupNDPV4full
2017-07-05 12:02:55 - The value is... 
2017-07-05 12:02:55 - 4.6.01586
2017-07-05 12:02:55 - A higher version of the prerequisite above is already installed
2017-07-05 12:02:55 - Check whether the following prerequisite is installed:
2017-07-05 12:02:55 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
2017-07-05 12:02:55 - Reading version of the following file...
2017-07-05 12:02:55 - C:WindowsassemblyGAC_MSILMicrosoft.Synchronization.0.0.0__89845dcd8080cc91Microsoft.Synchronization.dll
2017-07-05 12:02:55 - The version is...
2017-07-05 12:02:55 - 1.0.3010.0
2017-07-05 12:02:55 - The prerequisite above is already installed
2017-07-05 12:02:55 - Check whether the following prerequisite is installed:
2017-07-05 12:02:55 - Microsoft SQL Server 2012 Native Client
2017-07-05 12:02:55 - Reading the following string value/name...
2017-07-05 12:02:55 - Version
2017-07-05 12:02:55 - from the following registry location...
2017-07-05 12:02:55 - SOFTWAREMicrosoftMicrosoft SQL

Я нашел команду, которую он запускает после перезагрузки, которая является той же командой, что и выше, для установки, но с переключателем /continue позже. Поэтому я также запустил эту команду, и она продолжает цепочку перезагрузки.


Любые идеи, как я могу установить это раздражающее программное обеспечение?

7
задан Shiffle McDoobles
01.01.2023 19:36 Количество просмотров материала 3329
Распечатать страницу

1 ответ

после обнаружения этой ссылке Я изменил PSModulePath in Переменные Среды включает:

%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

и он чудесным образом установлен без проблем.

0
отвечен Shiffle McDoobles 2023-01-03 03:24

Постоянная ссылка на данную страницу: [ Скопировать ссылку | Сгенерировать QR-код ]

Ваш ответ

Опубликуйте как Гость или авторизуйтесь

Имя
Вверх