Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
106/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
%1$: invalid user name
Explanation
Specified username is invalid.
[[Inserted string]]%1$: Specified username.
Solution
Specify the correct username.
% Cannot create output file %1$
Explanation
There is not enough free space to create output file on the device. A temporary file
may remain on the device.
Solution
After deleting the files, processed for import, and unnecessary files using the "delete"
command, execute the command again.
Note
z When copied into volatile memory, the file will be lost when the system is restarted.
If uploading is necessary, restart the system after storing the data on a TFTP server using the "tftp" command.
z If there are no files on the TFTP server, or directories are not specified, an error may occur depending upon the
functionality of the TFTP server.
z If the timeout setting of the TFTP server is too short, an error may occur during transfer.
z “scp” supports only password authentication, and this device can register up to 10 public keys of SSH servers.
z Execute “clear ssh-rhost-key” command to delete a registered public key.
z A temporary file which form is "show_(number)” is created when “scp” is specified. It may remain on the device when
the command is not executed correctly. In this case, use “delete” command to delete the temporary file.
Example
Copy the content of running-config to a file named "run_conf."
Then, upload the copied "run_conf" file with the file name "run_conf_20070122" to the TFTP server called "host1."
xg# show startup-config > start_conf
xg# tftp put host1 start_conf start_conf_20070122
Copy the content of running-config directly to a file on the TFTP server "host1."
xg# show startup-config | tftp host1 start_conf_20070122
Copy the content of startup-config directly to a file in the SSH server "host2”
xg# show startup-config | scp foo host2 start_conf_20080701
host2's password: