DELLEMC Enterprise SI Storage Pool Show Unhealthy LUNs

EMC.SI.StoragePool.UnhealthyLUNs.Task (Task)

This task will display all the currently unhealthy LUNs in the Storage Pool.

Element properties:

TargetEMC.SI.StoragePool
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Script ProbeAction EMC.SI.UnhealthySubEntities.ProbeAction Default

Source Code:

<Task ID="EMC.SI.StoragePool.UnhealthyLUNs.Task" Accessibility="Public" Enabled="true" Target="ESILib!EMC.SI.StoragePool" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="Script" TypeID="EMC.SI.UnhealthySubEntities.ProbeAction">
<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>
<Orphaned>false</Orphaned>
<UserName>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/UserName$</UserName>
<Password>$Target/Host/Host/Property[Type="ESILib!EMC.SI.ESIService"]/Password$</Password>
<HostComponentId>$Target/Property[Type="ESILib!EMC.SI.StoragePool"]/StoragePoolId$</HostComponentId>
<EntityClass>ConcreteLun</EntityClass>
<MaxEntities>16384</MaxEntities>
<TimeoutSeconds>300</TimeoutSeconds>
<DebugLevel>$Target/Property[Type="ESILib!EMC.SI.StorageDevice"]/DebugLevel$</DebugLevel>
</ProbeAction>
</Task>