Installing the policy console RPM
This procedure is for first time installation.
Before installing the policy console RPM package on a Red Hat/CentOS virtual machine, install Docker (any edition) on that virtual machine.
Download the .rpm files from Blue Cedar Support to your virtual machine running Red Hat/CentOS.
Disable SELinux. See the Red Hat documentation, Disabling SELinux.
In the directory where you saved the .rpm files, install them with this command:
BASH
$ sudo yum install -y policy-console-*.rpm
Upgrading the policy console RPM
Download the .rpm files from Blue Cedar Support to your virtual machine running Red Hat/CentOS.
In the directory where you saved the .rpm files, use this command to upgrade:
BASH
$ sudo yum update -y policy-console-*.rpm
Uninstalling the console files and database
In the directory where you saved the .rpm files, use this command to remove console packages:
BASH
$ sudo yum remove policy-console-database
The above step removes the console files, but does not remove console data. If you are sure you want to remove the console database entirely, after running the above step you can run the below. IMPORTANT: The following command removes the entire console database, make sure you understand what you are doing.
To remove console data, including any apps, profiles, users, and so on, use this command:
BASH
$ sudo docker volume rm policy_console_database_data