Back to Contents Page

Switch/Firmware Page:
Dell™ PowerEdge™ 1655MC Integrated Switch User's Guide


Upgrading Firmware

From the Firmware page, you can configure the system to download a new version of the management software. The switch can contain two software code files, one of which is set as the Start-Up file that you want to run. This allows you to try out a new version of the software without overwriting the previous version.

The Firmware page contains the following information:

It also contains the following editable fields:

The following tasks can be completed from this page:

Upload Operation Code to a Server

  1. In the Transfer Operation Code Image File to Server section, enter the IP address of the TFTP server in the TFTP Server IP Address field.
  2. In the Source File Name field, select the file to upload from the drop-down list.
  3. In the Destination File Name field, specify a name for the file on the TFTP server.
  4. Click the Transfer to Server button below the section.

Download Operation Code from a Server

  1. In the Transfer Operation Code Image File from Server section, enter the IP address of the TFTP server in the TFTP Server IP Address field.
  2. In the Source File Name field, enter the file name of the image code to download.
  3. For the Destination File Name, select a filename from the drop-down list to replace an existing file, or specify a new file name (maximum 32 characters). Note that the switch can contain only two software code files. An attempt to download a third file would not succeed, you must replace an existing file or first remove a file.
  4. Click the Transfer from Server button below the section.

Delete an Operation Code File from the Switch

  1. In the Remove Operation Code Image File section, select the file to delete from the drop-down list.
  2. Click the Remove File button below the section.

Select the Operation Code Start-up File

  1. In the Startup Operation Code Image File section, select the startup code file from the drop-down list.
  2. Click the Apply Changes button below the section.
CLI Commands

The following is a summary of the equivalent CLI commands for items in the Switch/Firmware web page.

Command Usage
copy file tftp Use this command to upload a code image from the switch to a TFTP server. (LINK)
copy tftp file Use this command to download a code image to the switch’s Flash memory from a TFTP server. (LINK)
delete filename Use this command to delete a file from the system. (LINK)
boot system {boot-rom | opcode}: filename Use this command to specify the image used to start up the system. (LINK)

Example

#copy tftp file
TFTP server ip address: 10.1.0.45
Choose file type:
1. config: 2. opcode: <1-2>: 2
Source file name: runtime
Destination file name: 0126.bix
/
#



 Back to Contents Page