Errors appear during installation, which is why there are no services for Flexera...our AIX/Linux team mention that the way Flexera FNMS works is outdated: "state of the art SW today is running with systemd service files".
Is there a new Scan Agent version available? And if so, is it compatible with our setup of beacon servers and master servers or a need to update them also?
‎Apr 19, 2023 05:09 AM
Could you post what errors you are seeing?
I had an issue installing this agent version (2022R1) on a "hardened" Red Hat Enterprise Linux 8.7 system. I had to add the three parameters --nosignature --nodigest --nofiledigest to the install command for the install to complete successfully:
rpm --upgrade --oldpackage --verbose --nosignature --nodigest --nofiledigest managesoft-18.0.0-1.x86_64.rpm
Did you also install Flexera's public key into RPM, verify it's part of the keyring and then verify the Flexera agent installer?
rpm --import RPM-GPG-KEY-FlexeraSoftwareLLC
rpm -qi gpg-pubkey-\* | egrep -i flexera
rpm -K managesoft-*.rpm
--Mark
‎Apr 19, 2023 12:15 PM