Re: [Pacemaker] configuration of stonith

2013-12-09 Thread Michael Schwartzkopff
Am Montag, 9. Dezember 2013, 07:42:59 schrieb Masopust, Christian: > > >> If you're using 1.1.10+, > > >> > > >> pcs stonith create fence_pcmk1_ipmi fence_ipmilan \ > > >> > > >> pcmk_host_list="pcmk-1" ipaddr="pcmk-1.ipmi" \ > > >> action="reboot" login="admin" passwd="secret" delay=15 \

Re: [Pacemaker] configuration of stonith

2013-12-09 Thread Dvorak Andreas
Dear all, thank you for the answers. Now I created to stonith resources pcs stonith create ipmi-fencing-sv2837 fence_ipmilan pcmk_host_list="sv2837" ipaddr=10.110.28.37 action="reboot" login=abc passwd=abc123 delay=15 op monitor interval=60s pcs stonith create ipmi-fencing-sv2836 fence_ipmilan

Re: [Pacemaker] configuration of stonith

2013-12-08 Thread Masopust, Christian
> >> > >> If you're using 1.1.10+, > >> > >> pcs stonith create fence_pcmk1_ipmi fence_ipmilan \ > >> pcmk_host_list="pcmk-1" ipaddr="pcmk-1.ipmi" \ > >> action="reboot" login="admin" passwd="secret" delay=15 \ > >> op monitor interval=60s > >> > >> pcs stonith create fence_pcmk2_ipmi f

Re: [Pacemaker] configuration of stonith

2013-12-08 Thread Digimer
On 08/12/13 07:54, Masopust, Christian wrote: > > >> -Ursprüngliche Nachricht- >> Von: Digimer [mailto:li...@alteeve.ca] >> Gesendet: Freitag, 06. Dezember 2013 17:20 >> An: m...@sys4.de; The Pacemaker cluster resource manager >> Betreff: Re:

Re: [Pacemaker] configuration of stonith

2013-12-08 Thread emmanuel segura
13 17:20 > > An: m...@sys4.de; The Pacemaker cluster resource manager > > Betreff: Re: [Pacemaker] configuration of stonith > > > > > > If you're using 1.1.10+, > > > > pcs stonith create fence_pcmk1_ipmi fence_ipmilan \ > > pcmk_host_list="p

Re: [Pacemaker] configuration of stonith

2013-12-08 Thread Masopust, Christian
> -Ursprüngliche Nachricht- > Von: Digimer [mailto:li...@alteeve.ca] > Gesendet: Freitag, 06. Dezember 2013 17:20 > An: m...@sys4.de; The Pacemaker cluster resource manager > Betreff: Re: [Pacemaker] configuration of stonith > > > If you're using 1.1

Re: [Pacemaker] configuration of stonith

2013-12-06 Thread Digimer
On 06/12/13 10:57, Michael Schwartzkopff wrote: > Am Freitag, 6. Dezember 2013, 16:49:32 schrieb Dvorak Andreas: >> Dear all >> >> I would like to configure stonith and found example like this: >> pcs cluster cib stonith_cfg pcs -f stonith_cfg stonith pcs -f >> stonith_cfg stonith create impi-fen

Re: [Pacemaker] configuration of stonith

2013-12-06 Thread emmanuel segura
make two resources pcs -f stonith_cfg stonith create impi-fencing fence_ipmilan pcmk_host_list="sv2836" ipaddr=10.0.0.1 login=testuser passwd=acd123 op monitor interval=60s pcs -f stonith_cfg stonith create impi-fencing fence_ipmilan pcmk_host_list="sv2837" ipaddr=10.0.0.2 login=testuser passwd=a

Re: [Pacemaker] configuration of stonith

2013-12-06 Thread Michael Schwartzkopff
Am Freitag, 6. Dezember 2013, 16:49:32 schrieb Dvorak Andreas: > Dear all > > I would like to configure stonith and found example like this: > pcs cluster cib stonith_cfg > pcs -f stonith_cfg stonith > pcs -f stonith_cfg stonith create impi-fencing fence_ipmilan > pcmk_host_list="sv2836 sv2837" ip

[Pacemaker] configuration of stonith

2013-12-06 Thread Dvorak Andreas
Dear all I would like to configure stonith and found example like this: pcs cluster cib stonith_cfg pcs -f stonith_cfg stonith pcs -f stonith_cfg stonith create impi-fencing fence_ipmilan pcmk_host_list="sv2836 sv2837" ipaddr=10.0.0.1 login=testuser passwd=acd123 op monitor interval=60s pcs -f s