Starting AppFabric Cache Cluster automatically

守給你的承諾、 提交于 2019-11-29 17:47:16

问题


Is there a way to start the cache cluster automatically on system startup? I'm running it on a remote PC and when it gets restarted I have to remote into it and restart the cache cluster from Powershell using Start-CacheCluster, and would like to not have to do this.

Thanks,

James


回答1:


Yes - if you change the startup mode of the AppFabric Caching Service from Manual to Automatic, then the service will start once the server has finished booting.
(source: philippursglove.com)

I suspect that as AppFabric starts to move into production clusters, this will become a 'best practice' thing to do in order to get maximum uptime on the cluster.




回答2:


James Broome wrote a great post on this: http://jamesbroo.me/automatically-starting-the-windows-server-appfabric-caching-service/



来源:https://stackoverflow.com/questions/2874786/starting-appfabric-cache-cluster-automatically

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!