1834501 Members
2366 Online
110068 Solutions
New Discussion

Too many symbolic links

 
SOLVED
Go to solution
Brendan Newport_2
Frequent Advisor

Too many symbolic links

I have this on an 11.11 server, with 32,765 directories in a file system, with indeed, an awful lot of symbolic links;

mkdir: cannot create dir1: Too many links

Other than a swift reorganisation, and without having to recompile the application and shell if I edit param.h, is there a means to circumvent this limit I've reached?

Many thanks,


Brendan
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor
Solution

Re: Too many symbolic links

Hi Brendan,

Take a look at next patch.

http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHKL_28185

Regards,

Robert-Jan.
Jeff Schussele
Honored Contributor

Re: Too many symbolic links

Hi Brendan,

32767 is the MAX # of links to a single file or dir, but if these links are not ALL to the same entry then RJ's patch is probably your ticket.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Brendan Newport_2
Frequent Advisor

Re: Too many symbolic links

Jeff, Robert,

Thanks for the response. Now all I have to figure-out is a downtime window...