When upgrading from RHEL7 to RHEL8 using ansible scripts, you may encounter an Infoscale error. The error message indicates that the license installed is "FOUNDATION". To resolve this issue, you need to install either the STORAGE or ENTERPRISE license.
To resolve the Infoscale error while upgrading from RHEL7 to RHEL8, follow these steps:
Check the license status:
/usr/sbin/vxlicrep | grep "PRODUCT EDITION" | head -1
Verify the license installed:
Install the required license:
/usr/sbin/vxlicinst -k
Verify the license installation:
/usr/sbin/vxlicrep | grep "PRODUCT EDITION" | head -1
Retry the upgrade:
Note: Make sure to replace with the actual path to the license file.