zoukankan      html  css  js  c++  java
  • How to Failover the ‘Cluster Group’

    If you have more than two nodes in the cluster, you can specify the destination node with the following syntax:

    PowerShell:

    move-ClusterGroup –node NodeName

    where NodeName is where you want to move the group.

    Command Line:

    cluster group “Cluster Group” /Move:NodeName

    where NodeName is where you want to move the group.

    https://blogs.technet.microsoft.com/askcore/2011/08/12/how-to-failover-the-cluster-group-and-available-storage-cluster-groups/

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The Current Host Server value listed is actually the current owner of the Cluster Group (also known as the Cluster Core Resources group).
    This group contains the cluster IP address, Network Name and Witness Disk.

    If you want to see this more clearly, open a command prompt and type 'cluster group'. This should list something like:

    C:>cluster group
    Listing status for all available resource groups:
    Group                Node            Status
    -------------------- --------------- ------
    Available Storage    Node1        Offline
    Cluster Group        Node1        Online
    Virtual Machine      Node2        Online


    You can also change ownership of this group from the command line using a 'cluster group "cluster group" /move' command.
    Once the Cluster Group moves to the other node, the Current Host Server value should also change.

    https://social.technet.microsoft.com/Forums/windowsserver/ar-SA/9635c326-40f1-4f7e-bfde-711ce96abe15/failover-management-cluster?forum=winserverClustering

  • 相关阅读:
    数仓备机DN重建:快速修复你的数仓DN单点故障
    深度学习分类任务常用评估指标
    云小课 | MRS基础入门之HDFS组件介绍
    华为云数据库GaussDB(for Cassandra)揭秘第二期:内存异常增长的排查经历
    为什么vacuum后表还是继续膨胀?
    Go 自定义日志库
    Go time包
    Go 文件操作
    Go 包相关
    【程序人生】跟小伙伴们聊聊我有趣的大学生活和我那两个好基友!
  • 原文地址:https://www.cnblogs.com/oskb/p/5856145.html
Copyright © 2011-2022 走看看