Verifying Your Integration
Perform the following steps to ensure the integration is successful:
Create a test file on any node and then copy it to /fs0. Consider that the user created a file test.txt, and then copied it to /fs0.
cp /tmp/test.txt /fs0
Verify that file is encrypted with the key present in the CipherTrust Manager, using the following commands:
[root@ss1 ~]# /usr/lpp/mmfs/bin/mmlsattr -n gpfs.Encryption /fs0/test.txt
[root@ss1 ~]# /usr/lpp/mmfs/bin/mmlsattr -L /fs0/test.txt
Since the Encryption flag is true (Encrypted: yes
), the integration is successful.