NEC IP8800/S6600 Network Hardware User Manual


 
5. Collecting Failure Information
146
2. Specify the address of target.
3. Changes the interaction mode.
4. Enter binary mode.*
5. Specify the target directory.
6. Transfers the dump file.
*
Be sure to transfer dump files in binary mode. The correct dump information will not be obtained if dump files are
transferred in ASCII mode.
(2) Transferring log information to the remote operation terminal
Figure 5-3: Transferring Log Information Files to the Remote Operation Terminal
> show logging > log.txt
> show logging reference > log_ref.txt
> ftp 192.168.0.1 <--------------1
Connected to 192.168.0.1.
220 FTP server (Version 6.00LS) ready.
Name (192.168.0.1:staff1): staff1
331 Password required for staff1.
Password:
230 User staff1 logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ascii <--------------2
200 Type set to A.
ftp>cd <target directory> <--------------3
250 CMD command successful.
ftp> put log.txt <--------------4
local: log.txt remote: log.txt
200 EPRT command successful.
150 Opening ASCII mode data connection for 'log.txt'.
100% |*************************************| 89019 807.09 KB/s --:-- ETA
226 Transfer complete.
89019 bytes sent in 00:00 (315.22 KB/s)
ftp> put log_ref.txt
local: log_ref.txt remote: log_ref.txt
200 EPRT command successful.
150 Opening ASCII mode data connection for 'log_ref.txt'.
100% |*************************************| 4628 1.04 MB/s --:-- ETA
226 Transfer complete.
4628 bytes sent in 00:00 (102.86 KB/s)
ftp> bye
221 Goodbye.
>
1. Specify the address of target.
2. Set to the ASCII mode.
3. Specify the target directory.
4. Transfer the log information.