Oracle® Automatic Storage Management Administrator's Guide 11g Release 2 (11.2) Part Number E16102-07 |
|
|
PDF · Mobi · ePub |
Table 13-64 contains a summary of the commands for Oracle ACFS encryption.
You can use acfsutil
help
on all platforms to display help text. You run acfsutil
version
on all platforms to display the Oracle ACFS version.
Table 13-64 Summary of commands for Oracle ACFS encryption
Command | Description |
---|---|
Displays encryption-related information about Oracle ACFS file systems. |
|
Creates storage for encryption keys. |
|
Disables encryption for an Oracle ACFS file system. |
|
Encrypts an Oracle ACFS file system. |
|
Generates a new key and re-encrypts an Oracle ACFS file system. |
|
Sets or changes encryption parameters for an Oracle ACFS file system. |
Displays encryption-related information about Oracle ACFS file systems, directories, or files.
acfsutil
encr
info
-m
mount_point
[[-r
] path
[path
…]]acfsutil
encr
info
-h
displays help text and exits.
Table 13-65 contains the options available with the acfsutil
encr
info
command.
Table 13-65 Options for the acfsutil encr info command
Option | Description |
---|---|
|
Specifies the directory where the file system is mounted. |
|
Specifies recursive action under an existing directory folder identified by |
|
Specifies the absolute or relative path of a directory. Multiple path values are allowed. |
If -m
is specified without a path
, the encryption status, algorithm, and key length are displayed for the file system level.
If -r
is specified with a path
, the encryption status, algorithm, and key length are displayed for all objects under the directory specified by path
.
Any user can run this command to display encryption information about a file system, directory, or file.
The following are examples of the use of acfsutil
encr
info
.
Creates storage for encryption keys.
acfsutil
encr
init
[-p
]acfsutil
encr
init
-h
displays help text and exits.
Table 13-66 contains the options available with the acfsutil
encr
init
command.
Table 13-66 Options for the acfsutil encr init command
Option | Description |
---|---|
|
Creates PKCS (password-protected) storage for keys. |
The acfsutil
encr
init
command must be run before any other encryption acfsutil
commands can be run. This command must be run once for each cluster on which Oracle ACFS encryption is run.
If the -p
option is specified, you must provide a password when prompted. The password must conform to the format that is described in "acfsutil sec init".
If the -p
option is not specified, a single sign-on (SSO) wallet is created.
Only a user with root or system administrator privileges can run this command.
The following is an example of the use of acfsutil
encr
init
.
Disables encryption for an Oracle ACFS file system, directories, or individual files.
acfsutil
encr
off
-m
mount_point
[[-r
] path
[ path
...]]acfsutil
encr
off
-h
displays help text and exits.
Table 13-68 contains the options available with the acfsutil
encr
off
command.
Table 13-67 Options for the acfsutil encr off command
Option | Description |
---|---|
|
Specifies the directory where the file system is mounted. |
|
Specifies to disable encryption recursively under an existing directory identified by |
|
Specifies the absolute or relative path of a directory. Multiple path values are allowed. |
This command cannot be run on security realm-protected files.
Only an administrator can run this command on an Oracle ACFS file system (-m
option without a path
specified). When the -m
option is specified without a path
, all the files under the mount point are decrypted.
Only a user with root or system administrator privileges can run this command to disable encryption on a file system. The file owner can also run this command to disable encryption on a directory or file.
The following are examples of the use of acfsutil
encr
off
.
Encrypts an Oracle ACFS file system, directories, or individual files.
acfsutil
encr
on
-m
mount_point
[-a
{AES
} -k
{128
|192
|256
}] [[-r
] path
[ path
...]]acfsutil
encr
on
-h
displays help text and exits.
Table 13-68 contains the options available with the acfsutil
encr
on
command.
Table 13-68 Options for the acfsutil encr on command
Option | Description |
---|---|
|
Specifies the directory where the file system is mounted. |
|
Specifies the encryption algorithm type for a directory or file. Advanced Encryption Standard (AES) is the only encryption algorithm supported for this release. |
|
Specifies the encryption key length for a directory or file. |
|
Specifies encryption recursively under existing directory folder identified by |
|
Specifies the absolute or relative path of a directory. Multiple path values are allowed. |
This command cannot be run on realm-protected files.
The default values for the -a
and -k
are determined by the volume parameters specified when acfsutil
encr
set
was run. To set the key length at the volume level, use the acfsutil
encr
set
command.
Only an administrator can run this command on an Oracle ACFS file system (-m
option without a path
specified). When the -m
option is specified without a path
, all the files under the mount point are encrypted.
Only a user with root or system administrator privileges can run this command to enable encryption on a file system. The file owner can also run this command to enable encryption on a directory or file.
The following are examples of the use of acfsutil
encr
on
.
Generates a new key and re-encrypts volume or file.
acfsutil
encr
rekey
-m
mount_point
{-f
[-r
] path
[path
…] |-v
} [-a
{AES
} -k
{128
|192
|256
}]acfsutil
encr
rekey
-h
displays help text and exits.
Table 13-69 contains the options available with the acfsutil
encr
rekey
command.
Table 13-69 Options for the acfsutil encr rekey command
Option | Description |
---|---|
|
Specifies the directory where the file system is mounted. |
|
Generates a new file encryption key for the specified path and then encrypts the data with the new key. If -r is specified, the rekey operation is performed recursively under
|
|
Generates a new volume encryption key (VEK) for the specified mount point and then encrypts all the file encryption keys in file system with the new key. Prompts for the wallet password because the wallet must be accessed to store the new VEK. |
|
Specifies the algorithm. Advanced Encryption Standard (AES) is the only encryption supported for this release. |
|
Specifies the key length for the directory or file specified by |
This command cannot be run on security realm-protected files.
The default values for the -a
and -k
are determined by the volume parameters specified when acfsutil
encr
set
was run.
Only a user with root or system administrator privileges can run this command with the -v
option. The file owner can also run this command with the -f
option to rekey encryption on the directory or file.
You should back up the Oracle Cluster Registry (OCR) after running this command with the -v
option to ensure there is an OCR backup that contains all of the volume encryption keys (VEKs) for the file system.
The following are examples of the use of acfsutil
encr
rekey
.
Sets or changes encryption parameters for an Oracle ACFS file system.
acfsutil
encr
set
[-a
{AES
} -k
{128
|192
|256
} | -u
] -m
mount_point
acfsutil
encr
set
-h
displays help text and exits.
Table 13-70 contains the options available with the acfsutil
encr
set
command.
Table 13-70 Options for the acfsutil encr set command
Option | Description |
---|---|
|
Specifies the algorithm. Advanced Encryption Standard ( |
|
Specifies the key length. The key length is set at the volume level. The default is |
|
Backs out encryption. Decrypts all encrypted files in the file system and reverts the file system to the state before |
|
Specifies the directory where the file system is mounted. |
Before running the acfsutil
encr
set
command, you must first run the acfsutil
encr
init
command.
The acfsutil
encr
set
command configures encryption parameters for a file system, transparently generates a volume encryption key, and stores that the generated key in the key store that was previously configured with the acfsutil
encr
init
command.
In addition acfsutil
encr
set
creates the mount_point
/.Security
/encryption/logs/
directory that contains the log file (encr-
host_name
.log
) that collects auditing and diagnostic data.
Password requirements when storing the key are dependent on how the encryption key storage was configured. If -p
was specified with acfsutil
encr
init
, then a password is required to run this command.
Only a user with root or system administrator privileges can run the acfsutil
encr
set
command.
You should back up the Oracle Cluster Registry (OCR) after running this command to ensure there is an OCR backup that contains all of the volume encryption keys (VEKs) for the file system.
The following example shows the use of acfsutil
encr
set
command.