- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- largefiles problem
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
10-12-2003 02:35 AM
10-12-2003 02:35 AM
I created a new logical volume, and I run mkfs command as following
mkfs -F vxfs -o largefiles /dev/vg00/mylvol
and I mount this volume as following
mount -t vxfs -o largefiles /dev/vg00/mylvol /mymountdir
I export this dir via NFS to linux and I mount this directory from Linux but I cannot copy a file which is larger than 2GB from linux to that directory
Why this process fail?
Best Regards
Murat SULUHAN
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 02:57 AM
10-12-2003 02:57 AM
Re: largefiles problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 03:09 AM
10-12-2003 03:09 AM
Re: largefiles problem
Exist tunable parameter "ulimit".
This parameter is the size of the largest file write (in blk of 512 kb).
See also sfnolim, hfnolim, sfszlim, hfszlim.
if not solve your problem, go in
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=230867
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 10:11 AM
10-12-2003 10:11 AM
Re: largefiles problem
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 01:55 PM
10-12-2003 01:55 PM
Re: largefiles problem
I don't think that is the problem, but I believe my methodology is recommended.
I think Bill's got the problem nailed with the NFS version issue.
run nfsstat and see if it helps you diagnose the issue.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 05:31 PM
10-12-2003 05:31 PM
Re: largefiles problem
I recommand you exec compress command before copying a file.
Compress command makes a file smaller.
Good day~~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 07:09 PM
10-12-2003 07:09 PM
Re: largefiles problem
I added the following lines to the
/etc/rc.config.d/nfsconf file and restart the nfsd and remount the filesystem
MOUNTD=VER3
MOUNT=VER3
And now I can create file larger than 2GB
Thank u so much
Best Regards
Murat The NFS newbie