A SERVICE OF

logo

99
Directory management is automatically performed on the InfiniBand system, so do not include path
information for files on the chassis.
1. (Optional) If you are using In-Band Management, configure the ethernet management interface (if
you have not already done so).
2. Verify that you have a working ftp server connection, and that you have a user account on the ftp
server.
3. Enter the
copy
command in the privileged-execute mode with the source, destination, and FTP
user information.
Syntax:
Enter path,
user-name
and
password
information.
This information authenticates you to the server, which is specified in
source-IP-address
.
Include the full path to the file.
Set the file-system to
image
when copying image files.
Example:
4. Continue on to “Activate an Image” on page 100 to install the image.
Download From a TFTP Server
Use FTP to download new image files to the InfiniBand system. Uninstalled system-image files always
end with a
.img
extension.
Topspin-90> enable
Topspin-90# config
Topspin-90(config)# interface mgmt-ether
Topspin-90(config-if-mgmt-ethernet)#ip address 10.3.102.8. 255.255.0.0
Topspin-90(config-if-mgmt-ethernet)#gateway 10.3.0.1
Topspin-90(config-if-mgmt-ethernet)#no shutdown
Topspin-90(config-if-mgmt-ethernet)# exit
Topspin-90(config) # exit
$ftp 10.10.0.5
username:Example
password:xxxxxx
ftp>
Topspin-90> enable
Topspin-90# copy
ftp://
user-name:password@source-IP-address/source-image-file-path-name
image:destination-file-name
Topspin-90# copy
ftp://bob:mypassword@10.0.0.5/Topspin-360-TopspinOS-1.1.3-build497.img
image:Topspin-360-TopspinOS-1.1.3-build497.img
*****************operation completed successfully
Topspin-90#