Go to main content

Oracle® Rack Universal Power Distribution Unit User's Guide

Exit Print View

Updated: May 2019
 
 

Downloading Diagnostic Data through SCP

  1. Type one of the following SCP commands and press Enter.
    • Use the default SCP port and default file name. For example, scp <user name>@<device ip>:/diag-data.zip .

      SSH/SCP port is the default (22), and the accessed HPDU is a standalone device.

      The diagnostic file default file name is diag‑data.zip. Add a period (.) at the end of the SCP command.

    • Specify a different SCP port but use the default file name. For example, scp -P <port> <user name>@<device ip>:/diag-data.zip .

      SSH/SCP port is NOT the default (22), or the accessed HPDU is a Port-Forwarding slave device.

      The diagnostic file default file name is diag‑data.zip. Add a period (.) at the end of the SCP command.

    • Specify a new file name but use the default SCP port. For example, scp -P <port> <user name>@<device ip>:/diag-data.zip <filename>

      SSH/SCP port is the default (22), and the accessed HPDU is a standalone device.

      Rename the diagnostic file.

      If you specify a new filename in the command, the downloaded file is renamed accordingly.

    • Specify a different SCP port and a new filename.

      SSH/SCP port is not the default (22), or the accessed HPDU is a Port-Forwarding slave device.

      Rename the diagnostic file.

    <user name> – Admin or any user profile with the Firmware Update permission.

    <device ip> – IP address of the HPDU that you want to update.

    <port> – Current SSH/SCP port number, or the port number of a slave device in the Port-Forwarding chain.

    <filename> – New filename of the downloaded diagnostic file.

  2. Type the password when the system prompts you to type it.

    The system downloads the diagnostic data from the HPDU to your computer.

    If you do not specify a new filename in the command, the downloaded file default name is diag-data.zip.

    If you specify a new filename in the command, the downloaded file is renamed accordingly.