[DRBD-user] Failed action not configured

Felix Frank ff at mpexnet.de
Fri Sep 27 10:57:55 CEST 2013

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


Hi,

On 09/26/2013 09:35 AM, Antonio Fernández Pérez wrote:
> I have configured two nodes using DRBD+Pacemaker+Corosync+MySQL: Node1
> with ip address 192.168.1.38, Node2 with ip address 192.168.1.39.
> Virtual IP is 192.168.1.37.
> 
> First problem: When I type ifconfig on Node1 only appears one IP
> address. If I type arp 192.168.1.37 points to Node1 (By MAC address).
> Where is the virtual interface?

I would no longer recommend using "ifconfig" to examine your addresses.
Try "ip addr show" (or "ip a", for being as lazy as possible).

> Second problem: When I type crm_mon appears this problem "Failed
> actions: mysqld_start_0 (node=drbd-nodo1, call=22, rc=6,
> status=complete): not configured
> ". What is it?

I'm not sure, but read below.

> primitive mysqld ocf:heartbeat:mysql \
>         params binary="/usr/bin/mysqld_safe" config="/etc/my.cnf"
> user="mysql" group="mysql" log="/var/log/mysql.log"
> pid="/var/run/mysqld/mysqld.pid" datadir="/var/lib/mysql/data"
> socket="/var/run/mysqld/mysqld.sock"

Can you make sure that all these configs and directories exist, are
writeable etc?

Check your system logs, the resource agent may be leaving an error
message for you. Specifically, grepping for the string ERROR has been
known to yield interesting information.

HTH,
Felix



More information about the drbd-user mailing list