Hi all, I am new to the list and have an issue with the Mysql service. It is running, but when I run the commands /usr/share/cluster/mysql.sh restart, or /usr/share/cluster/mysql.sh status I get the following errors. I am using mysql as a database for an email server with Dovecot, Qmail, and Vpopmail.
Thanks and Happy Holidays! Marty Diesburg Adv. Tech Independence Telcom <?xml version="1.0"?> <cluster alias="mailcluster" config_version="52" name="mailcluster"> <fence_daemon post_fail_delay="0" post_join_delay="3"/> <clusternodes> <clusternode name="mailcluster-node0" nodeid="1" votes="1"> <fence> <method name="1"> <device lanplus="" name="node0-ipmi"/> </method> </fence> </clusternode> <clusternode name="mailcluster-node1" nodeid="2" votes="1"> <fence> <method name="1"> <device lanplus="" name="node1-ipmi"/> </method> </fence> </clusternode> </clusternodes> <cman expected_votes="1" two_node="1"/> <fencedevices> <fencedevice agent="fence_ipmilan" auth="password" ipaddr="24.149.30.43" login="admin" name="node0-ipmi" passwd="admin"/> <fencedevice agent="fence_ipmilan" auth="password" ipaddr="24.149.30.44" login="admin" name="node1-ipmi" passwd="admin"/> </fencedevices> <rm> <failoverdomains> <failoverdomain name="mailcluster" ordered="0" restricted="1"> <failoverdomainnode name="mailcluster-node1" priority="1"/> <failoverdomainnode name="mailcluster-node0" priority="1"/> </failoverdomain> </failoverdomains> <resources> <fs device="/dev/storage0/production" force_fsck="0" force_unmount="0" fsid="37651" fstype="ext3" mountpoint="/production" name="production" options="" self_fence="1"/> <fs device="/dev/storage0/backup" force_fsck="0" force_unmount="0" fsid="46184" fstype="ext3" mountpoint="/backup" name="backup" options="" self_fence="1"/> <ip address="24.149.30.40" monitor_link="1"/> <mysql config_file="/production/mysql/etc/my.cnf" listen_address="24.149.30.40" mysql_options="" name="productionsql" shutdown_wait=""/> <script file="/production/qmail/bin/qmailctl" name="qmail"/> </resources> <service autostart="1" domain="mailcluster" name="mailcluster" recovery="restart"> <ip ref="24.149.30.40"> <fs ref="backup"/> <fs ref="production"/> <mysql ref="productionsql"> <fs ref="production"/> </mysql> <script ref="qmail"> <fs ref="production"/> </script> </ip> </service> </rm> </cluster>
-- Linux-cluster mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-cluster
