开发者

Appfabric remove host from cluster

I have AppFabric installed on my primary box - its working as expected. I tried joining another server to the cluster - for whatever reason its giving me lots of trouble. I don't really need it as part of the cluster - was more just trying to add it from a curiosity standpoint. So I now find myself wanting to remove it from the cluster - but can't find a powershell command that would allow me to do so - any advice?

Not all commands listed here appear to work: http://www.dougfinke.com/blog/index.php/2010/04/03开发者_Go百科/powershell-and-windows-server-appfabric/

ex. Unregister-CacheHost, Remove-CacheHost


What's the Powershell configuration that you're trying to run those commands in? Have you got the AppFabric configuration commands loaded?

There are two sets of Powershell commands installed when you install AppFabric, a set for administration (New-Cache, Remove-Cache etc) and a set for configuration (Unregister-CacheHost, Remove-CacheHost). If you haven't got the configuration commands loaded in Powershell, you'll need to run this line (or include it in your Powershell profile).

import-module distributedcacheconfiguration

You should then have access to the configuration cmdlets.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