Skip to content

Commit 9bedcb9

Browse files
committed
Key Protect Support
Signed-off-by: Anand.Reddy7 <[email protected]>
1 parent 0fe980d commit 9bedcb9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

roles/kp_encryption_apply/README.MD

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,25 @@ The `kp_encryption_apply` Ansible role simplifies the encryption process by auto
3030
- Applying the encryption policy to the IBM Storage Scale cluster file system.
3131
- Validating the encryption to ensure proper implementation.
3232

33+
## Verifying Encryption on the File System
34+
35+
1. Log in to any of the cluster nodes (storage or compute) using the following SSH command and switch to the `root` user:
36+
37+
```bash
38+
ssh -J root@BASTION_SERVER vpcuser@STORAGE_NODE
39+
sudo -i
40+
```
41+
42+
2. Validate the policy applied to the cluster by running the following command:
43+
44+
```bash
45+
mmlspolicy FILESYSTEM_NAME -L
46+
```
47+
48+
3. Check the encryption status of a specific file by running the following command:
49+
50+
```bash
51+
mmlsattr -n gpfs.Encryption FILE_NAME
52+
```
53+
3354
For more in-depth information about encryption in IBM Spectrum Scale, including various encryption use cases, see the [Encryption documentation](https://www.ibm.com/docs/en/storage-scale/5.1.8?topic=administering-encryption).

0 commit comments

Comments
 (0)