Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top