* Darin Perusich <[email protected]> [20100730 14:52]:
> Hello all,
>
> I want to setup Amanda to backup the file systems, drbd devices, of an  
> active/passive cluster over the shared IP addresses. But when I  
> configure it this always fails w/ "timeout waiting for ACK". Is this  
> possible?

I've played with pacemaker/corosync in the past in a testing
environmement -- 2 passive master/slave nodes HA setup with drbd plus
other services and I was backing up the filesystem on top of the drbd
device with amanda no problem.

It's almost surely a network misconfigured or a dns issue.

The following doesn't really belong here, but for completeness my
shared/virtual IP was setup in the crm as follow:

crm(live)configure# primitive failover-ip ocf:heartbeat:IPaddr2 \
        params ip="192.168.1.17" cidr_netmask="24" nic="eth0" \
        op monitor interval="10s"

ymmv
jf

>
> What I've been doing is updating my disklist so the backups to use the  
> active node but I'd rather use the shared IP address. Having to update  
> the disklist in the event of failover, which happened last night, is an  
> inconvenience and one more thing I'd rather not have to think about.
>
> Thanks!
>
> -- 
> Darin Perusich
> Unix Systems Administrator
> Cognigen Corporation
> 395 Youngs Rd.
> Williamsville, NY 14221
> Phone: 716-633-3463
> Email: [email protected]

Reply via email to