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

最新文章

  1. 一个flex buider 3 在eclipse下不能编译的问题解决
  2. Java JDBC基础学习小结
  3. jquery表单对象属性选择器
  4. C#的事件
  5. 十一、Swing
  6. SQL Server T-SQL高级查询(转)
  7. Laravel之路——事务
  8. Ubuntu小私房(4)--Linux系统目录结构
  9. 什么是https
  10. 在my.ini文件中配置mysql统一字符集
  11. 使用openXML 不用插件导出excel
  12. JavaScript对于switch语句中的case后键入值的带不带引号
  13. 扫描工具nmap介绍
  14. MySQL的Limit详解
  15. Xposed免重启调试工具类
  16. OpenLiveWriter.exe已停止工作---解决办法
  17. url 组成部分
  18. Windows登录类型及安全日志解析
  19. MapReduce Map数 reduce数设置
  20. 自学Aruba7.2-Aruba安全认证-Portal认证(web页面配置)

热门文章

  1. no leveldbjni64-1.8 in java.library.path
  2. WIN7 java7 环境变量配置
  3. python 多线程和多核
  4. VS2010 添加服务引用以后点不出引用服务的命名空间
  5. 在POM 4中,<dependency>中还引入了<scope>可以使用5个值
  6. C#驱动及应用
  7. vtune 错误
  8. Rhel6-sersync配置文档
  9. 黑马程序员——OC语言Foundation框架 NSArray NSSet NSDictionary\NSMutableDictionary
  10. For-Each循环