Users Guide

311 | copy Dell Networking W-Series ArubaOS 6.4.x| User Guide
Parameter Description
<tftphost>
Specify the IP address or hostname of the TFTP server.
system:
Copy the specified system partition
<srcpartition>
Disk partition from which to copy the system data, as either 0 or 1.
<destpartition>
Disk partition to copy the system data to, as either 0 or 1.
tftp:
Copy a file from the specified TFTP server to either the controller or another
destination. This command is typically used when performing a system
restoration, or to pull a specified file name into the wms database.
<tftphost>
Specify the IP address or hostname of the TFTP server.
<filename>
Full name of the file to be copied.
flash:
Copy the file to the flash file system
<destfilename>
Specify the new name of the copied file.
system
Copy the file to the system partition.
usb:
Copy a file from an attached USBdevice to the flash file system.
partition
Specify the partition on the USBdevice.
<filename>
Full name of the file to be copied.
flash:
Copy the file to the flash file system
<destfilename>
Specify the new name of the copied file.
Passwords Secured During FTP Copy
Password are masked when using FTP to copy a file to a remote system. In previous releases, the password was
entered in clear text at the end of the copy command. Starting with ArubaOS 6.4.0.0, the password is masked,
and must be entered in a separate line. If you use scripts to copy files from controllers, scripts used on
controllers running previous releases of ArubaOS must be modified to support this new password behavior.
Old syntax:
(host) #copy running-config ftp: <ftphost> <user> <password> <filename>
New syntax:
(host) #copy running-config ftp: <ftphost> <user> <filename>
Password: <password>
In the following example, the password is entered on the second line, and is displayed in masked text.
(host) #copy running-config ftp: 192.168.1.2 adminuser runconfig
Password: ********