http://www-01.ibm.com/support/docview.wss?uid=swg21902714
Problem(Abstract)
The Scan Health widget shows the health of scans that are running in your infrastructure. In IBM Endpoint Manager for Software Use Analysis v9.2 or IBM License Metric Tool v9.2 it may happen that this widget reports endpoints which are Missing Scan Results. Also the data from scan files is not imported into SUA / LMT even though endpoints are working fine and data import logs does not show any errors.
Symptom
Scan Health widget reports Missing Scan Results for most, or all of the endpoints. The number of endpoints will be close to, or equal to the result of following sql query:
SELECT count(*) FROM sam.scan_files_persistent sf
JOIN dbo.computers c ON c.id = sf.computer_id
JOIN dbo.datasource_files df ON df.file_name = sf.file_name AND df.computer_id = sf.computer_id
WHERE sf.deleted = 1
AND c.deleted = 0
AND df.deleted = 0
Resolving the problem
To workaround the problem you should follow this procedure:
-
Stop the SUA/ILMT server.
Linux:
Run the following command: /etc/init.d/SUAserver stop
(/etc/init.d/LMTserver stop)
Windows:
a. Go to the License Metric Tool installation directory.
b. Open cli.
c. Run srvstop.bat. -
Replace the scan.file.rb file with:
http://www-01.ibm.com/support/docview.wss?uid=swg21902714&aid=1
The file scan_file.rb is in the following directory:
Linux:
install_dir/wlp/usr/servers/server1/apps/tema.war/WEB-INF/domains/sam/app/models/sam/
Windows:
install_dir\wlp\usr\servers\server1\apps\tema.war\WEB-INF\domains\sam\app\models\sam\
-
Start the SUA/ILMT server.
Linux:
Run the following command: /etc/init.d/SUAserver start
(/etc/init.d/LMTserver start )
Windows:
a. Go to the License Metric Tool installation directory.
b. Open cli.
c. Run srvstart.bat. -
Initiate new software scans for affected endpoints using Initiate Software Scan task.
-
Upload scan results to the Endpoint Manager console.
-
Run a data import (ETL) to Software Use Analysis.
This problem will be permanently addressed in the next SUA/ILMT patch.