Hi guys,
I recently upgraded BigFix to 9.2.7 but after the upgrade, I am not able to see any relevant consoles for upgrade.
Is there any analysis that gives me the total number of consoles installed on endpoints so that I can upgrade them manually using a upgrade task.
Is there any fixlet out there that can automatically detect if console is installed and update it as soon as it reports in?
Thanks
The Fixlet “IBM BigFix - Updated Platform Server Components version 9.2.7 Now Available!” should do what you want. If you upgraded from a version less than 8.2 you may need to wait for your clients to detect that the server has been upgraded.
In the mean time, be sure all of your Relays are upgraded.
If you inspect the “Details” of the Fixlet you should see a Relevance Clause similar to the one below …
(version of client >= "8.2") AND (version of registration server >= "8.2")
Another one that I tend to forget about occasionally is …
not pending restart
Also remember that the Console machines will need to be 64bit now …
(if (windows of it) then ((major version of it > 6 OR (major version of it = 6 AND (minor version of it >= 1 OR service pack major version of it >= 2))) AND (platform id of it != 3) AND (architecture of it = "x86_64")) else (exists match (regex "Red Hat Enterprise (Client|Server|Workstation) (6|7)") of name of it) AND (architecture of it = "x86_64")) of operating system
1 Like