VMware Cloud Community
nikhilraskar
Contributor
Contributor

Not able to load multiple graphs in capacity definitions. Not able to navigate through the tabs.

I have provided proper data in the capacity definition and it is showing correct values but UI tabs on the vROps are not working and not loading graphs.

pastedImage_0.png

Not able to navigate through the "vRealize Physical Capacity" and "vRealize Virtual Capacity" tabs.

My Capacity definition is like below.

<CapacityDefinition key="InfinidatPoolsCapDef">

<ResourceContainer key="Physical_Space_Allocation" nameKey="11013" unit="TiB">

<Capacity alias="Capacity|total_physical_capacity" />

<Usage alias="Capacity|allocated_physical_space" />

</ResourceContainer>

<ResourceContainer key="Virtual_Space_Allocation" nameKey="11012" unit="TiB">

<Capacity alias="Capacity|total_virtual_capacity" />

<Usage alias="Capacity|allocated_virtual_space" />

</ResourceContainer>

</CapacityDefinition>

and policy settings are like below

<PolicySettings adapterKind="InfinidatAdapter" resourceKind="InfinidatPool">

<StressedSettings logicOperator="OR">

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="true" threshold="80" slaEntireRange="true" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="true" threshold="80" slaEntireRange="true" />

</StressedSettings>

<UsableCapacitySettings useHA="false" capacityCalculationRule="LAST_KNOWN">

<CapacityBuffer>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="false" threshold="10" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="false" threshold="10" />

</CapacityBuffer>

<OverCommit>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="false" hidden="false" kind="PERCENT" threshold="0.0" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="false" hidden="false" kind="PERCENT" threshold="0.0" />

</OverCommit>

</UsableCapacitySettings>

<WorkloadSettings>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="true" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="true" />

</WorkloadSettings>

<CapacityTimeRemainingSettings>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="true" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="true" />

</CapacityTimeRemainingSettings>

<TimeSettings allHoursAndDays="true" dataRange="30" />

</PolicySettings>

0 Kudos
4 Replies
RickVerstegen
Expert
Expert

What about the default definitions on the clusters? Are they presented correctly?

pastedImage_0.png

Was I helpful? Give a kudo for appreciation!
Blog: https://rickverstegen84.wordpress.com/
Twitter: https://twitter.com/verstegenrick
0 Kudos
nikhilraskar
Contributor
Contributor

Yes they are shown correctly.

0 Kudos
RickVerstegen
Expert
Expert

Did you customized  "vRealize Physical Capacity" and "vRealize Virtual Capacity" with a metric configuration? Do you have some more details about that?

Was I helpful? Give a kudo for appreciation!
Blog: https://rickverstegen84.wordpress.com/
Twitter: https://twitter.com/verstegenrick
0 Kudos
nikhilraskar
Contributor
Contributor

Resource Kind :

<ResourceKind key="InfinidatPool" nameKey="2150" showTag="true" capacityModel="InfinidatPoolsCapDef">

     <ResourceIdentifier dispOrder="1" key="Id" length="100" nameKey="2098" required="true" type="string" />

     <ResourceIdentifier dispOrder="2" key="Name" length="100" nameKey="2081" required="false" type="string" identType="2" />

     <ResourceGroup key="Capacity" nameKey="2002">

          <ResourceAttribute dashboardOrder="1" key="total_physical_capacity" nameKey="2151" dataType="double" unit="TiB" defaultMonitored="true" keyAttribute="true"/>

     </ResourceGroup>

</ResourceKind>

Capacity Definition :

<CapacityDefinition key="InfinidatPoolsCapDef">

<ResourceContainer key="Physical_Space_Allocation" nameKey="11013" unit="TiB">

<Capacity alias="Capacity|total_physical_capacity" />

<Usage alias="Capacity|allocated_physical_space" />

</ResourceContainer>

<ResourceContainer key="Virtual_Space_Allocation" nameKey="11012" unit="TiB">

<Capacity alias="Capacity|total_virtual_capacity" />

<Usage alias="Capacity|allocated_virtual_space" />

</ResourceContainer>

</CapacityDefinition>

Analysis Policy :

<BasePolicyAnalysisSettings>

<PolicySettings adapterKind="InfinidatAdapter" resourceKind="InfinidatPool">

<StressedSettings logicOperator="OR">

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="true" threshold="80" slaEntireRange="true" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="true" threshold="80" slaEntireRange="true" />

</StressedSettings>

<UsableCapacitySettings useHA="false" capacityCalculationRule="LAST_KNOWN">

<CapacityBuffer>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="false" threshold="10" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="false" threshold="10" />

</CapacityBuffer>

<OverCommit>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="false" hidden="false" kind="PERCENT" threshold="0.0" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="false" hidden="false" kind="PERCENT" threshold="0.0" />

</OverCommit>

</UsableCapacitySettings>

<WorkloadSettings>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="true" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="true" />

</WorkloadSettings>

<CapacityTimeRemainingSettings>

<ApplicableResourceContainer resourceContainerKey="Physical_Space_Allocation" enabled="true" />

<ApplicableResourceContainer resourceContainerKey="Virtual_Space_Allocation" enabled="true" />

</CapacityTimeRemainingSettings>

<TimeSettings allHoursAndDays="true" dataRange="30" />

</PolicySettings>

</BasePolicyAnalysisSettings>

0 Kudos