Mailing List Archive

Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist
>>> Ingo Reimann <ingo.reimann@icsmedia.de> schrieb am 29.01.2014 um 17:24 in
Nachricht
<3D8440D1F023894687638EBA4F56A2D702DE6303@ms-exch-virt.muenster.icsmedia.de>:

> Hi,
>
> i can`t get stonith:external/vcenter to work:
>
> on my Debian/Jessie with pacemaker 1.1.7 / cluster-glue 1.0.10 i run into the
> following problem:
>

crm ra info p_fence stonith:external/vcenter

> crm(live)configure# primitive p_fence stonith:external/vcenter params \
> pcmk_host_check="static-list" pcmk_host_list="tp-nas1;tp-nas2" \
> VI_SERVER="X.X.X.X" VI_CREDSTORE="/etc/vicredentials.xml" \
> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" \
> RESETPOWERON="0" op monitor interval="60s"
> ERROR: p_fence: parameter VI_CREDSTORE does not exist
> ERROR: p_fence: parameter RESETPOWERON does not exist
> ERROR: p_fence: parameter HOSTLIST does not exist
> ERROR: p_fence: parameter VI_SERVER does not exist
>
> What could be the problem?
>
> Invocation of the ra-Script from commandline works:
> VI_SERVER=X.X.X.X.10 VI_CREDSTORE=/etc/vicredentials.xml
> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" RESETPOWERON=0
> /usr/lib/stonith/plugins/external/vcenter gethosts
> vm-nas1
> vm-nas2
>
> Any suggestion would be great!
>
> regards,
>
> ingo
>
>
>
>
>
>
>
>
>
>
> << Signature
>>>
>
>
>
>
>
>
>
> Ingo Reimann
> Systemmanager
>
> ICSmedia GmbH
> Soester Str. 13
> 48155 Muenster
>
> Fon: +49 251 6060-403
> Fax: +49 251 6060-190
> Mail: ingo.reimann@icsmedia.de
> Mobil: +49 151 62417795
> Web: www.icsmedia.de
> Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
> Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809
>
> -----------------------------------------------------------
>
> Webinare. Mehr Erfahren. Weniger Reisen.
>
> Ab sofort bieten wir Webinare zu verschiedenen Themen
> der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
> lernen Sie direkt an Ihrem Arbeitsplatz.
>
> Weitere Informationen finden Sie auf
> http://www.dts.de/termine/webinar/
>
> -----------------------------------------------------------
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems



_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
Hi Ulrich,

root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
ERROR: stonith:external/vcenter:fencing_vcenter: could not parse meta-data:

i guess, there is something weird:
crm ra help does not show "info":

root@vm-nas1:~# crm ra help


This level contains commands which show various information about
the installed resource agents. It is available both at the top
level and at the `configure` level.


Available commands:

classes list classes and providers
list list RA for a class (and provider)
meta,info show meta data for a RA
providers show providers for a RA and a class
quit,bye,exit exit the program
help show help
end,cd,up go back one level

crm(live)ra# classes
heartbeat
lsb
ocf / glusterfs heartbeat linbit pacemaker redhat
stonith
upstart
crm(live)ra# list stonith
apcmaster apcmastersnmp apcsmart baytech bladehpi cyclades drac3
fence_legacy fence_pcmk ibmhmc ipmilan meatware null nw_rpc100s
rcd_serial rps10 ssh suicide wti_mpc wti_nps

the external type is missing, is this correct?

root@vm-nas1:~# stonith -L | grep external
external/drac5
external/dracmc-telnet
external/hetzner
external/hmchttp
external/ibmrsa
external/ibmrsa-telnet
external/ipmi
external/ippower9258
external/kdumpcheck
external/libvirt
external/nut
external/rackpdu
external/riloe
external/sbd
external/ssh
external/vcenter
external/vmware
external/xen0
external/xen0-ha


Regards,

ingo


Ingo Reimann
Systemmanager

ICSmedia GmbH
Soester Str. 13
48155 Muenster

Fon: +49 251 6060-403
Fax: +49 251 6060-190
Mail: ingo.reimann@icsmedia.de
Mobil: +49 151 62417795
Web: www.icsmedia.de
Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809

-----------------------------------------------------------

Webinare. Mehr Erfahren. Weniger Reisen.

Ab sofort bieten wir Webinare zu verschiedenen Themen
der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
lernen Sie direkt an Ihrem Arbeitsplatz.

Weitere Informationen finden Sie auf
http://www.dts.de/termine/webinar/

-----------------------------------------------------------

________________________________________
Von: linux-ha-bounces@lists.linux-ha.org [linux-ha-bounces@lists.linux-ha.org]&quot; im Auftrag von &quot;Ulrich Windl [Ulrich.Windl@rz.uni-regensburg.de]
Gesendet: Donnerstag, 30. Januar 2014 08:07
An: linux-ha@lists.linux-ha.org
Betreff: [Linux-HA] Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist

>>> Ingo Reimann <ingo.reimann@icsmedia.de> schrieb am 29.01.2014 um 17:24 in
Nachricht
<3D8440D1F023894687638EBA4F56A2D702DE6303@ms-exch-virt.muenster.icsmedia.de>:

> Hi,
>
> i can`t get stonith:external/vcenter to work:
>
> on my Debian/Jessie with pacemaker 1.1.7 / cluster-glue 1.0.10 i run into the
> following problem:
>

