ComputerMatchingReason Table

ComputerMatchingReason holds all the reasons why a external device record is converted into a compliance computer record.

Table 1. Database columns for ComputerMatchingReason table

Database Column

Details

ComputerMatchingReasonID

Type: integer. Key. Generated ID

A unique identifier for each ComputerMatchingReason. Possible values and the corresponding default strings are:

  • -1 = Match by custom-defined matcher
  • 1 = Match by manufacturer, model, firmware serial number and host ID for physical computer
  • 2 = Match by manufacturer, model and firmware serial number for physical computer with no host ID
  • 3 = Match by manufacturer, host type, firmware serial number and host ID for physical computer
  • 4 = Match by manufacturer, host type and firmware serial number for physical computer with no host ID
  • 5 = Match by machine ID for physical computer
  • 6 = Match by manufacturer, host ID and computer name for physical computer
  • 7 = Match by partition ID for LPAR, vPar and zone
  • 8 = Match by firmware serial number and partition number for LPAR
  • 9 = Match by machine ID and partition number for LPAR
  • 10 = Match by machine ID and partition name for vPar, nPar and LPAR
  • 11 = Match by firmware serial number and partition name for vPar, nPar and LPAR
  • 12 = Match by host ID and partition name for zone
  • 13 = Match by host ID, host identifying number, host type and manufacturer
  • 14 = Match by host identifying number, host type and manufacturer when host ID not provided
  • 15 = Match by host ID, host identifying number and host type
  • 16 = Match by host identifying number and host type
  • 17 = Match by host ID, host identifying number and manufacturer
  • 18 = Match by host identifying number and manufacturer
  • 19 = Match by host ID and host identifying number
  • 20 = Match by host identifying number
  • 21 = Match VMware ESX Servers by computer name and domain ID
  • 22 = Match by serial number and computer name
  • 23 = Match by ILMT agent ID
  • 24 = Match by instance ID
  • 25 = Weak match by computer name and domain
  • 26 = Weak match by computer name
  • 27 = Match remnant by computer name and domain
  • 28 = Match remnant by computer name and domain and untrusted serial number
  • 29 = Match remnant by computer name
  • 1001 = Transitive match
  • 1002 = Via transitively matched imported object
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a license assignment consumption reason. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the license assignment consumption reason resource string has no translation.