Skip to content

Commit bc6a5ba

Browse files
authored
Merge pull request #124810 from memeghaj/meghajsingh/vsan-dite
[vSAN Data-In-Transit Encryption] Documentation for Running Scripting Commands to enable/disable the feature.
2 parents ae766da + f168ee4 commit bc6a5ba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

articles/azure-vmware/configure-vsan.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In this article, learn how to:
2929
> * Enable or Disable vSAN TRIM/UNMAP
3030
> * Enable vSAN Compression Only
3131
> * Disable vSAN Deduplication and Compression
32+
> * Enable or Disable vSAN Data-In-Transit Encryption
3233
3334
## Set VMware vSAN TRIM/UNMAP
3435

@@ -92,6 +93,30 @@ Run the `Set-vSANCompressDedupe` cmdlet to set preferred space efficiency model.
9293
9394
1. Check **Notifications** to see the progress.
9495

96+
97+
## Set VMware vSAN Data-In-Transit Encryption
98+
99+
Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-transit encryption for all clusters or specified clusters of a SDDC.
100+
101+
>[!NOTE]
102+
>Changing this setting will cause a performance impact. See [VMware KB](https://blogs.vmware.com/virtualblocks/2021/08/12/storageminute-vsan-data-encryption-performance/).
103+
104+
1. Sign in to the [Azure portal](https://portal.azure.com).
105+
106+
1. Select **Run command** > **Packages** > **Set-vSANDataInTransitEncryption**.
107+
108+
1. Provide the required values or change the default values, and then select **Run**.
109+
110+
| **Field** | **Value** |
111+
| --- | --- |
112+
| **ClusterName** | Name of the cluster. Leave blank if required to enable for whole SDDC else enter comma separated list of names. |
113+
| **Enable** | Specify True/False to Enable/Disable the feature.
114+
115+
1. Check **Notifications** to see the progress.
116+
117+
>[!NOTE]
118+
>You can also use the `Get-vSANDataInTransitEncryptionStatus` command to check for the current status or status after performing the `Set-vSANDataInTransitEncryptionStatus` operation and verify the cluster's current encryption state.
119+
95120
## Next steps
96121

97122
Now that you learned how to configure VMware vSAN, learn more about:

0 commit comments

Comments
 (0)