crm ra info p_fence stonith:external/vcenter

> crm(live)configure# primitive p_fence stonith:external/vcenter params \
> pcmk_host_check="static-list" pcmk_host_list="tp-nas1;tp-nas2" \
> VI_SERVER="X.X.X.X" VI_CREDSTORE="/etc/vicredentials.xml" \
> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" \
> RESETPOWERON="0" op monitor interval="60s"
> ERROR: p_fence: parameter VI_CREDSTORE does not exist
> ERROR: p_fence: parameter RESETPOWERON does not exist
> ERROR: p_fence: parameter HOSTLIST does not exist
> ERROR: p_fence: parameter VI_SERVER does not exist
>
> What could be the problem?
>
> Invocation of the ra-Script from commandline works:
> VI_SERVER=X.X.X.X.10 VI_CREDSTORE=/etc/vicredentials.xml
> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" RESETPOWERON=0
> /usr/lib/stonith/plugins/external/vcenter gethosts
> vm-nas1
> vm-nas2
>
> Any suggestion would be great!
>
> regards,
>
> ingo
>
>
>
>
>
>
>
>
>
>
> << Signature
>>>
>
>
>
>
>
>
>
> Ingo Reimann
> Systemmanager
>
> ICSmedia GmbH
> Soester Str. 13
> 48155 Muenster
>
> Fon: +49 251 6060-403
> Fax: +49 251 6060-190
> Mail: ingo.reimann@icsmedia.de
> Mobil: +49 151 62417795
> Web: www.icsmedia.de
> Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
> Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809
>
> -----------------------------------------------------------
>
> Webinare. Mehr Erfahren. Weniger Reisen.
>
> Ab sofort bieten wir Webinare zu verschiedenen Themen
> der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
> lernen Sie direkt an Ihrem Arbeitsplatz.
>
> Weitere Informationen finden Sie auf
> http://www.dts.de/termine/webinar/
>
> -----------------------------------------------------------
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems



_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
>>> Ingo Reimann <ingo.reimann@icsmedia.de> schrieb am 30.01.2014 um 12:13 in
Nachricht
<3D8440D1F023894687638EBA4F56A2D702DE77F3@ms-exch-virt.muenster.icsmedia.de>:

> Hi Ulrich,
>
> root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
> ERROR: stonith:external/vcenter:fencing_vcenter: could not parse meta-data:

I guess your RA may be LSB (which is kind of obsolete).

