LinuxMoz

Linux Stuff && Coffee

Netapp Display / Add More Inodes to a Volume

How to Display / Add more Inodes to a Volume.

This Netapp HowTo is useful for the following

  • Netapp Show Inodes
  • Netapp Add Inodes
  • Netapp Display Inodes

Netapp Show Volume Inodes

1
2
netapp> maxfiles
Volume vol0: maximum number of files is currently 25876 (5188 used).

Netapp Add Inodes to a Volume

To add add inodes to a Vol on Netapp:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
netapp> maxfiles vol0 26000

The new maximum number of files specified is more than twice as big as
it needs to be, based on current usage patterns.  This invocation of the
operation on the specified volume will allow disk space consumption for
files to grow up to the new limit depending on your workload. The maxfiles
setting cannot be lowered below the point of any such additional disk space
consumption and any additional disk space consumed can never be reclaimed.
Also, such consumption of additional disk space could result in less
available memory after an upgrade.


The new maximum number of files will be rounded to 25995.

Are you sure you want to change the maximum number of files?

You might be interested in my other Netapp Commands & HowTo’s.

Comments