bugFetch Configuration - Bugs: bug #24705, Serious problems with ProCurve...

 
 

bug #24705: Serious problems with ProCurve module

Submitter:  Jason Antman <jantman>
Submitted:  Thu 30 Oct 2008 11:26:15 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Need Info
Privacy:  Public Assigned to:  evertonm
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 05 Feb 2009 01:06:56 PM UTC, comment #3: 

As far as I know, the issue is still present. At least 0.17 still does nothing with my 2424M.

I'm not a perl guy, and am quite busy this week, but I'm plodding along at making some changes to the module, testing, and hopefully creating a patch.

Jason Antman <jantman>
Wed 04 Feb 2009 10:42:22 AM UTC, comment #2: 

Jason,

Do you think this bug can be closed?

Thanks,
Everton

Everton da Silva Marques <evertonm>
Group administrator
Fri 31 Oct 2008 12:04:32 PM UTC, comment #1: 

I can't help directly since I don't have access to
ProCurve devices.

Are you able to create a patch to address the
issues (1) and (2) ?

For issue (3), if the switch does not provide a command
for disabling the pager, maybe you can work-around the
pager by using the method expect_enable_prompt_paging()
available in the DmSwitch.pm module:

($prematch, $match) = $self->expect_enable_prompt_paging($t, $prompt, '--More-- ');
if (!defined($prematch)) {
    $self->log_error("could not find end of configuration");
    return 1;
}

Everton

Everton da Silva Marques <evertonm>
Group administrator
Thu 30 Oct 2008 11:26:15 PM UTC, original submission:  

There seem to be serious issues with the ProCurve module. I don't know what model/OS version it was written for, but I'm running a 2424M (J4093A) with firmware C.09.30 (latest version).

1) After logging in, you're dumped to a menu. To get the command line, you need to send "5" (selection for Diagnostics) and then "4" (selection for Command Line).
2) The script is attempting to send an enable password, but privilege levels in the ProCurve firmware are controlled by the original login password, not an enable password.
3) I can't figure out a way to just dump the whole config - by default, the switch pages it through more.

Jason Antman <jantman>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by evertonm (Posted a comment)
  • -email is unavailable- added by jantman (Submitted the item)
  • -email is unavailable- added by jantman
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-02-04 evertonm StatusNone Need Info
        Assigned toNone evertonm
    2008-10-30 jantman Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code