>
> i guess, there is something weird:
> crm ra help does not show "info":
>
> root@vm-nas1:~# crm ra help
>
>
> This level contains commands which show various information about
> the installed resource agents. It is available both at the top
> level and at the `configure` level.
>
>
> Available commands:
>
> classes list classes and providers
> list list RA for a class (and provider)
> meta,info show meta data for a RA
^^^^^^^^^^^^See here!
> providers show providers for a RA and a class
> quit,bye,exit exit the program
> help show help
> end,cd,up go back one level
>
> crm(live)ra# classes
> heartbeat
> lsb
> ocf / glusterfs heartbeat linbit pacemaker redhat
> stonith
> upstart
> crm(live)ra# list stonith
> apcmaster apcmastersnmp apcsmart baytech bladehpi
> cyclades drac3
> fence_legacy fence_pcmk ibmhmc ipmilan meatware
> null nw_rpc100s
> rcd_serial rps10 ssh suicide wti_mpc
> wti_nps
>
> the external type is missing, is this correct?
>
> root@vm-nas1:~# stonith -L | grep external
> external/drac5
> external/dracmc-telnet
> external/hetzner
> external/hmchttp
> external/ibmrsa
> external/ibmrsa-telnet
> external/ipmi
> external/ippower9258
> external/kdumpcheck
> external/libvirt
> external/nut
> external/rackpdu
> external/riloe
> external/sbd
> external/ssh
> external/vcenter
> external/vmware
> external/xen0
> external/xen0-ha
>
>
> Regards,
>
> ingo
>
>
> Ingo Reimann
> Systemmanager
>
> ICSmedia GmbH
> Soester Str. 13
> 48155 Muenster
>
> Fon: +49 251 6060-403
> Fax: +49 251 6060-190
> Mail: ingo.reimann@icsmedia.de
> Mobil: +49 151 62417795
> Web: www.icsmedia.de
> Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
> Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809
>
> -----------------------------------------------------------
>
> Webinare. Mehr Erfahren. Weniger Reisen.
>
> Ab sofort bieten wir Webinare zu verschiedenen Themen
> der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
> lernen Sie direkt an Ihrem Arbeitsplatz.
>
> Weitere Informationen finden Sie auf
> http://www.dts.de/termine/webinar/
>
> -----------------------------------------------------------
>
> ________________________________________
> Von: linux-ha-bounces@lists.linux-ha.org
> [linux-ha-bounces@lists.linux-ha.org]&quot; im Auftrag von &quot;Ulrich
> Windl [Ulrich.Windl@rz.uni-regensburg.de]
> Gesendet: Donnerstag, 30. Januar 2014 08:07
> An: linux-ha@lists.linux-ha.org
> Betreff: [Linux-HA] Antw: crm configure stonith:external/vcenter -> parameter
> VI_CREDSTORE does not exist
>
>>>> Ingo Reimann <ingo.reimann@icsmedia.de> schrieb am 29.01.2014 um 17:24 in
> Nachricht
> <3D8440D1F023894687638EBA4F56A2D702DE6303@ms-exch-virt.muenster.icsmedia.de>:
>
>> Hi,
>>
>> i can`t get stonith:external/vcenter to work:
>>
>> on my Debian/Jessie with pacemaker 1.1.7 / cluster-glue 1.0.10 i run into the
>> following problem:
>>
>
> crm ra info p_fence stonith:external/vcenter
>
>> crm(live)configure# primitive p_fence stonith:external/vcenter params \
>> pcmk_host_check="static-list" pcmk_host_list="tp-nas1;tp-nas2" \
>> VI_SERVER="X.X.X.X" VI_CREDSTORE="/etc/vicredentials.xml" \
>> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" \
>> RESETPOWERON="0" op monitor interval="60s"
>> ERROR: p_fence: parameter VI_CREDSTORE does not exist
>> ERROR: p_fence: parameter RESETPOWERON does not exist
>> ERROR: p_fence: parameter HOSTLIST does not exist
>> ERROR: p_fence: parameter VI_SERVER does not exist
>>
>> What could be the problem?
>>
>> Invocation of the ra-Script from commandline works:
>> VI_SERVER=X.X.X.X.10 VI_CREDSTORE=/etc/vicredentials.xml
>> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" RESETPOWERON=0
>> /usr/lib/stonith/plugins/external/vcenter gethosts
>> vm-nas1
>> vm-nas2
>>
>> Any suggestion would be great!
>>
>> regards,
>>
>> ingo
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> << Signature
>>>>
>>
>>
>>
>>
>>
>>
>>
>> Ingo Reimann
>> Systemmanager
>>
>> ICSmedia GmbH
>> Soester Str. 13
>> 48155 Muenster
>>
>> Fon: +49 251 6060-403
>> Fax: +49 251 6060-190
>> Mail: ingo.reimann@icsmedia.de
>> Mobil: +49 151 62417795
>> Web: www.icsmedia.de
>> Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
>> Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809
>>
>> -----------------------------------------------------------
>>
>> Webinare. Mehr Erfahren. Weniger Reisen.
>>
>> Ab sofort bieten wir Webinare zu verschiedenen Themen
>> der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
>> lernen Sie direkt an Ihrem Arbeitsplatz.
>>
>> Weitere Informationen finden Sie auf
>> http://www.dts.de/termine/webinar/
>>
>> -----------------------------------------------------------
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA@lists.linux-ha.org
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>
>
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems


_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
So, what to do?

i simply installed everything from Debian/Jessie. If the packets are obsolete, what would you suggest? Install from source?


Ingo Reimann
Systemmanager

ICSmedia GmbH
Soester Str. 13
48155 Muenster

Fon: +49 251 6060-403
Fax: +49 251 6060-190
Mail: ingo.reimann@icsmedia.de
Mobil: +49 151 62417795
Web: www.icsmedia.de
Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809

-----------------------------------------------------------

Webinare. Mehr Erfahren. Weniger Reisen.

Ab sofort bieten wir Webinare zu verschiedenen Themen
der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
lernen Sie direkt an Ihrem Arbeitsplatz.

Weitere Informationen finden Sie auf
http://www.dts.de/termine/webinar/

-----------------------------------------------------------

________________________________________
Von: linux-ha-bounces@lists.linux-ha.org [linux-ha-bounces@lists.linux-ha.org]&quot; im Auftrag von &quot;Ulrich Windl [Ulrich.Windl@rz.uni-regensburg.de]
Gesendet: Donnerstag, 30. Januar 2014 12:19
An: General Linux-HA mailing list
Betreff: Re: [Linux-HA] Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist

>>> Ingo Reimann <ingo.reimann@icsmedia.de> schrieb am 30.01.2014 um 12:13 in
Nachricht
<3D8440D1F023894687638EBA4F56A2D702DE77F3@ms-exch-virt.muenster.icsmedia.de>:

> Hi Ulrich,
>
> root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
> ERROR: stonith:external/vcenter:fencing_vcenter: could not parse meta-data:

I guess your RA may be LSB (which is kind of obsolete).

>
> i guess, there is something weird:
> crm ra help does not show "info":
>
> root@vm-nas1:~# crm ra help
>
>
> This level contains commands which show various information about
> the installed resource agents. It is available both at the top
> level and at the `configure` level.
>
>
> Available commands:
>
> classes list classes and providers
> list list RA for a class (and provider)
> meta,info show meta data for a RA
^^^^^^^^^^^^See here!
> providers show providers for a RA and a class
> quit,bye,exit exit the program
> help show help
> end,cd,up go back one level
>
> crm(live)ra# classes
> heartbeat
> lsb
> ocf / glusterfs heartbeat linbit pacemaker redhat
> stonith
> upstart
> crm(live)ra# list stonith
> apcmaster apcmastersnmp apcsmart baytech bladehpi
> cyclades drac3
> fence_legacy fence_pcmk ibmhmc ipmilan meatware
> null nw_rpc100s
> rcd_serial rps10 ssh suicide wti_mpc
> wti_nps
>
> the external type is missing, is this correct?
>
> root@vm-nas1:~# stonith -L | grep external
> external/drac5
> external/dracmc-telnet
> external/hetzner
> external/hmchttp
> external/ibmrsa
> external/ibmrsa-telnet
> external/ipmi
> external/ippower9258
> external/kdumpcheck
> external/libvirt
> external/nut
> external/rackpdu
> external/riloe
> external/sbd
> external/ssh
> external/vcenter
> external/vmware
> external/xen0
> external/xen0-ha
>
>
> Regards,
>
> ingo
>
>
> Ingo Reimann
> Systemmanager
>
> ICSmedia GmbH
> Soester Str. 13
> 48155 Muenster
>
> Fon: +49 251 6060-403
> Fax: +49 251 6060-190
> Mail: ingo.reimann@icsmedia.de
> Mobil: +49 151 62417795
> Web: www.icsmedia.de
> Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
> Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809
>
> -----------------------------------------------------------
>
> Webinare. Mehr Erfahren. Weniger Reisen.
>
> Ab sofort bieten wir Webinare zu verschiedenen Themen
> der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
> lernen Sie direkt an Ihrem Arbeitsplatz.
>
> Weitere Informationen finden Sie auf
> http://www.dts.de/termine/webinar/
>
> -----------------------------------------------------------
>
> ________________________________________
> Von: linux-ha-bounces@lists.linux-ha.org
> [linux-ha-bounces@lists.linux-ha.org]&quot; im Auftrag von &quot;Ulrich
> Windl [Ulrich.Windl@rz.uni-regensburg.de]
> Gesendet: Donnerstag, 30. Januar 2014 08:07
> An: linux-ha@lists.linux-ha.org
> Betreff: [Linux-HA] Antw: crm configure stonith:external/vcenter -> parameter
> VI_CREDSTORE does not exist
>
>>>> Ingo Reimann <ingo.reimann@icsmedia.de> schrieb am 29.01.2014 um 17:24 in
> Nachricht
> <3D8440D1F023894687638EBA4F56A2D702DE6303@ms-exch-virt.muenster.icsmedia.de>:
>
>> Hi,
>>
>> i can`t get stonith:external/vcenter to work:
>>
>> on my Debian/Jessie with pacemaker 1.1.7 / cluster-glue 1.0.10 i run into the
>> following problem:
>>
>
> crm ra info p_fence stonith:external/vcenter
>
>> crm(live)configure# primitive p_fence stonith:external/vcenter params \
>> pcmk_host_check="static-list" pcmk_host_list="tp-nas1;tp-nas2" \
>> VI_SERVER="X.X.X.X" VI_CREDSTORE="/etc/vicredentials.xml" \
>> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" \
>> RESETPOWERON="0" op monitor interval="60s"
>> ERROR: p_fence: parameter VI_CREDSTORE does not exist
>> ERROR: p_fence: parameter RESETPOWERON does not exist
>> ERROR: p_fence: parameter HOSTLIST does not exist
>> ERROR: p_fence: parameter VI_SERVER does not exist
>>
>> What could be the problem?
>>
>> Invocation of the ra-Script from commandline works:
>> VI_SERVER=X.X.X.X.10 VI_CREDSTORE=/etc/vicredentials.xml
>> HOSTLIST="nas1=vm-nas1;nas2=vm-nas2" RESETPOWERON=0
>> /usr/lib/stonith/plugins/external/vcenter gethosts
>> vm-nas1
>> vm-nas2
>>
>> Any suggestion would be great!
>>
>> regards,
>>
>> ingo
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> << Signature
>>>>
>>
>>
>>
>>
>>
>>
>>
>> Ingo Reimann
>> Systemmanager
>>
>> ICSmedia GmbH
>> Soester Str. 13
>> 48155 Muenster
>>
>> Fon: +49 251 6060-403
>> Fax: +49 251 6060-190
>> Mail: ingo.reimann@icsmedia.de
>> Mobil: +49 151 62417795
>> Web: www.icsmedia.de
>> Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
>> Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809
>>
>> -----------------------------------------------------------
>>
>> Webinare. Mehr Erfahren. Weniger Reisen.
>>
>> Ab sofort bieten wir Webinare zu verschiedenen Themen
>> der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
>> lernen Sie direkt an Ihrem Arbeitsplatz.
>>
>> Weitere Informationen finden Sie auf
>> http://www.dts.de/termine/webinar/
>>
>> -----------------------------------------------------------
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA@lists.linux-ha.org
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>
>
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems


