Currently I have a 6TB file system that ran out of inodes at only 45% utilization. What is the command to alter the inode size at the time of file system creation?
I dont think ufs.inodelimit requires a reboot (you can check with server_param or the Celerra Manager GUI)
Only way to get more inodes while keeping the file system would be to extend it. If you were to add another 2TB you would get 2TB worth of inodes effectively doubling the number of inodes compared to your current 6TB fs
however since the default is 8k and the Celerra block size is also 8k (no partials) this usually doesnt make sense unless you have lots of empty files or links/symlinks
I think what you are rather hitting is the ufs.inodelimit param
ufs inodelimit 257949696 ¿ 4294967295 Default: 257949696 (0xf6000000) Specifies the maximum number of inodes for a new file system or a file system extension.
In order to save space by default we only create inodes for the first 2TB worth of file system. If you change that param and then create a 6TB fs you get more inodes Also if you extend it (I believe)
Rainer, the application that uses this space creates small txt files that it gathers from the web. Our standard deviation on the file sizes range a lot - largest are 250K, smallest are a handful of bytes.
Once the upper limit is increased and the datamover rebooted is there any way to increase the number of inodes without destroying/recreating the volume?
Luckily we have an active month and a previous month. Since this is the first go-round with the Celerra I had additional space to create new volumes after adjusting the ufs.inodelimit to 1.5 billion. I did do it with Celerra manger but I took the failover reboots just to be safe. I lowered my inode size to 4k just to be sure we could make it to the end of the month.
Rainer_EMC
6 Operator
•
8645 Posts
1722
0
Posted November 12th, 2009 23:00
Only way to get more inodes while keeping the file system would be to extend it.
If you were to add another 2TB you would get 2TB worth of inodes effectively doubling the number of inodes compared to your current 6TB fs