The new 8.3 version discovers the database instance name, however the default CMDB mapping to the ‘Name’ field includes the db type prepended to the instance name (ex: Oracle Database xyztst). The instance name IS mapped to the ‘shortdescription’ field, however, we have a need to use the Name field consistenly across all CIs, so we need the instance name to map to the CMDB “Name’ field.
I found the tpl that specifies this, but not sure I want to change, or if it’s the right thing to do. Anyone else encoutner this or can suggest how to handle?
exceprt from Oracle_OracleRDBMS_Extended.tpl (and 5 others for other db types)
...
db := model.DatabaseDetail(key := “%oracle.key%/Ūtype%”,
name := “Ūtype% %instance%”,
...
Thank you