_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
On 2014-01-30T12:19:27, Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> wrote:

> > root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
> > ERROR: stonith:external/vcenter:fencing_vcenter: could not parse meta-data:
> I guess your RA may be LSB (which is kind of obsolete).

Hm? How can a stonith-external fencing agent be "LSB"? (Not talking
about RAs here, either.)

> > crm(live)ra# list stonith
> > apcmaster apcmastersnmp apcsmart baytech bladehpi
> > cyclades drac3
> > fence_legacy fence_pcmk ibmhmc ipmilan meatware
> > null nw_rpc100s
> > rcd_serial rps10 ssh suicide wti_mpc
> > wti_nps
> >
> > the external type is missing, is this correct?

Yes, this should include the external/* types. (It does for me, but
then, I'm on openSUSE / SLE HA.)

> > root@vm-nas1:~# stonith -L | grep external
> > external/drac5
[...]

So they are packaged, but not picked up by the crm shell. Seems that
there's a packaging error in how agents are queried, but I admit to not
knowing which one - I've not seen this behaviour before.

> >> on my Debian/Jessie with pacemaker 1.1.7 / cluster-glue 1.0.10 i run into the
> >> following problem:

It's probably best to update to latest releases - pacemaker-1.1.10 (or
even the 1.1.11 candidate) etc.


Regards,
Lars

--
Architect Storage/HA
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
>>> Lars Marowsky-Bree <lmb@suse.com> schrieb am 30.01.2014 um 13:40 in
Nachricht
<20140130124017.GC7139@suse.de>:
> On 2014-01-30T12:19:27, Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
wrote:
>
>> > root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
>> > ERROR: stonith:external/vcenter:fencing_vcenter: could not parse
meta-data:
>> I guess your RA may be LSB (which is kind of obsolete).
>
> Hm? How can a stonith-external fencing agent be "LSB"? (Not talking
> about RAs here, either.)

Sorry, I didn't look carefully. OTOH, why doesn't it provide valid metadata?

>
>> > crm(live)ra# list stonith
>> > apcmaster apcmastersnmp apcsmart baytech bladehpi

>
>> > cyclades drac3
>> > fence_legacy fence_pcmk ibmhmc ipmilan meatware

>
>> > null nw_rpc100s
>> > rcd_serial rps10 ssh suicide wti_mpc

>
>> > wti_nps
>> >
>> > the external type is missing, is this correct?
>
> Yes, this should include the external/* types. (It does for me, but
> then, I'm on openSUSE / SLE HA.)
>
>> > root@vm-nas1:~# stonith -L | grep external
>> > external/drac5
> [...]
>
> So they are packaged, but not picked up by the crm shell. Seems that
> there's a packaging error in how agents are queried, but I admit to not
> knowing which one - I've not seen this behaviour before.
>
>> >> on my Debian/Jessie with pacemaker 1.1.7 / cluster-glue 1.0.10 i run
into
> the
>> >> following problem:
>
> It's probably best to update to latest releases - pacemaker-1.1.10 (or
> even the 1.1.11 candidate) etc.
>
>
> Regards,
> Lars
>
> --
> Architect Storage/HA
> SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer,

> HRB 21284 (AG Nürnberg)
> "Experience is the name everyone gives to their mistakes." -- Oscar Wilde
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems


_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
On 2014-01-31T07:59:57, Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> wrote:

> >> > root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
> >> > ERROR: stonith:external/vcenter:fencing_vcenter: could not parse
> meta-data:
> >> I guess your RA may be LSB (which is kind of obsolete).
> >
> > Hm? How can a stonith-external fencing agent be "LSB"? (Not talking
> > about RAs here, either.)
>
> Sorry, I didn't look carefully. OTOH, why doesn't it provide valid metadata?

Probably a packaging error that the external plugin isn't being properly
found on Debian.


Regards,
Lars

--
Architect Storage/HA
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
Re: Antw: crm configure stonith:external/vcenter -> parameter VI_CREDSTORE does not exist [ In reply to ]
Thanks for all your help!

So, i`d better file a bug report to the corresponding debian list for "cluster-glue".

During the meanwhile - i`ll try to build cluster-glue by myself.

Regards,

ingo



> >> > root@vm-nas1:~# crm ra info fencing_vcenter stonith:external/vcenter
> >> > ERROR: stonith:external/vcenter:fencing_vcenter: could not parse
> meta-data:
> >> I guess your RA may be LSB (which is kind of obsolete).
> >
> > Hm? How can a stonith-external fencing agent be "LSB"? (Not talking
> > about RAs here, either.)
>
> Sorry, I didn't look carefully. OTOH, why doesn't it provide valid metadata?

Probably a packaging error that the external plugin isn't being properly
found on Debian.


Regards,
Lars

--
Architect Storage/HA
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendoerffer, HRB 21284 (AG Nuernberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde


Ingo Reimann
Systemmanager

ICSmedia GmbH
Soester Str. 13
48155 Muenster

Fon: +49 251 6060-403
Fax: +49 251 6060-190
Mail: ingo.reimann@icsmedia.de
Mobil: +49 151 62417795
Web: www.icsmedia.de
Geschaeftsfuehrer: Ulrich Moeller, Kai Mallmann
Amtsgericht Muenster HRB 4697 - USt-IdNr. DE179964809

-----------------------------------------------------------

Webinare. Mehr Erfahren. Weniger Reisen.

Ab sofort bieten wir Webinare zu verschiedenen Themen
der IT Welt an. Sparen Sie Ihre Zeit. Statt zu reisen
lernen Sie direkt an Ihrem Arbeitsplatz.

Weitere Informationen finden Sie auf
http://www.dts.de/termine/webinar/

-----------------------------------------------------------

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems