Pattern "IBM HMC Server" does not create relation between cmdb_ci_lpar_instance and cmdb_ci_processor_pool for the last cmdb_ci_lpar_instance in lpar_names fieldDescriptionOn cmdb_ci_processor_pool, there's a field: lpar_names, which includes all cmdb_ci_lpar_instance.Pattern "IBM HMC Server" has a step: "48. Create relation for cmdb_ci_lpar_instance and cmdb_ci_processor_pool", which creates relations for all the cmdb_ci_lpar_instance to cmdb_ci_processor_pool.However due to the conditions in the step, relation does not get created for the last cmdb_ci_lpar_instance in lpar_names field on cmdb_ci_processor_pool Steps to Reproduce Run discovery of an IBM HMCValidate that relationships have been created for all lpars except for the last onePlease find the screenshots "HMC Processor Pool.png" there are supposed to be 5 LPAR instances However on the Processor Pools, we can see only 4 LPAR instances under it.The issue is that the pattern is using the LPAR names field to create a relationship between the Processor pool and the LPAR instances but it is missing out on the last LPARWorkaroundPattern "IBM HMC Server" has a step: "48. Create relation for cmdb_ci_lpar_instance and cmdb_ci_processor_pool" which contains following 3 Creation Criteria. $cmdb_ci_processor_pool[].lpar_names Equals $cmdb_ci_lpar_instance[].name$cmdb_ci_processor_pool[].lpar_names Contains $cmdb_ci_lpar_instance[].name + ","$cmdb_ci_processor_pool[].lpar_names Contains "," + $cmdb_ci_lpar_instance[].name + "," Remove above three condition , Add below condition "," + $cmdb_ci_processor_pool[].lpar_names + "," Contains. "," + $cmdb_ci_lpar_instance[].name + "," You can import update set also which contains same changes.Related Problem: PRB1716721