Trying to install VM Manager on an Oracle Linux Server v8.6. I have run successfully all the required scripts (i.e. ‘createOracle.sh’), then mount the installation iso for VM Manager 3.4.7 and run the automated installer:
[root@ovmmgr iso]# ls -l
total 171942
drwxr-xr-x. 7 root root 8192 Mar 12 2021 components
-r-xr-x---. 1 root root 11913 Mar 12 2021 createOracle.sh
-rw-r--r--. 1 root root 230 Mar 12 2021 oracle-validated.params
-r-xr-x---. 1 root root 171639301 Mar 12 2021 ovmm-installer.bsx
-rw-r--r--. 1 root root 4402854 Mar 12 2021 OvmSDK_3.4.7.244.zip
-r-xr-x---. 1 root root 1919 Mar 12 2021 runInstaller.sh
-rw-r--r--. 1 root root 372 Mar 12 2021 sample.yml
-r--r--r--. 1 root root 1595 Mar 12 2021 TRANS.TBL
[root@ovmmgr iso]# ./runInstaller.sh
Oracle VM Manager Release 3.4.7 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2023-08-07-163246.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 1
Verifying installation prerequisites ...
Missing required packages. Oracle VM Manager requires ' policycoreutils-python' to be installed.
You can use 'yum install policycoreutils-python' to install it.
Configuration verification failed ...
I looked for policycoreutils-python but it's not available. Rather changed for ‘policycoreutils-python-utils’, which I had already installed:
[root@ovmmgr iso]# yum install policycoreutils-python-utils
Last metadata expiration check: 0:43:11 ago on Mon 07 Aug 2023 03:50:07 PM EDT.
Package policycoreutils-python-utils-2.9-24.0.1.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@ovmmgr iso]#
Don't know how else to proceed from this point. Any advise would be greatly appreciated.