Solution for [INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck'
This error occurs when running an installation wizard in Oracle Linux 8.1 (OL8.1) servers.
Edit file 'ORACLE_HOME/cv/admin/cvu_config' and add a new line 'CV_ASSUME_DISTID=OEL8.1', followed by saving the file.
[oracle@testserver-k ~]$ vi $ORACLE_HOME/cv/admin/cvu_config
#CV_ASSUME_DISTID=OEL5
CV_ASSUME_DISTID=OEL8.1
[oracle@testserver-k ~]$ cat $ORACLE_HOME/cv/admin/cvu_config | grep -i CV_ASSUME_DISTID
#CV_ASSUME_DISTID=OEL5
CV_ASSUME_DISTID=OEL8.1
Re-run the installer.
Comments
Post a Comment