Downloading an image file by using rcp – Dell POWEREDGE M1000E User Manual

Page 1242

Advertising
background image

B-36

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide

OL-13270-03

Appendix B Working with the Cisco IOS File System, Configuration Files, and Software Images

Working with Software Images

When you upload an image to the RCP to the server, it must be properly configured to accept the
RCP write request from the user on the switch. For UNIX systems, you must add an entry to the
.rhosts file for the remote user on the RCP server. For example, suppose the switch contains these
configuration lines:

hostname Switch1

ip rcmd remote-username User0

If the switch IP address translates to Switch1.company.com, the .rhosts file for User0 on the RCP
server should contain this line:

Switch1.company.com Switch1

For more information, see the documentation for your RCP server.

Downloading an Image File By Using RCP

You can download a new image file and replace or keep the current image.

Beginning in privileged EXEC mode, follow Steps 1 through 6 to download a new image from an RCP
server and overwrite the existing image. To keep the current image, go to Step 6.

Command

Purpose

Step 1

Verify that the RCP server is properly configured by
referring to the

“Preparing to Download or Upload an Image

File By Using RCP” section on page B-35

.

Step 2

Log into the switch through the console port, the Ethernet
management port, or a Telnet session.

Step 3

configure terminal

Enter global configuration mode.

This step is required only if you override the default remote
username (see Steps 4 and 5).

Step 4

ip rcmd remote-username username

(Optional) Specify the remote username.

Step 5

end

Return to privileged EXEC mode.

Advertising