PVI checker
The PVI checker can be executed by running the bash pvichecker.sh script. This checks all the pre-requisites required such as non-root account, hostname resolvable, required Red Hat RPM packages installed, and then lists the ones that passed or failed.
If the PVI checker is invoked with the -install parameter, that is running pvicheck.sh -install , it installs any missing RPMs, provided a yum repository is configured. It also performs other correction tasks like adding hostname to /etc/hosts and disabling firewall.
The PVI checker can also be invoked with the -headless parameter which suppresses the need for user input.