Pattern: "Solaris Server" fails with IRE error: In payload missing minimum set of input values for criterion (matching) attributes from identify ruleDescriptionPattern: "Solaris Server" fails with error:2020-04-09 22:34:08: Identification CI Errors:In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_storage_device]. Add these input values in payload item '{"className":"cmdb_ci_disk","values":......The is because in the IRE input payload the name field for cmdb_ci_disk is missing.This happens when the target Solaris server has blkdev devices. To verify, debug the pattern, and run the command in Step 16.1. Get disks, check if result has line that starts with 'blkdev'.Steps to Reproduce Run discovery to Solaris server that has blkdev deviceWorkaround In "Solaris Server" pattern - Step 16.1. Get disks, change command: from"iostat -Enr | tr ',' '\n' | sed 's/^[cs][a-zA-Z0-9_]*/DiskSection: Name: &/g'; echo ''"to"iostat -Enr | tr ',' '\n' | sed 's/^[vbcs][a-zA-Z0-9_]*/DiskSection: Name: &/g'; echo ''" ([cs] changed to [vbcs]) Note: letter v is the solution from PRB1378994Related Problem: PRB1399216