문제

Please find powershell script used below & do the needful.

enter image description here

James Please find image here. Am unable to add this image in comments. enter image description here

도움이 되었습니까?

해결책

You can try the following power shell script of which will delete the instance and recreate it.

$s = Get-SPServiceInstance <<Distributed Cache GUID>>

$s.delete()

Add-SPDistributedCacheServiceInstance

You will also need to confirm the Windows service for AppFabric is running.

If this still fails and you are not able to get the cache up. You may be required to install Cumulative Update 7 (KB3092423) for Microsoft AppFabric 1.1 for Windows Server

https://support.microsoft.com/en-in/kb/3092423

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top