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.
Smarts 10.1.X / 2.X
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:
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
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