Tuning inode table size

Tuning the internal inode table size includes the following tasks:

VxFS caches inodes in an inode table. The tunable for VxFS to determine the number of entries in its inode table is vxfs_ninode.

VxFS uses the value of vxfs_ninode in /etc/system as the number of entries in the VxFS inode table. By default, the file system uses a value of vxfs_ninode, which is computed based on system memory size.

To increase the internal inode table size

  1. Open the /etc/system file.

  2. Update the following line in the /etc/system file:

  set vxfs:vxfs_ninode = new_value