Forum Discussion

Anuj_Kr's avatar
Anuj_Kr
Level 4
10 years ago

Encryption option on Appliance 5230

Hi, I am running with a POC with Appliance 5230 installed as Master/Media with MSDP. I enable Encryption on appliance: Main_Menu> Settings> Deduplication> Tune Encryption Enable. Now, how to...
  • Andrew_Madsen's avatar
    10 years ago

    OK here come the fun times. 

    First. 

    Get to a root prompt on the appliance. Since you have already said that the dbutil is not located where it is supposed to be I assume you know how to get there. 

    Next run /usr/openv/pdde/pdcr/bin/dcscsn -a -h This command will give you all the container headers which contains the container number:

    *** Header for container 64 ***

    Now run /usr/openv/pdde/pdcr/bin/dcscan --so-data-format <Container number>  and look for something like:

    data format    : [Blowfish Encrypted archive 256bit key LZO Compressed 8-byte input vector Streamable, v2, window size 143360 bytes]

    If you just turned on encryption none of the previous images will be encrypted. Only backups since encryption was encrypted will be encrypted so you may need to iterate through all of the containers until you find the proper image.

    Using dbutil would have made this easier but it appears to be the best I can come up with.