Oracle® Switch ES2-72 and Oracle Switch ES2-64 Configuration Guide

Exit Print View

Updated: April 2015
 
 

Copy a System Log to a Remote Location

This task describes how to write the system logs to a remote location. The remote location must be a host on one of the 72 or 64 ports on the switch.

In this task, you first execute several commands to customize system logs. You also clear the system buffers so that the log file can be copied over to the remote site.

  1. Connect to SEFOS.

    See Connect to SEFOS.

  2. Save the log file to the remote location 12.0.0.100.
    SEFOS# debug npapi transmission
    SEFOS# show debug-logging
    ...
    SEFOS# configure terminal
    SEFOS(config)# clear logs
    SEFOS(config)# end
    SEFOS#
    SEFOS-1# copy logs tftp://12.0.0.100/logfile
    % Log Upload Successful
    SEFOS#
    SEFOS# no debug npapi transmission
    SEFOS#
    SEFOS# show debugging
    

    Note - Ensure that you type the no debug npapi transmission command as shown so that the debugging function is disabled.

Related Information