Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2
- All Products
MigrateEncryptionKey <-LocationOfEncryptionKeys|-loc> location_of_encryption_keys [<-IsDomainMigrated|-mig> is_domain_migrated]
Option | Argument | Description |
---|---|---|
-LocationOfEncryptionKeys
-loc
| location_of_encryption_keys
| Required. Directory in which the old encryption key file named siteKey_old and the new encryption key file named siteKey are stored.
The directory must contain the old and new encryption key files. If the old and new encryption key files are stored in different directories, copy the encryption key files to the same directory.
If the domain has multiple nodes, this directory must be accessible to any node in the domain where you run the migrateEncryptionKey command.
|
-IsDomainMigrated
-mig
| is_domain_migrated
| Optional. Indicates whether the domain has been updated to use the latest encryption key.
When you run the migrateEncryptionKey command for the first time, set this option to False to indicate that the domain uses the old encryption key.
After the first time, when you run the migrateEncryptionKey command to update other nodes in the domain, set this option to True to indicate that the domain has been updated to use the latest encryption key. Or you can run the migrateEncryptionKey command without this option.
Default is True.
|