Upgrading firwmare on S4100 series Dell switches with OS 10
From Notes_Wiki
Home > Switch configuration notes > Upgrading firwmare on S4100 series Dell switches with OS 10
Upgrading via remote Linux server using scp and image install
To perform OS10 upgrade using CLI use below steps:
- For download the appropriate image for the switch using Dell Digit locker ( https://www.dell.com/SUPPORT/SOFTWARE/ )
- Download OS10 Enterprise Edition image, from the site in tar file format for the upgrade.
- Take configuration backup of current running config from exec mode
- copy running-configuration startup-configuration
- copy config://startup.xml config://<backup file name>
- Check the ONIE kernel version version in use:
- system "file /mnt/onie-boot/onie/vmlinuz*"
- Only if ONIE kernel version is 4.x.x proceed further with OS 10 upgrade using further steps
- Extract the downloaded tar file in above steps to get binary image
- Download the image (Only downloads, does not installs) to OS 10 switch using:
- image download file-url
- For example scp from a remote Linux machine
- image download scp://userid:passwd@hostip:/filepath
- Check image status
- show image status
- Only if running OS10 release 10.5.0.x or earlier and installing 10.5.2.0 or later now
- image cancel
- Get the path of images on the system
- dir image
- Install the 10.5.2.6 or later software image in EXEC mode.
- image install image-url
- For example:
- image install image://filename.bin
- See image status and boot detail
- show image status
- show boot detail
- Reload switch based on previous and new OS versions
- If System is presently running an OS10 release earlier than 10.5.1.0 and you are installing 10.5.1.9 or later
- reload
- System is presently running OS10 release 10.5.1.0 or later and you are installing 10.5.2.6 or later now
- boot system standby
- show boot detail
- reload
- If System is presently running an OS10 release earlier than 10.5.1.0 and you are installing 10.5.1.9 or later
- After reboot switch automatically goes to ONIE -> ONIE update mode and updates CPLD, BIOS, Firmware etc.
- After update check version
- show version
- (Optionally) If you do not want to failback to older version and want both active and standby OS to be of the upgraded version then use:
- show boot detail
- image copy active-to-standby
- show boot detail
Refer:
- https://www.dell.com/support/manuals/en-us/dell-emc-smartfabric-os10/ee-upgrade-downgrade/perform-os10-upgrade?guid=guid-927407cf-d24f-4c35-85ad-eeb7d0729597&lang=en-us
- https://www.dell.com/support/manuals/en-us/dell-emc-smartfabric-os10/ee-upgrade-downgrade/download-os10-image-for-upgrade?guid=guid-fafe5dfa-4822-4ca9-b9e2-7d44631c04cd&lang=en-us
Upgrading OS via ONIE upgrade option and pen drive
To upgrade firmware using pen drive and ONIE upgrade menu use:
- Extract the downloaded ZIP file in a particular folder
- Make pen drive (Min 4GB) as FAT32 format.
- From extract folder copy only .bin file to the pen drive
- Example: PKGS_OS10-Enterprise-10.5.3.4.108buster-installer-x86_64.bin
- Take running configuration back-up of the SW.
- Check the present OS10 version by:
- show version
- Reboot/Reload switch
-
- reload
-
- During boot time please select ONIE mode by up/down key in keyboard and press enter
- Select ONIE IOS upgrade
- Plugin USB drive
- Type below commands
- onie-discovery-stop
- mfdisk -l
- # (If error /bin/sh: mfdisk: not found showing) type below command
- mkdir /mnt/usb
- fdisk –l
- mount -t vfat /dev/sdb1 /mnt/usb
- cd /mnt/usb
- ls
- onie-nos-install <Paste copied file and press enter>
- Example:
-
- onie-nos-install PKGS_OS10-Enterprise-10.5.3.4.108buster-installer-x86_64.bin
-
- After install and reboot automatically you will found updated version of OS10 by command show version
- Configure/Restore the switch by help from running configuration back-up file.
- Save the configuration by
- write memory
- #OR
- copy running-configuration startup-configuration
Steps contributed by Suman Saha
Home > Switch configuration notes > Upgrading firwmare on S4100 series Dell switches with OS 10