The IP, or underlying SAM domain, log is generating MR-PROPERTY_NOT_FOUND-Specified property 'HealthScore' not found in class;
search cancel

The IP, or underlying SAM domain, log is generating MR-PROPERTY_NOT_FOUND-Specified property 'HealthScore' not found in class;

book

Article ID: 315863

calendar_today

Updated On:

Products

VMware Smart Assurance VMware Telco Cloud Service Assurance

Issue/Introduction

Smarts 10.1.x IP, and underlying SAM domain logs, are reporting similar messages upon startup.

MR-PROPERTY_NOT_FOUND-Specified property 'HealthScore' not found in class; in file "/work/redcurrent/DMT-10.1.0.0/99/smarts/repos/mr/classdef.c" at line 2508 FDXA-W-DXA_EBADATTR-Bad conf file: Property 'HealthScore' not found in class 'Firewall'; in file "/work/violetcurrent/IP-10.1.0.0/198/smarts/sam_common/FastDXA_Impl.c" at line 561.

Environment

Smarts 10.1.X / 2.X

Cause

​​​​​​The following dxa ​files that have the HealthScore attribute:

/conf/ics/dxa-conn-perf.conf
/conf/ics/dxa-conn-perf-topo.conf
/conf/ics/dxa-conn-topo.conf
/conf/ics/dxa-sam.conf:



Resolution

To resolve, please follow steps below:

Look for the following dxa files on your Basedir/SAM/smarts/local/conf/ics/ folder or these are not present in the local folder then navigate to your Basedir/SAM/smarts/conf/ics/ folder 

dxa-conn-perf.conf:
dxa-conn-perf-topo.conf:
dxa-conn-topo.conf:
dxa-sam.conf:

If you do not currently have these files in the local folder, the work around is to use sm_edit to open the file and comment out the the following line and save the file. 

 attr  HealthScore
  • Note:
    • The updated file will appear in your local/conf/ics/ folder.
    • Or copy these files to your local folder and edit the local files.
    • Broadcom does not support any modifications to the base files in Smarts.

If you already have this file in your Basedir/SAM/smarts/local/conf/ics/ folder using vi or sm_edit and comment out the line below and save the file.  

attr  HealthScore 

 As shown below:

class  ICIM_UnitaryComputerSystem       Node
attr  Certification
attr  DisplayName
attr  Description
attr  Location
attr  Model
attr  PrimaryOwnerContact
attr  Type
attr  Vendor
#attr  HealthScore
rel   ConnectedVia
rel   ComposedOf

 

Save the file and restart the impacted domain to implement the change