I am using OCI 6.3.2-141.
I have created a report with below headers. Intension was to generate a report of storage system connected to server with its HBA details:
I used report studio and selected "allow" for "Cross product allowed" in query properties.
StorageName HostName Manufacturer Model Firmware Driver
I was shocked when I saw the result. I have a total of 43 storage arrays in OCI server. And in result it was showing that each server is connected to all 43 storage arrays and model value is null for most of the servers. For eg:
StorageName HostName Manufacturer Model Firmware Driver
System1 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System2 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System3 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System4 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System5 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System6 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System7 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System8 Host1 Emulex FV4.1.450.7 DV7.2.50.007
System9 Host1 Emulex FV4.1.450.7 DV7.2.50.007
.
.
.
so on
Am I doing it correctly? Do I have to change any query properties?