Dell iDRAC 6 Update via SSH & TFTP
Below is syntax of racadm command to update iDRAC FW with TFTP
Download the firmimg.d6 file and place it on your TFTP server.
Connect to iDRAC via SSH and then run the appropriate command.
racadm fwupdate -g -u -a < path >
where path is the location on the TFTP server where the firmimg.d6 is stored including the TFTP server IP address
Path: < TFTP Server IP > -d < Firmware image path on TFTP server >
Case1: If firmimg.d6 image is in tftp root folder, path
racadm fwupdate -g -u -a < TFTP Server IP Address >
Case2: If firmimg.d6 image is in sub folder of tftp root
racadm fwupdate -g -u -a < TFTP Server IP Address > -d < Sub folder Path >
Download the firmimg.d6 file and place it on your TFTP server.
Connect to iDRAC via SSH and then run the appropriate command.
racadm fwupdate -g -u -a < path >
where path is the location on the TFTP server where the firmimg.d6 is stored including the TFTP server IP address
Path: < TFTP Server IP > -d < Firmware image path on TFTP server >
Case1: If firmimg.d6 image is in tftp root folder, path
racadm fwupdate -g -u -a < TFTP Server IP Address >
Case2: If firmimg.d6 image is in sub folder of tftp root
racadm fwupdate -g -u -a < TFTP Server IP Address > -d < Sub folder Path >
Comments
Post a Comment