Setup Guide

// Dell specified changes - END
Dell Specified Changes For EndNode.aoc
// Dell specified changes - START
OR
(
EntityOID like '1\.3\.6\.1\.4\.1\.6876\.4\.1'
)
// Dell specified changes - END
Dell Specified Changes For ncimMetaData.xml
// Dell specified changes - START
<entityMetaData table="delldevicemaster" manager="AllManagers"
entitySearch="true">
<dataField tableAlias="d" dataType="int" column="entityid"/>
<dataField tableAlias="d" dataType="str" column="classname"/>
<dataField tableAlias="d" dataType="str" column="servicetag"/>
<dataField tableAlias="d" dataType="str" column="chassistag"/>
<dataField tableAlias="d" dataType="str" column="producttype"/>
<dataField tableAlias="d" dataType="str" column="osname"/>
<dataField tableAlias="d" dataType="str" column="eqlMemberIndex"/>
<dataField tableAlias="d" dataType="str" column="eqlGroupIP"/>
<dataField tableAlias="d" dataType="str" column="eqlStoragePool"/>
<fromTables>
FROM _ncim_.delldevicemaster d
INNER JOIN _ncim_.entityDetails ed ON ed.entityId=d.entityId
WHERE d.entityId = ?
</fromTables>
</entityMetaData>
// Dell specified changes - END
Dell Specified Changes For topoviz.properties
// Dell specified changes - START
topoviz.image.DellServerMonolithic=dell_monolithic.svg
topoviz.image.DellServerModular=dell_modular.svg
topoviz.image.DellCMC=dell_cmc.svg
topoviz.image.DellDRAC5=dell_drac5.svg
topoviz.image.DelliDRAC6=dell_idrac6.svg
topoviz.image.DelliDRAC7=dell_idrac7.svg
topoviz.image.DellEqualLogic=dell_equallogic.svg
topoviz.image.DellMDArray=dell_mdarray.svg
topoviz.image.DellVRTXCMC=dell_vrtxcmc.svg
topoviz.image.DelliDRAC8=dell_idrac8.svg
topoviz.image.DellCompellent=dell_compellent.svg
topoviz.image.DellWorkstationRack=dell_precisionrack.svg
topoviz.image.DellMSeriesSwitch=dell_mseriesswitch.svg
topoviz.image.DellZSeriesSwitch=dell_zseriesswitch.svg
topoviz.image.DellCSeriesSwitch=dell_cseriesswitch.svg
topoviz.image.DellSSeriesSwitch=dell_sseriesswitch.svg
topoviz.image.DellWSeriesMobilityController=dell_wseriesswitch.svg
38