
- 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 11:08 AM
Thank you so much Ashutosh
In my case it's a Linux server. I was able to confirm the name by running
uname -n
Do you know which would the file/ attribute to be updated?
Regards