![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| /tmp: File system full, swap space limit exceeded | frustrated1 | SUN Solaris | 5 | 03-18-2007 12:38 PM |
| Error, Login Limit Exceeded by 1 user | nchrocc | UNIX for Dummies Questions & Answers | 1 | 08-14-2006 06:21 AM |
| File size limit exceeded | drshah | High Level Programming | 13 | 03-02-2006 10:11 PM |
| File size limit | frustrated1 | SUN Solaris | 3 | 07-17-2005 05:09 PM |
| Limit size of the file | _hp_ | UNIX for Dummies Questions & Answers | 4 | 07-10-2002 10:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
File size limit exceeded... SCO ulimit?
Hello -
O/S is UnixWare 7.1.4 My prefered method of copying files between servers is 'rcp', which does not recognize symbolic links; therefore, files are duplicated many times over. To avoid this duplication, I would like to use 'tar' and/or 'cpio' and pipe them through 'rcp', but because I have so much to copy, my tar/cpio files are exceeding 2GB in size, resulting in "File size limit exceeded". I installed/configured these servers 2 years ago and believe I have the correct configuration for unlimited file sizes: # idtune -g SFSZLIM 0x7FFFFFFF 0x3FFFFFFF 0x100000 0x7FFFFFFF # idtune -g HFSZLIM 0x7FFFFFFF 0x3FFFFFFF 0x100000 0x7FFFFFFF # ulimit 4194303 # fsadm / largefiles Any ideas as to why I cannot create files larger than 2GB??? I would like to aviod having to create a large number of tar/cpio archives if I can. I guess if I cannot get this resolved, I will have to find all symbolic links and avoid copying them. Thanks in advance for any suggestions you guys might have. Dave Last edited by rm -r *; 10-19-2007 at 11:41 AM. Reason: getting to the point faster. :) |
| Forum Sponsor | ||
|
|