- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 03:33 AM
I have knowledge on Normal Horizontal Discovery and it's working. I want to know that is software discovery different from normal discovery?
- What is the whole process of Software discovery?
- How is data populated in "cmdb_sam_sw_install" table ?
- Do we use Discovery scheduled and patterns in software discovery also?
I will require a detail understanding of this. Feel free to add any other important concept in Software discovery.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 04:10 AM
Hi @Hrishabh Kumar ,
So, ServiceNow Discovery automatically identify devices and applications on your network. It uses various methods like SNMP, WMI, SSH, and probes to collect information from devices...
While the discovery process, Discovery identifies software installations on devices within your network. This could include operating systems, databases, middleware, and other applications etc..
Once software installations are identified, data is populated to CMDB in "cmdb_sam_sw_install" table. This table stores info on s/w installations, including details like s/w name, version, vendor, install date, and associated hardware.
FYI > The software discovery data in the CMDB can be integrated with ServiceNow's Software Asset Management (SAM) module.
And talking about patters, Yes there are designated patters which which servicenow uses to identify software while doing normal discovery based on characteristics such as file paths, registry entries, or other attributes unique to the software.
I hope tthis info helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 04:10 AM
Hi @Hrishabh Kumar ,
So, ServiceNow Discovery automatically identify devices and applications on your network. It uses various methods like SNMP, WMI, SSH, and probes to collect information from devices...
While the discovery process, Discovery identifies software installations on devices within your network. This could include operating systems, databases, middleware, and other applications etc..
Once software installations are identified, data is populated to CMDB in "cmdb_sam_sw_install" table. This table stores info on s/w installations, including details like s/w name, version, vendor, install date, and associated hardware.
FYI > The software discovery data in the CMDB can be integrated with ServiceNow's Software Asset Management (SAM) module.
And talking about patters, Yes there are designated patters which which servicenow uses to identify software while doing normal discovery based on characteristics such as file paths, registry entries, or other attributes unique to the software.
I hope tthis info helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 05:05 AM
Thanks for the explanation.
What about discovery schedules, we use discovery scheduled here as well?