Skip to content

wwwhtml/hp-2910al-switch-firmware-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

HP Procurve 2910al Switch Firmware Upgrade, via SSH

This tutorial is based on a switch that was factory reset, with the firmware files ready for download at a local TFTP server (192.168.0.193), and with switch's IP (192.168.0.184). At the end link to firmware files, how to factory reset the HP switch, and the steps on how to configure the SNTP.

STEPS:

  1. With an ethernet cable physical connect the switch to the local network, then turn the switch on.

  2. From your computer connect the switch, for this tutorial the swith's IP is 192.168.0.184. If the switch could handle newer encryption, the command could be simply like this: ssh 192.168.0.184, but because it doesn't we have to do it this way:
    ssh -o KexAlgorithms=diffie-hellman-group1-sha1 -o Ciphers=aes256-cbc4 192.168.0.184

  3. Once connected, press ENTER.

  4. Change to the configuration mode: config terminal

  5. To see what version do you have running: show version

  6. To see what version is the primary and secondary firmware: show flash

  7. To iniciate the download of the firmware from the TFTP server (for this tutorial the tftp server IP is 192.168.0.193, and firmware to upgrade is to w_15_14_0018.swi): copy tftp flash 192.168.0.193 W_15_14_0018.swi

  8. Then press ENTER.

  9. Press y to proceed: y

  10. Press 1 to install it as the primary firmware.

  11. Once downloaded, to see the file set to be the primary firmware run: show flash

  12. Then to reboot for the firmware to be applied on the primary memory run: boot system flash primary

13.Press ENTER.

  1. Press: y

  2. The install takes a minute or so to complete.

Video:


How do I reset my HP Procurve 2910al to factory settings? "To execute the factory default reset on the switch, perform these steps:

Using pointed objects, simultaneously press both the Reset and Clear buttons on the front of the switch. Continue to press the Clear button while releasing the Reset button. When the Self Test LED begins to blink, release the Clear button." ~ https://www.raiseupwa.com/miscellaneous/how-do-i-reset-my-hp-procurve-2910al-to-factory-settings/#How_do_I_connect_my_Procurve_Switch


Firmware Download: https://h10145.www1.hpe.com/downloads/SoftwareReleases.aspx?ProductNumber=J9146A&lang=&cc=&prodSeriesId=


Setting up SNTP: HP 2910al Switch SNTP Configuration
Using Apple's SNTP server's IP, time.apple.com = 17.253.82.253:

config terminal
sntp unicast
sntp 30
sntp server priority 1 17.253.82.253
timesync sntp
end
write memory
exit
show time
exit
exit


Thank you!

About

HP Procurve 2910al firmware upgrade process, via SSH.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published