2.8.0.300 is an archaic version...
You have to check if it's available on the fixlet site, if not, you are out of luck.
You just need to use the following URL:
https://sync.bigfix.com/bfsites/ibmlicensereporting_<xxx>/Scanner.fxf
Substitute the <xxx> with some older site version like 1xx and look for citbundle.zip package with that particular version...
It's an trial and error method...
------------------------------
Thank you,
Oktawian
Oktawian Powązka, L3 Support
IBM License Metric Tool
------------------------------
Original Message:
Sent: Sat March 09, 2024 03:26 PM
From: York Ly
Subject: Latest CIT scanner (i.e. 9.2.34) fixlet not filtering out Windows 2003 servers.
Can you share the download link of the CIT scanner version 2.8.0.300 installer package as I might need it. Thanks.
------------------------------
York Ly
------------------------------
Original Message:
Sent: Sat March 09, 2024 03:38 AM
From: Oktawian Powązka
Subject: Latest CIT scanner (i.e. 9.2.34) fixlet not filtering out Windows 2003 servers.
Hello York,
We will take this under consideration...
------------------------------
Thank you,
Oktawian
Oktawian Powązka, L3 Support
IBM License Metric Tool
Original Message:
Sent: Fri March 08, 2024 01:11 PM
From: York Ly
Subject: Latest CIT scanner (i.e. 9.2.34) fixlet not filtering out Windows 2003 servers.
These two relevance statements should check for older version of Windows.
(if (name of it as lowercase starts with "win") then (true) else ((name of it as lowercase starts with "linux") OR (name of it as lowercase starts with "aix") OR (name of it as lowercase starts with "hp-ux" AND ((architecture of it as lowercase contains "ia64") OR (family name of main processor as lowercase contains "pa-risc") OR (exists match (regex "^PA8[0-9]{3}(\s+)?$") of (family name of main processor)))) OR (exists match (regex "sunos 5\.(8|9|10|11)") of (name of it as lowercase)) of operating system)) of operating system AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true)
======================
((name of it as lowercase starts with "win") OR (name of it as lowercase starts with "linux") OR (name of it as lowercase starts with "aix") OR ((name of it as lowercase starts with "sunos 5") AND NOT (name of it as lowercase contains "sunos 5.7"))) of operating system
------------------------------
York Ly