Comware

 View Only
  • 1.  hp 2610 firmware update problems

    Posted Dec 15, 2008 04:35 AM
    while trying to update the firmware on my switches i run in to many issues, the cli version will not commit, the web interface will not either and the procurve software updater states no new software available. However all of these function for other switches on the network. My question is where do you save the firmware file for the auto software updater tp pick it up, i have tried the usual places but to no avail.
    chris


  • 2.  RE: hp 2610 firmware update problems

    Posted Dec 16, 2008 12:50 AM
    Hi

    Use your favorite TFTP server and on the switch do

    copy tftp flash <IP of="" server=""> <FILENAME> flash

    and you should be good.

    For instance
    copy tftp flash 192.168.13.13 H_10_74.swi flash</FILENAME></IP>


  • 3.  RE: hp 2610 firmware update problems

    Posted Dec 16, 2008 12:56 AM
    Sorry - typo;

    copy tftp flash <IP of="" server=""> <FILENAME></FILENAME></IP>


  • 4.  RE: hp 2610 firmware update problems

    Posted Dec 16, 2008 04:11 AM
    thanks paulen unfortunatly already tried that and it says it will not commit.


  • 5.  RE: hp 2610 firmware update problems

    Posted Dec 16, 2008 06:41 AM
    i compare this problem with some encounterd with cisco equipment.

    - check if there is enough space in flash.
    if not you might need to delete the old image first before copying the new one.
    - how did you retrieve the image, if copied by ftp, it might have been damaged (not binary).
    - As explorer standard hides file-extensions
    see if the file extension of the image is not "missing" (no file extension), if the file has the wrong extension it would explain why the procurve software updater states no new software available.
    (and possibly also the cli and web procedures fail).
    - cisco supplies different types of image.
    ".tar" is better suitable for upgrade using the web-interface, while the ".bin" is better for the cli (copy tftp).