When Trying To Install Airgapped AI Center, Error "This System Is Not Registered With An Entitlement Server" Thrown

When trying to install airgapped AI Center, Error "This system is not registered with an entitlement server" thrown.

Error Description: When trying to install airgapped AI Center, below error message appears,

[INFO] [2022-06-02T02:22:13+0000]: /uipath/tmp/sf_installer/prereqs.tar.gz passed the checks

Updating Subscription Management repositories. Unable to read consumer identity.

This system is not registered with an entitlement server. Use subscription-manager to register.

Resolution: Follow the steps below,

  1. In the preferred editor (vi, vim, nano, etc.) open the “subscription-manager.conf” file

  • sudo nano /etc/yum/pluginconf.d/subscription-manager.conf

  1. Inside the “subscription-manager.conf” file change enabled to 0 and save the file

  • enabled=0

  1. Lastly issue the “yum clean all” command

  • yum clean all