
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 08:47 AM
Which would be the steps to provide to an Infrastructure team in order to get discovery reading the name of the CI with the FQDN. Example
Server name CMDB Name
exampleserver1.mydummyorg.com exampleserver1 <--how it is currently
exampleserver1.mydummyorg.com exampleserver1.mydummyorg.com <--how People want to see the data
The idea is to no change anything on probe sensor as I am getting most of the discoverable records with the desired format so my assumption is that on the server ( Windows or Linux) something needs to be changed but I am not sure about what that is.
Thanks
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 10:21 AM
HI,
So this information comes from the server and indeed from this path:
Below is from WMI classify Input ECC QUeue
So go to That Server and change the name of the server in "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters"
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 09:09 AM
In the Discovery properties select the following property:
Include domain name in host name: If "yes", include the domain name as part of the host name. For example, "bosco.service-now.com" instead of "bosco".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 09:11 AM
Hi Chuckm
Indeed it is true... As I mention what I am looking is for some insight on how the server should be updated on itself ... I don't think there is nothing on the ServiceNow side to be done since due to the property you are mentioning other records get properly updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 10:17 AM
The best way to figure out why the FQDN value isn't being populated for the Server name is to debug the individual server. If you are using the Pattern-based discovery, you can debug using the Pattern designer. For windows servers you would use the Windows OS - Servers pattern to debug. The hostname is assigned to the name attribute [name] in step 9. Insert System, OS and CPU data to cmdb_ci_win_server as shown.
If you are not getting the expected value in step 9, then you can look at the previous steps to determine where the issue is.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 10:18 AM
This is good. In my case is a Linux server but you gave me an idea. On my org we still use probe/sensor but I can debug via Patterns.
Thanks