[HowTo] Update Aruba Switch

Share your Config Push presets or discuss automation in general
Post Reply
itdept
Posts: 5
Joined: Thu May 15, 2025 11:42 am

Thu May 15, 2025 1:31 pm

As I didn't find any, I'll leave my config on how to update aruab switches:

I installed a tftpd server on my unimus Debian machine

Code: Select all

apt install tftpd-hpa
copy your firmware to /srv/tftps

Code: Select all

copy YA_16_11_0025.swi /srv/tfpt/
Create a new MassPush Preset with this commands

Code: Select all

show flash
copy flash flash secondary
show flash
copy tftp flash YOUR_TFPT_IP YA_16_11_0025.swi
y
boot system flash primary
y
Enable: Require "enable"
Enable: Require "configure"
Set: Timeout in "Push advanced settings" to 200000ms

After some tests I do get an INTERACTION_ERROR, but the new firmware is installed and switch reboots.
I dont't get any Outout to trace that error
Tommy.c
Posts: 10
Joined: Fri Jan 31, 2025 6:52 pm

Thu May 15, 2025 7:12 pm

I suspect this could be due to the device disconnecting during reboot and that causes the Unimus Mass Config Push to fail...

Do you get the rest of the interaction in the Output?
itdept
Posts: 5
Joined: Thu May 15, 2025 11:42 am

Fri May 16, 2025 6:41 am

Thanks for reply.
I do have 4 more switches for testing purpose.

Will check that.
Laco
Posts: 15
Joined: Thu Sep 12, 2024 10:28 am

Fri May 16, 2025 8:04 am

Please try following:

copy tftp flash YOUR_TFPT_IP YA_16_11_0025.swi
y$(wait-echo no)
boot system flash primary
y$(wait-reply no)
itdept
Posts: 5
Joined: Thu May 15, 2025 11:42 am

Tue May 20, 2025 7:30 am

Laco wrote:
Fri May 16, 2025 8:04 am
Please try following:

copy tftp flash YOUR_TFPT_IP YA_16_11_0025.swi
y$(wait-echo no)
boot system flash primary
y$(wait-reply no)
Thanks! That works perfect!
Post Reply