CMDB - A relationship is not shown in related items and in the dependency map

Giovanni Eggidi
Tera Contributor

Hi,

i have a problem with all relationships between Server (parent) and Fibre Channel Disk (disk), type of relation: Contains::Contained By.

In detail, i have the records in "cmdb_rel_ci" table but these relationships not shown in related items and in dependency map. On the form of "cmdb_ci_fc_disk" i don't see the server in related item. But if I click the '+' icon in formatter I see the relationship. Why?

 

Can i solve this issue?

Thanks & Regards

1 ACCEPTED SOLUTION

Muralidharan BS
Mega Sage
Mega Sage

Hi @Giovanni Eggidi ,

We have relation filter between computer and storage running, which means those relationship won't show in ui as those will be filtered. 

 

If you disable it the relationship would show up but it will consequences on the dependent classes. Also, consider the provided by field already refers to the servers. You can add related list to the server and this fibre channel would show up like the last below image.

 

MuralidharanBS_0-1709832905271.png

After Disabling -

MuralidharanBS_1-1709832985433.png

 

Recommended way

MuralidharanBS_2-1709833172592.png

 

 

 

View solution in original post

2 REPLIES 2

Muralidharan BS
Mega Sage
Mega Sage

Hi @Giovanni Eggidi ,

We have relation filter between computer and storage running, which means those relationship won't show in ui as those will be filtered. 

 

If you disable it the relationship would show up but it will consequences on the dependent classes. Also, consider the provided by field already refers to the servers. You can add related list to the server and this fibre channel would show up like the last below image.

 

MuralidharanBS_0-1709832905271.png

After Disabling -

MuralidharanBS_1-1709832985433.png

 

Recommended way

MuralidharanBS_2-1709833172592.png

 

 

 

Giovanni Eggidi
Tera Contributor

Thanks!