Error installing Oracle Grid Infrastructure on Red Hat 8

This post is also available at: Português

When trying to install Oracle Grid Infrastructure on Red Hat 8, I got the following error.

[WARNING] [INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck’. 
Bash

The fix is quite simple, but you have to “trick” the installer into telling you that you’re on an older version of the operating system.

Workaround

Export the environment variable CV_ASSUME_DISTID with the value OEL7.8.

export CV_ASSUME_DISTID=OEL7.8
Bash

Once this is done, start the installer again and the error should no longer appear.

Previous Article

ORA-12777: A non-continuable error encountered.

Next Article

PRVG-01017: NTP configuration file

Write a Comment

Leave a Comment

Your email address will not be published. Required fields are marked *