質問

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