DELLEMC Enterprise SI Virtual Volume From VPLEX Cluster Discovery

EMC.SI.VirtualVolumeFromVplexCluster.Discovery (Discovery)

Discovery for Virtual Volumes from VPLEX Cluster.

Knowledge Base article:

Summary

This discovery is for the VPLEX Cluster's Virtual Volume class.

Configuration

By default this discovery runs every hour (3600 seconds). For normal operation you should not change this value.

This discovery will time out if it runs longer than 10 minutes (600 seconds). For normal operation you should not change this value. If you experience a high number of time outs, you can override this to a longer interval.

There is no sync time specified for this discovery. Use of a sync time is not recommended because it can cause high resource utilization due to a large number of workflows running at the same time.

External

For more information or technical support, refer to DELLEMC Online Support at support.emc.com.

Element properties:

TargetEMC.SI.VplexCluster
EnabledTrue
Frequency7269
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • EMC.SI.VirtualVolume
    • VirtualVolumeId
    • Capacity
    • Locality
    • Expandable
    • ExpandableCapacity
    • ParentId
    • DescriptiveId
    • FriendlyClassName
    • PhysicalPath
    • DisplayName

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.SI.VirtualVolumeFromVplexCluster.DiscoveryDataSource Default

Source Code:

<Discovery ID="EMC.SI.VirtualVolumeFromVplexCluster.Discovery" Enabled="true" Target="ESILib!EMC.SI.VplexCluster" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="ESILib!EMC.SI.VirtualVolume">
<Property TypeID="ESILib!EMC.SI.VirtualVolume" PropertyID="VirtualVolumeId"/>
<Property TypeID="ESILib!EMC.SI.VirtualVolume" PropertyID="Capacity"/>
<Property TypeID="ESILib!EMC.SI.VirtualVolume" PropertyID="Locality"/>
<Property TypeID="ESILib!EMC.SI.VirtualVolume" PropertyID="Expandable"/>
<Property TypeID="ESILib!EMC.SI.VirtualVolume" PropertyID="ExpandableCapacity"/>
<Property TypeID="ESILib!EMC.SI.VirtualVolume" PropertyID="ParentId"/>
<Property TypeID="ESILib!EMC.SI.StorageDevice" PropertyID="DescriptiveId"/>
<Property TypeID="ESILib!EMC.SI.StorageDevice" PropertyID="FriendlyClassName"/>
<Property TypeID="ESILib!EMC.SI.StorageDevice" PropertyID="PhysicalPath"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="EMC.SI.VirtualVolumeFromVplexCluster.DiscoveryDataSource">
<IntervalSeconds>7269</IntervalSeconds>
<SyncTime/>
<ComputerID>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<ESIServiceHost>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ESIServiceHost$</ESIServiceHost>
<Port>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Port$</Port>
<ProxyServer>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/ProxyServer$</ProxyServer>
<BypassList>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/BypassList$</BypassList>
<IgonreCertificateErrors>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/IgonreCertificateErrors$</IgonreCertificateErrors>
<HTTPStoHTTPFallBack>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/HTTPStoHTTPFallBack$</HTTPStoHTTPFallBack>
<UserName>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/UserName$</UserName>
<Password>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Password$</Password>
<StorageSystemID>$Target/Host/Property[Type="ESILib!EMC.SI.StorageSystem"]/StorageSystemId$</StorageSystemID>
<VplexClusterID>$Target/Property[Type="ESILib!EMC.SI.VplexCluster"]/VplexClusterId$</VplexClusterID>
<TimeoutSeconds>600</TimeoutSeconds>
<DebugLevel>$Target/Property[Type="ESILib!EMC.SI.StorageDevice"]/DebugLevel$</DebugLevel>
</DataSource>
</Discovery>