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,
-
In the preferred editor (vi, vim, nano, etc.) open the “subscription-manager.conf” file
- sudo nano /etc/yum/pluginconf.d/subscription-manager.conf
-
Inside the “subscription-manager.conf” file change enabled to 0 and save the file
- enabled=0
-
Lastly issue the “yum clean all” command
- yum clean all