Decrypt an Encrypted Snapshot Output File

Note:

The following procedure does not apply to the SSH Snapshot operation method.

  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.