i-node full on /var

Can anyone tell me how would I troubleshoot when /var becomes full with inodes? This is on HP11.11 system. Where used is 92%, ifree is 1891 iuse is 88%. Thanks.

U can use ulimit -a to identify the number of files for that user
then you can increase using ulimit -n to a 500 to increase the no of files to 500

Thankyou sudhanshu_sinha.....

The man number of inodes that a filesystem can have is set when the filesystem is created using the mkfs command. The same can be done by using the '-o ninode=0' in the command or skipping mention of ninode altogether. From the man page of mkfs_vxfs,