EMC Isilon Shares Discovery

EMC.Isilon.Shares.ScriptedDiscovery (Discovery)

This discovery rule add EMC Isilon Shares instances

Knowledge Base article:

Summary

This discovery add EMC Isilon Shares instances.

This workflow targets the EMC Isilon Cluster Node Helper, that is based on the Network Library defined class type "Node" using SSH protocols call.

The isi command used: isi smb shares list --format csv --no-header

Configuration

Configuration:

Causes

Possible reasons for this discovery for not adding instances:

Resolutions

To troubleshoot possible issues with this discovery try the following:

Element properties:

TargetEMC.Isilon.ClusterNodeHelper
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource EMC.Isilon.Shares.ScriptedDiscoveryDS Default

Source Code:

<Discovery ID="EMC.Isilon.Shares.ScriptedDiscovery" Enabled="true" Target="EMC.Isilon.ClusterNodeHelper" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="EMC.Isilon.Share"/>
</DiscoveryTypes>
<DataSource ID="DS1" TypeID="EMC.Isilon.Shares.ScriptedDiscoveryDS">
<IntervalSeconds>14400</IntervalSeconds>
<SNMPAddress>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</SNMPAddress>
<DeviceKey>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/DeviceKey$</DeviceKey>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>