The partitions that comprise a file system in a DFS are split into three areas.
Area type | Component used |
---|---|
Metadata area | MDS |
Update log area | |
File data area | AC |
Follow the procedure below to determine the disk layout.
Estimate the shared disk device size needed for the DFS.
Area type | Estimation method |
---|---|
(a) File data area | Space required for file data |
(b) Metadata area | If file data area <= 1 TB: 100 GB |
(c) Update log area | Estimation is not required because it is contained within the metadata area. |
Total | (a)+(b) |
Determine whether the file data area will be separate from the metadata area partition.
Separate the metadata area and file data area and allocate them to separate partitions. This separates the input-output processes to each area and can avoid contention.
Separation of the file data area can be specified using the dataopt option of the pdfsmkfs command.
Determine the partitions to be used in the DFS.
Determine the shared disk device partitions to be used in the DFS, based on the size requirement, and check the device name.
A maximum of 256 partitions can be used.
Point
A DFS can be constructed with only one partition, but the input-output distribution benefits can be obtained by constructing it with multiple partitions.
Determine the metadata area partitions.
Information
If the DFS is constructed with multiple partitions, representative partitions are used as the partitions for the metadata area.