由於沒有網絡,無法使用sharepoint2013的安裝必備軟件的在線下載向導安裝,當要安裝 SharePoint 2013 的服務器與 Internet 隔離時,通常需要從脫機位置安裝必備組件。即使不屬於這種情況,從集中脫機位置安裝必備組件也可以使您安裝已知的受控映像集,從而確保場服務器的一致性。如下圖:
必須把SP2013的必備組件全部下載下來,進行離線安裝,組件如下:
- Microsoft .NET Framework 4.5 版
- Windows Management Framework 3.0
- 應用程序服務器角色,Web 服務器 (IIS) 角色
- Microsoft SQL Server 2008 R2 SP1 Native Client
- Windows Identity Foundation (KB974405)
- Microsoft Sync Framework Runtime v1.0 SP1 (x64)
- Windows Identity Extensions
- Microsoft Information Protection and Control 客戶端
- Microsoft WCF Data Services 5.0
- Windows Server AppFabric
- Microsoft AppFabric 1.1 for Windows Server 累積更新包 1 (KB 2671763)
所有的組件發現可以安裝成功,只有AppFabric 裝上后,仍提示沒有正確配置,采用網上的博客寫的無法徹底解決,后來發現能否使用PrerequisiteInstaller.exe命令進行安裝?查閱資料,發現如下命令:
PrerequisiteInstaller.exe
/SQLNCli:file - Install Microsoft SQL Server 2008 R2 SP1 Native Client from file
/PowerShell:file - Install Windows Management Framework 3.0 from file
/NETFX:file - Install Microsoft .NET Framework 4.5 from file
/IDFX:file - Install Windows Identity Foundation (KB974405) from file
/Sync:file - Install Microsoft Sync Framework Runtime v1.0 SP1 (x64) from file
/AppFabric:<location Of the Appfabric installation file>
/IDFX11:"<path>\Microsoft Identity Extensions.msi"
/MSIPCClient:"<path>\msipc.msi"
/WCFDataServices:"<path>\WcfDataServices.exe"
/KB2671763:"<path>\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
AppFabric無法安裝問題解決-安裝步驟
1) 進入PrerequisiteInstaller.exe 所在的目錄或虛擬光驅E盤,如下命令行,如下圖:
回車執行完畢命令后,如下圖 :
直到最后執行完畢為止。如下圖:
2) 安裝AppFabric1.1-RTM-KB2671763-x64-ENU.exe,命令行如下:
3) 其他組件安裝,此處省略
備注:其他組件可以使用此命令的方式執行安裝或單獨直接運行安裝都可以,注意下離線安裝包所在文件夾的權限,是否允許命令行讀取到,否則會提示安裝錯誤的。我這里放到C盤根目錄下。
4) 安裝完畢后再安裝sharepoint server2013,此時可以看到正常,如下圖: