DRAC Discovery not setting the chassis nameIssue The Dell™ Remote Assistant Card (DRAC) and Integrated Remote Assistance Card (iDRAC) provide users with tools and functionality to monitor, troubleshoot, and repair servers. You can generate DNS URLs to access out-of-band devices when security prevents access from IP addresses. This article explains why the name set by Discovery doesn't match the chassis name configured by the DRAC administrator. ReleaseAllCauseBy default the name is set by the SNMP Identity probe using the sysName variable: 1.3.6.1.2.1.1.5 = {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysName(5)}ResolutionChange the DRAC probe and sensor below to use this name instead: dmmProductChassisName : 1.3.6.1.4.1.674.10892.6.1.1.9"SNMP - DRAC" probe.Added SNMP Field:dmmProductChassisName Scalar 1.3.6.1.4.1.674.10892.6.1.1.9https://elancodev.service-now.com/nav_to.do?uri=discovery_probes_snmp.do?sys_id=3c0cc4729f2221001e021a1cf67fcf70"SNMP - DRAC" sensor. From line 49:var productChassisName = !gs.nil(xmldoc.getNode("//*[@oid='1.3.6.1.4.1.674.10892.6.1.1.9']"));if(productChassisName)current.name = xmldoc.getNodeText("//*[@oid='1.3.6.1.4.1.674.10892.6.1.1.9']");Related LinksFor more information please refer to " Dell Remote Assistant Card Discovery".