Restaring MySQL Exim with SIM doesnt work anymore..
hi all,i just note that automatically restatrt mySQL and exim with SIM doesnt' work anymore. Below is a screen shoot from my SIM configuration.
the error message are:
MYSQL restart failed, could not find /etc/init.d/mysqld.
and:
SMTP restart failed, could not find /etc/init.d/exim
Thanks for any help.
===============
SERV_FTP="false" # FTP Service
SERV_HTTP="true" # HTTP Service
SERV_DNS="true" # DNS Service
SERV_SSH="true" # SSH Service
SERV_MYSQL="true" # MySQL Service
SERV_PGSQL="false" # PGSQL Service
SERV_EWP="false" # Ensim Web Appliance Service
SERV_XINET="false" # XINET Sevice
SERV_SMTP="true" # SMTP Service
# The below values are used to check against the processes list
# and make sure the given service is running
FTP_NAME="proftpd" # name of FTP service as appears in 'ps'
HTTP_NAME="httpd" # name of HTTP service as appears in 'ps'
DNS_NAME="named" # name of DNS service as appears in 'ps'
SSH_NAME="sshd" # name of SSH service as appears in 'ps'
MYSQL_NAME="mysqld" # name of MySQL service as appears in 'ps'
PGSQL_NAME="postmaster" # name of PGSQL service as appears in 'ps'
EWP_NAME="ocwhttpd" # name of Ensim Web Appliance service as appears in 'ps'
XINET_NAME="xinetd" # name of XINET service as appears in 'ps'
SMTP_NAME="exim" # name of SMTP service as appears in 'ps'
# The below values are used to check against the netstat output
# and make sure the given service is operating on the said port
FTP_PORT="21" # TCP/IP port for FTP
HTTP_PORT="80" # TCP/IP port for HTTP
DNS_PORT="53" # TCP/IP port for DNS
SSH_PORT="22" # TCP/IP port for SSH
MYSQL_PORT="3306" # TCP/IP port for MySQL
EWP_PORT="19638" # TCP/IP port for Ensim Web Appliance
XINET_PORT="110" # TCP/IP port for an XINET service
SMTP_PORT="25" # TCP/IP port for SMTP service
# The init paths are what is used to restart a given service
# ("start" is passed to the given init script)
FTP_INIT="/etc/init.d/proftpd" # path to FTP service init script
HTTP_INIT="/etc/init.d/httpd" # path to HTTP service init script
DNS_INIT="/etc/init.d/named" # path to DNS service init script
SSH_INIT="/etc/init.d/sshd" # path to SSH service init script
MYSQL_INIT="/etc/init.d/mysqld" # path to MySQL service init script
PGSQL_INIT="/etc/init.d/postgresql" # path to PGSQL service init script
EWP_INIT="/etc/init.d/webppliance" # path to Ensim Web Appliance service init script
XINET_INIT="/etc/init.d/xinetd" # path to XINET service init script
SMTP_INIT="/etc/init.d/exim restart" # path to SMTP service init script