- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File copy problem FTP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2003 08:08 PM
11-14-2003 08:08 PM
File copy problem FTP
I have to FTP a single database file of about 2.8 GB from a windows machine onto our d-class running HP UX 10.2.
THe problem is once the file is almost copied I get the message file size too large unable to copy. One of my collegues thinks it is due to the ulimit value in the kernel parameter. Honestly non of us know. Since it is a test run we are not critical but yet we need to get this set up one way or the other.
Can someone give the solution.
thankx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2003 08:22 PM
11-14-2003 08:22 PM
Re: File copy problem FTP
The default size of files in a 10.20 filesystem is below 2 GB.
To Change a file system to a large-files
filesystem.
# /usr/sbin/fsadm -F hfs -o largefiles /dev/vgXX/lvolX
Hope this helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2003 09:05 PM
11-14-2003 09:05 PM
Re: File copy problem FTP
Robert-Jan is right but the filesystem may not be of type hfs. Better check first:
# fstyp
if it says "vxfs" then use this option for fsadm instead of "hfs".
You should also add the parameter "largefiles" as mount option for the file system in /etc/fstab, or you will get a mount error the next time you try to mount the filesystem.
You can also try first if it is possible to create a file bigger than 2GB in the filesystem in question: cd to the directory and:
# prealloc mybigfile 2200000000
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 05:11 AM
11-17-2003 05:11 AM
Re: File copy problem FTP
is your problem solved?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 06:24 PM
11-21-2003 06:24 PM
Re: File copy problem FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 09:57 PM
11-23-2003 09:57 PM
Re: File copy problem FTP
would you please be so kind to award points to those, who helped you?
greetings,
Michael