6.2.12.13 mkacfsfilesystem
Create an Exascale-managed ACFS file system.
Purpose
The mkacfsfilesystem
command creates an Exascale-managed implementation of Oracle
Advanced Cluster File System (ACFS) on an Exascale volume using Exascale Direct Volumes (EDV).
Syntax
mkacfsfilesystem volume-id mount-path [ --force ] [ --attributes attribute=value[,attribute=value] ... ]
Command Options
The options for the mkacfsfilesystem
command are:
-
volume-id: Identifies the volume that hosts the file system. You can use the
lsvolume
command to find the identifier for each volume. -
mount-path: Specifies the file system mount path.
-
--force
: Optionally instructs the command to ignore and overwrite any existing file system on the volume. -
--attributes
: Optionally specifies attributes for the file system.
Usage Notes
Note the following information when using this command:
-
The specified volume (volume-id) must have an associated EDV attachment, otherwise the command fails.
-
If the EDV attachment is a cluster-wide attachment, the ACFS file system is mounted on every node in the Oracle Grid Infrastructure (GI) cluster. If the EDV attachment is a node-specific attachment, the file system is mounted only on that node. In all cases, the ACFS details are registered with the GI cluster, and the file system is automatically mounted (or remounted) by Oracle Clusterware as required.
-
Before using the
mkacfsfilesystem
command, ensure that ACFS is configured appropriately on the target system.For instance, you can create a file system using ACFS encryption by specifying the
encryptionEnabled
,encryptionAlgorithm
, andencryptionKeyLength
attributes in themkacfsfilesystem
command. For example:@> mkacfsfilesystem 1:bbd6fb4c75e2411b9bf366fe702eabaf /mnt/acfs1 --attributes encryptionEnabled=true,encryptionAlgorithm=AES,encryptionKeyLength=192
However, the command fails if ACFS encryption is not initialized on the target system. To initialize ACFS encryption, the system administrator must run the following command before the file system is created:
# acfsutil encr init
Parent topic: Block Store Management