Posted On March 31, 2019

HP Procurve Firmware Update

kimconnect 2 comments
blog.KimConnect.com >> Networking >> HP Procurve Firmware Update
1. Obtain Switch Software


J9533A "5406zl" K.15.16.0005 ==> K.15.18.0016 ==> K.16.02.0019
J9729A "2920-48G PoE": WB.15.11.0007 ==> WB.15.15.0014 ==> WB.15.18.0013 ==> WB.16.03.0004 (latest)
J8774A "4208vl": L.11.43 ==> L.11.46
J9021AR "2810": N.11.69 ==> N.11.76
J9087A "2610-24-PWR": R.11.98 ==> R.11.119

2. Install TFTP server
a. Download from
b. Install and edit OpenTFTPServerMT.ini to allow read and write
c. Run the service

3. Make backup of switch configuration
a. connect to switch via telnet or ssh
b. run commands:
copy startup tftp <tftp-server-ip> <switch-name>.cfg

4. Perform Update firmware

# Check OS and ROm versions
show flash

copy tftp flash <IP address of TFTP server> <filename> sec #copy to secondary flash
boot system flash sec #reboot into secondary flash to test
copy flash flash pri #copy flash to primary if test succeeds
boot system flash pri #reboot into primary flash

copy tftp flash <tftp-server-ip> SOMETHING.swi sec
boot system flash sec
copy flash flash pri
boot system flash pri

2 thoughts on “HP Procurve Firmware Update”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Websense Filtering Precedence

1.  Username 2.  Workstation IP 3.  Network Range 4.  User Groups 5.  OU Structure 6. …

Simple Active Directory & DNS Synchronization Script

@echo offGOTO push_or_pull:push_or_pullset /p action="Type in Push, Pull, or Quit. Press Enter for default action…

ESX & Enterasys LAG Configurations

Requirements for ESX and LACP compatibility of Enterasys core switches:1. static LAG2. vlan egress port…