On 2010-02-25 14:01, Dejan Muhamedagic wrote: > This should do: > > cat <<EOF | crm configure > delete loadbalancer > group loadbalancer ldirectord vip_1 vip_2 vip_3 > EOF
You will also need to insert "commit" before EOF. And of course, no need for cat, "crm configure <<EOF" will do. Or just put that config snippet into a text file, and do "crm configure load update <filename>". Cheers, Florian
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
