Creating Standard GuardPoints with the DFS(R) Full Mesh Topology
If you are using the full mesh DFS(R) topology, you must restrict access to the data on all servers in the namespace until it has been encrypted on all servers in the namespace. That means the data will be inaccessible to users and applications until the encryption procedure has been completed on all servers.
Prerequisites
-
Make sure you have a valid backup of the data you plan to encrypt.
-
Make sure you know what devices or directories you plan to protect.
-
Make sure you understand how data transformation GuardPoints are created.
-
Make sure you have an initial encryption and a production policy as described in Creating Standard Policies for DFS(R).
Note
The following procedures assume you are using dataxform
to encrypt the data in place.
Procedure
-
On all servers in the configuration:
-
Disable user and application access to all devices and directories you intend to encrypt so that no users can add or change the data during the transformation process.
-
-
On one of the servers in the configuration:
-
In your key manager, create the GuardPoints that you want to encrypt and apply the initial encryption policy to those GuardPoints.
-
Make sure that all GuardPoints are at or above the level of the DFS(R) replication point.
-
Do not create GuardPoints for the
DfsrPrivate
directories yet.
-
-
Run the
dataxform
utility as described in the CTE Data Transformation Guide. -
After the data encryption process has completed, unguard the GuardPoints that use the initial encryption policy and re-guard them using the production DFS(R) policy.
-
If any of your GuardPoints are at the directory level, create a GuardPoint for the
<dir name>\DfsrPrivate
directory that goes with that GuardPoint. For example, If the GuardPoint isD:\data\
, the private directory would beD:\data\DfsrPrivate
. Make sure that you use the same production policy for theDfsrPrivate
directory that you used for the main directory.
-
-
Repeat the previous steps for each one of the servers in the configuration.
-
When you are finished, the production GuardPoints should be identical on every server in the namespace.
-
Restart the DFS(R) service on the each server in the namespace.
-
Re-enable user and application access to all devices and directories.