How to modify the hostname of the topology source?

  • KM03695032
  • 31-Aug-2020
  • 31-Aug-2020

This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.

Summary

The hostname can be modified in "dict_cmdb_ds" table in Postgres database: - Login to Postgres DB - Then update the hostname with the following query: UPDATE dict_cmdb_ds SET hostname =''; - Test the topology connection via Admin UI after the change.

Question

Change the hostname of the topology source