Skip to content

Instantly share code, notes, and snippets.

@deviousway
Last active February 20, 2018 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviousway/5ddd6eea420c027018d6b51dd473495a to your computer and use it in GitHub Desktop.
Save deviousway/5ddd6eea420c027018d6b51dd473495a to your computer and use it in GitHub Desktop.
update firmware on Dell servers on production from dell live iso (Centos7)
download iso from repo
https://www.dell.com/support/article/us/en/04/sln296511/updating-dell-poweredge-servers-via-bootable-media-iso?lang=en
mkdir -p /mnt/disk
mount -o loop download /mnt/disk
#where "download" is name of downloaded file.
yum install -y glibc.i686 procmail compat-libstdc++-33.i686 libxml2.i686 libstdc++.i686
cd /mnt/disk/drm_files/repository/System$$$$$$$
sh ./apply_components.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment