VMware Cloud Community
geob
Enthusiast
Enthusiast
Jump to solution

Identifying HA Primary Nodes in a Cluster

I'm looking to identify the primary and secondary HA nodes within a cluster.  I am currently running ESXi 4.1 on Dell Blade hardware.  I want to make sure all my primary nodes are not in the same chassis.

I heard that this was posssible via PowerCli, I also have heard there is a command to force promotion to or demotion from a primary node.  If anyone know how to do this with PowerCli, I would really appreciate the help?

Thanks in advance.

geob

0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

To list the nodes you can do

Get-Cluster | Get-HAPrimaryVMHost

Afaik, there is no way to force a node into primary.

The type of node is determined when a node joins the lcuster.

See Duncan's HA Deepdive


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

0 Kudos
2 Replies
LucD
Leadership
Leadership
Jump to solution

To list the nodes you can do

Get-Cluster | Get-HAPrimaryVMHost

Afaik, there is no way to force a node into primary.

The type of node is determined when a node joins the lcuster.

See Duncan's HA Deepdive


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
RvdNieuwendijk
Leadership
Leadership
Jump to solution

Take good notice of the following basic design principle in Ducan's post:

Basic design principle: In blade environments, divide hosts over all blade chassis and never exceed four hosts per chassis to avoid having all primary nodes in a single chassis.


If you do this you will be sure that not all your primary nodes are in the same chassis. And you don't have to wurry about it.

Regards, Robert

Blog: https://rvdnieuwendijk.com/ | Twitter: @rvdnieuwendijk | Author of: https://www.packtpub.com/virtualization-and-cloud/learning-powercli-second-edition
0 Kudos