Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Pattern: "Solaris Server" fails with IRE error: In payload missing minimum set of input values for criterion (matching) attributes from identify rule - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Pattern: "Solaris Server" fails with IRE error: In payload missing minimum set of input values for criterion (matching) attributes from identify rule
KB0823084

Pattern: "Solaris Server" fails with IRE error: In payload missing minimum set of input values for criterion (matching) attributes from identify rule


1832 Views Last updated : Apr 8, 2024 public Copy Permalink
KB Summary by Now Assist

Description

Pattern: "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 device

Workaround

 

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 PRB1378994


Related Problem: PRB1399216

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.