- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Allowing large files on nfs
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
07-19-2004 03:10 PM
07-19-2004 03:10 PM
Allowing large files on nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 02:12 AM
07-20-2004 02:12 AM
Re: Allowing large files on nfs
I think that you need to mount -o largefiles
on the nfs server for the local mount point and then server out as usual.
At the client side your largest concern woudl be to make sure that the tools can deal with 2GB+ files.
hth.
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 06:29 PM
07-28-2004 06:29 PM
Re: Allowing large files on nfs
you can try this.
mount -F nfs -o largefiles server:/fs /local
FYI :
It depends on the NFS versions
NFS version2 does not support largefiles.
NFS version3 supports largefiles.upto 128 GB filesize.
HPUX 10.30 above supports NFS version3
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 06:41 PM
07-28-2004 06:41 PM
Re: Allowing large files on nfs
You can do it with newfs -F vxfs -o largefiles /dev/vg00/rlvol_name
The above process is destructive.
or convert with fsadm
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
07-28-2004 07:07 PM
07-28-2004 07:07 PM
Re: Allowing large files on nfs
However, the NFS server may need to enable large file support, depending upon the server operating system and the underlying filesystem type. For example, when mounting a VxFS filesystem containing large files on the NFS server that will be exported for NFS clients to access, the local VxFS filesystem would need to be mounted on the server using the "largefiles" option.
As for the NFS client's *file* size limits, they are:
HP-UX 11.0 or 11i NFS Version 2 Clients: 2GB
HP-UX 11.0 NFS Version 3 Clients: 1TB
HP-UX 11i NFS Version 3 Clients: 2TB
Regarding the availability of NFS versions, NFS version 2 and 3 have been available on HP-UX since 10.20.
I hope this information helps.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
