Tuesday, July 20, 2021

ROM Flash Component for Linux - HPE ProLiant DL325 Gen10 (A41) Servers

 ROM Flash Component for Linux - HPE ProLiant DL325 Gen10 (A41) Servers

 HPE A41 - Bios update

 Download the software

Multi-part downloadFile name:    firmware-system-a41-2.20_2019_09_17-1.1.x86_64.compsig (2.0 KB)   
File name:    firmware-system-a41-2.20_2019_09_17-1.1.x86_64.rpm (16 MB)

 Installation:

To update firmware from Linux operating system on target server:

Install the RPM package
> rpm -Uvh <filename>.rpm

See where the files land
> rpm -qlp <filename>.rpm

Change to the directory you see in the previous step and run hpsetup by typing ‘./hpsetup’ at the command prompt.

 # cd /usr/lib/x86_64-linux-gnu/firmware.../

# ./hpsetup

login with your iLO management account/PW when prompted

type 'y' and enter to update the software.


when prompt for reboot, say y.

 

Reboot Requirement:
Reboot is required after installation for updates to take effect and hardware stability to be maintained.

https://support.hpe.com/hpesc/public/swd/detail?swItemId=MTX-531cc9e031d243a48b39a6430f#tab3

 

 

 

No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...