【问题标题】:AppFabric after installing I can not see the cluster of cache because I do not see commands powershellAppFabric 安装后我看不到缓存集群,因为我看不到命令​​ powershell
【发布时间】:2012-07-16 17:56:46
【问题描述】:

安装 AppFabric 缓存后,我看不到缓存集群,因为我在 Powershell 中看不到缓存命令。

如果我运行命令 Get-Help * cache * 我会得到以下结果:

获取计数器
调用命令
新 PSSession
删除作业
新 PSSessionOption
新模块清单
导出格式数据
获取 WmiObject
about_jobs
about_preference_v
about_remote_jobs

这些都不是 AppFabric 缓存。

我必须做什么才能使缓存命令出现?

【问题讨论】:

    标签: caching appfabric


    【解决方案1】:

    如果您不使用 AF instalker 提供的 shell 链接,则需要通过以下方式导入多个模块:

    Import-Module DistributedCacheAdministration
    

    然后,要附加到集群,您需要执行以下操作:

    Use-CacheCluster
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-09-03
    • 2020-07-05
    • 1970-01-01
    • 2015-01-18
    • 1970-01-01
    相关资源
    最近更新 更多