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.reim...@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-boun...@lists.linux-ha.org 
[linux-ha-boun...@lists.linux-ha.org]" im Auftrag von "Ulrich Windl 
[ulrich.wi...@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.reim...@icsmedia.de> schrieb am 30.01.2014 um 12:13 in
Nachricht
<3d8440d1f023894687638eba4f56a2d702de7...@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.reim...@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-boun...@lists.linux-ha.org
> [linux-ha-boun...@lists.linux-ha.org]&quot; im Auftrag von &quot;Ulrich
> Windl [ulrich.wi...@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.reim...@icsmedia.de> schrieb am 29.01.2014 um 17:24 in
> Nachricht
> <3d8440d1f023894687638eba4f56a2d702de6...@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.reim...@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

Reply via email to