7.0

Table Of Contents
echo ""
fi
export PATH=$PATH:$JAVA_HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
set -e
# Tested on CentOS
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
# SELinux can be disabled by setting "/usr/sbin/setenforce Permissive"
echo 'SELinux in enabled on this VM template. This service requires SELinux to be
disabled to install successfully'
exit 1
fi
if [ "x$OS" != "x" ] && [ "$OS" = 'Ubuntu' ]; then
# Fix the linux-firmware package
export DEBIAN_FRONTEND=noninteractive
apt-get install -y linux-firmware < /dev/console > /dev/console
# Install MySQL package
apt-get install -y mysql-server
else
yum --nogpgcheck --noplugins -y install -x MySQL-server-community mysql-server
fi
# Set Install Path to the default install path (For monitoring)
Install_Path=/usr
echo Install_Path is set to $Install_Path, please modify this script if the install path is
not correct.
d Click OK.
11 Configure the Configure action.
a Select Bash from the Script Type drop-down menu.
b Click Click here to edit.
Configuring vRealize Automation
VMware, Inc. 323