On Mon, Mar 01, 2010 at 10:23:10AM +0100, Dejan Muhamedagic wrote:
> Hi,
>
> On Fri, Feb 26, 2010 at 02:59:14PM +0100, bi...@antworte.me wrote:
> >
> > >> >>
> > >> >> crm configure << EOF
> > >> >>
> > >> >> > delete loadbalancer
> > >> >> > group loadbalancer ldirectord vip_1 vip_2 vip_3
> > >>
Hi,
On Fri, Feb 26, 2010 at 02:59:14PM +0100, bi...@antworte.me wrote:
>
> >> >>
> >> >> crm configure << EOF
> >> >>
> >> >> > delete loadbalancer
> >> >> > group loadbalancer ldirectord vip_1 vip_2 vip_3
> >> >> > verify
> >> >> > EOF
> >> >>
> >> >> INFO: no curses support: you won't see color
>> >>
>> >> crm configure << EOF
>> >>
>> >> > delete loadbalancer
>> >> > group loadbalancer ldirectord vip_1 vip_2 vip_3
>> >> > verify
>> >> > EOF
>> >>
>> >> INFO: no curses support: you won't see colors
>> >> WARNING: 1: resource loadbalancer is running, can't delete it
>> >> ERROR: 2: loadba
Am Freitag, 26. Februar 2010 14:48:40 schrieb bi...@antworte.me:
> >> But - it seems not to work for a running resource :
> >>
> >> crm configure << EOF
> >>
> >> > delete loadbalancer
> >> > group loadbalancer ldirectord vip_1 vip_2 vip_3
> >> > verify
> >> > EOF
> >>
> >> INFO: no curses support:
>> But - it seems not to work for a running resource :
>>
>> crm configure << EOF
>>
>> > delete loadbalancer
>> > group loadbalancer ldirectord vip_1 vip_2 vip_3
>> > verify
>> > EOF
>>
>> INFO: no curses support: you won't see colors
>> WARNING: 1: resource loadbalancer is running, can't dele
On Friday 26 February 2010 13:56:50 bi...@antworte.me wrote:
> On Thu, 25 Feb 2010 16:17:32 +0100, Florian Haas
>
> wrote:
> > On 2010-02-25 14:01, Dejan Muhamedagic wrote:
> >> This should do:
> >>
> >> cat < >> delete loadbalancer
> >> group loadbalancer ldirectord vip_1 vip_2 vip_3
> >> EOF
>
On Thu, 25 Feb 2010 16:17:32 +0100, Florian Haas
wrote:
> On 2010-02-25 14:01, Dejan Muhamedagic wrote:
>> This should do:
>>
>> cat <> 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
> fo
On Thu, Feb 25, 2010 at 04:17:32PM +0100, Florian Haas wrote:
> On 2010-02-25 14:01, Dejan Muhamedagic wrote:
> > This should do:
> >
> > cat < > 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
On 2010-02-25 14:01, Dejan Muhamedagic wrote:
> This should do:
>
> cat < 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 <".
Cheers,
Florian
signature.asc
Description:
Hi,
On Thu, Feb 25, 2010 at 12:45:23PM +0100, bi...@antworte.me wrote:
>
> Hi, i want to edit a resource listed by crm configure show via
> batch/cmdline.
>
> current:
>
> group loadbalancer ldirectord vip_1 vip_2
>
> should be changed to:
>
> group loadbalancer ldirectord vip_1 vip_2 vip_3
>
Hi, i want to edit a resource listed by crm configure show via
batch/cmdline.
current:
group loadbalancer ldirectord vip_1 vip_2
should be changed to:
group loadbalancer ldirectord vip_1 vip_2 vip_3
I tried
echo "group loadbalancer ldirectord vip_1 vip_2 vip_3" | crm configure
edit gp_LVS
11 matches
Mail list logo