system_log download

Downloads one or more log bundles in to a file in the directory you specify.

SYNOPSIS

system_log ‑download 
   [‑logBundle log‑bundle‑id‑or‑fqn [,log‑bundle‑id‑or‑fqn]... ]
   ‑file download‑file‑name

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

If you do not have Call‑Home enabled, your Oracle Customer Support representative might ask you to collect system logs and send them to Oracle Customer Support. To send system logs, use the system_log -download command to download them as a log bundle to your local machine. You can then attach the log bundle to an email and send them to Oracle Customer Support.

Note: Administrators with primary administrator, admin1, admin2, monitor, or support roles are authorized to run the system_log download command.

OPTIONS

file
Specifies the download path and file name. In Windows environments, be sure to specify the full path. The full path includes the following:
  • The drive letter

  • A colon ( : ) separator

  • One or more directory names separated by backslashes (\)

  • A file name

If you do not provide a full path, the Oracle FS System downloads the file into the directory from which you are running the FSCLI.
logBundle

Specifies the fully qualified names or unique IDs of one or more log bundles that were previously collected. Multiple log bundles are specified by using a comma separated list of log bundles.

EXAMPLE

Task

Download the log bundle that Oracle Customer Support requested that you collect and save the log bundle in a file in the directory from where the FSCLI is running.

Parameters
  • The fully qualified name (FQN) or unique identifier (ID) of the log bundle: /⁠OTCS-8‑23‑2013.2hrs

  • A file name: LogBundle-Aug.2013

$ fscli system_log -download ‑logBundle /⁠OTCS‑8‑23.2hrs -file LogBundle-Aug.2013