Go to main content

Oracle® ILOM User's Guide for System Monitoring and Diagnostics Firmware Release 3.2.x

Exit Print View

Updated: April 2018
 
 

Decrypt an Encrypted Snapshot Output File

  1. Using a terminal window that supports openssl commands, navigate to the directory that contains the Snapshot output file.
  2. Issue the decryption command:
    • If the host server is running Oracle ILOM 3.2.4, or a subsequent release, type:

      openssl aes-128-cbc -d -md sha1 -in encryptedSnapshotFilename.zip.e -out snapshotFilename.zip

    • If the host server is running Oracle ILOM 3.2.1 or 3.2.2, type:

      openssl aes-128-cbc -d -in encryptedSnapshotFilename.zip.e -out snapshotFilename.zip

  3. When prompted, enter the encryption passphrase.