On Sun, 08 Mar 2009, James Zuelow wrote:

> Package: rancid-core
> Version: 2.3.2~a8-4
> Severity: important
> 
> Rancid fails to pull configs from our HP ProCurve 5406.  It works fine
> with our other Procurves (25xx, 26xx, 28xx, etc.).
> 
> It turns out that the problem was that the 5406 does not have a "show
> system-information" command.  It is simply "show system" on that
> chassis.
> 
> Luckily, "show system" still works on the other ProCurve systems, so I
> edited hrancid to change the command it used to pull information.  A
> diff -u output is below, my edited copy is hrancid-5406:

> -       {'show system-information'      => 'ShowSystem'},
> +       {'show system'                  => 'ShowSystem'},

> Based on the switches I have here, the "show system" command would be
> unambiguous for all ProCurve switches, so this change might be something
> to push upstream.

I still do not have any HP switches at hand, so could you please try
out whether the 2.3.2-1 package of rancid solves this problem?  In
this version the command table was changed to:
        {'show system-information'      => 'ShowSystem'},
        {'show system information'      => 'ShowSystem'},
So maybe the second line solves your problem?

Tschoeeee

        Roland



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to