netstat Network Utility
Verify that your distribution of Linux includes the netstat
network utility. If it does not, install the utility. The Controller installation uses netstat
to determine whether MySQL processes are running.
For example, you can install the package that includes netstat
with the following command on CentOS:
yum install net-tools