Use the mmchfs command to modify existing file system attributes:
If your file system has additional disks added or the number of inodes was insufficiently sized at file system creation, you may change the number of inodes and hence the maximum number of files that can be created.
The initial setting of the number of inodes at file system creation will be used as the minimum value. The new value, set by using the mmchfs command, will determine the maximum value. The inode file will expand on demand, from the initial minimum value set up to the new maximum value as needed.
If your file system availability requirements change, you may want to begin or cease replicating metadata for new files.
Activate or deactivate quota enforcement when the file system is mounted.
If your file system availability requirements change, you may want to begin or cease replicating data for new files.
For example, to change the default data replication factor to 2 for the file system fs1, enter:
mmchfs fs1 -r 2
To confirm the changes, enter:
mmlsfs fs1 -r
The system displays information similar to:
flag value description ---- -------------- ------------------------------------------------------- -r 2 Default number of data replicas
See the mmchfs Command and the mmlsfs Command for complete usage information. See the IBM General Parallel File System for AIX: Concepts, Planning, and Installation Guide and search on GPFS architecture and file system creation considerations for a detailed discussion of file system attributes.