High Availability with HP V1910-48G Managed Switch - Fencing

Hello everybody!

I try to find a solution, to get my HP V1910 managed switch to run with my three nodes with Promox VE 3.4.
Does anyone successfully configurates a managed switch?
I have problems with this command:

root@pve1:~# fence_ifmib -o list -c fencing -a 192.168.X.XX -n switch
ERROR:root:Returned 1: Timeout: No Response from 192.168.X.XX:161


ERROR:root:Please use '-h' for usage

I have created a community on the switch called "fencing". But why i get these error?

Thanks in advanced for your help.


Best regards,

Roman
 
Hello everybody!

I try to find a solution, to get my HP V1910 managed switch to run with my three nodes with Promox VE 3.4.
Does anyone successfully configurates a managed switch?
I have problems with this command:

root@pve1:~# fence_ifmib -o list -c fencing -a 192.168.X.XX -n switch
ERROR:root:Returned 1: Timeout: No Response from 192.168.X.XX:161


ERROR:root:Please use '-h' for usage

I have created a community on the switch called "fencing". But why i get these error?

Thanks in advanced for your help.


Best regards,

Roman

Based off of "ERROR:root:Returned 1: Timeout: No Response from 192.168.X.XX:161" it seems like a network issue. Looks like it has been done before.

http://forum.proxmox.com/threads/16605-Fencing-with-HP-switch-1910
 
Hi adamb and mir,

thanks for your answers. I´ve already read that, but now i found my mistake. I used v3 and not v2c like at the wiki proxmox.

Now my cluster.conf works, thanks a lot!

Is it possible to set two or more ports (e.g. 8, 9 and 10) with the action=off command at the cluster.conf, like "<device action="off" name="switch01" port="8,9,10"/> ??

Best regards