Storage device discovery using ServiceNow DiscoveryIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; text-decoration: underline; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Storage device discovery using ServiceNow Discovery Overview The Service Location Protocol (SLP) is required for Common Information Model (CIM) Discovery as it is part of the Storage Management Initiative Specification (SMI-S) stack. Some storage devices may support the WBEM ("Web-based Enterprise Management") protocol, but may not support SLP. Procedure SLP can be configured manually. Most modern flavors of Linux offer the SLP daemon as an available software package. An OpenSource package is also available for Microsoft Windows. After installing, users can manually register the WBEM services on SLP using another common Linux tool, called slptool. Slptool is a command line tool to make SLPv2 User Agent (UA) requests that usually come with the SLP daemon package. It can be used for SLP lookup/advertisement in shell scripts or as a diagnostic tool. To register a service, you simply provide a URL and list of attributes. An example can be extracted from a working SLP server by using the same tool.