This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Cross Data Center Capacity Mapping

FormerMember
FormerMember

Currently we are using a 3rd party product to replicate guests from one data center to the other.

We like to be able to map the resources used in each data center to the other to make sure we have enough resources spare in a disaster.

Currently I can report on resources used using the following query (we use annotations to identify replicated guests):

vm.powerstate:poweredOn AND vm.annotation.name:"replicated" AND vm.annotation.value:true AND vm.cluster.name:CLUSTERA

But I'm not sure how I would map this against the resources available in CLUSTERB for example.

Can anyone help me create a trend for this? Thanks