Nortel Networks 2300 Switch User Manual


 
656 Managing system files
NN47250-500 (320657-F Version 02.01)
The tmp:filename URL refers to a file in temporary storage. You can copy a file out of temporary storage but you cannot
copy a file into temporary storage.
The subdirname/ option specifies a subdirectory.
If you are copying a system image file into nonvolatile storage, the destination-url must include the boot partition name.
You can specify one of the following:
boot0:/filename
boot1:/filename
You must specify the boot partition that was not used to load the currently running image.
The maximum supported file size for TFTP is 32 MB.
To copy the file floor2wss from nonvolatile storage to a TFTP server, type the following command:
WSS# copy floor2wss tftp://10.1.1.1/floor2mx
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
The above command copies the file to the same filename on the TFTP server. To rename the file when copying it, type
the following command:
WSS# copy floor2wss tftp://10.1.1.1/floor2mx-backup
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
To copy a file named newconfig from a TFTP server to nonvolatile storage, type the following command:
WSS# copy tftp://10.1.1.1/newconfig newconfig
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
The above command copies the file to the same filename. To rename the file when copying it, type the following
command:
WSS# copy tftp://10.1.1.1/newconfig mxconfig
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
To copy system image MX010101.020 from a TFTP server to boot partition 1 in nonvolatile storage, type the following
command:
WSS# copy tftp://10.1.1.107/NT504103.001 boot1:NT504103.001
............................................................................................................success: received 9163214
bytes in 105.939 seconds [ 86495 bytes/sec]
To rename test-config to new-config, you can copy it from one name to the other in the same location, and then delete
test-config. Type the following commands:
WSS# copy test-config new-config
WSS# delete test-config
success: file deleted.
Note. You can copy a file from a WSS to a TFTP server or from a TFTP server to a
WSS, but you cannot use WSS Software to copy a file directly from one TFTP server to
another.