- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to mount with large file option
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-31-2008 10:11 PM
07-31-2008 10:11 PM
how to mount with large file option
I have hp-ux 11.11 parisc. Folder /var supports large file system. Please let me know how to mount / share with large file support option.
Thanks.
Anand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 10:20 PM
07-31-2008 10:20 PM
Re: how to mount with large file option
This is for filesystem.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 10:46 PM
07-31-2008 10:46 PM
Re: how to mount with large file option
Your file system can have largefiles option BUT if your nfs server is sharing the file system can't treat >2GB files, you can't create or share files in right way.
So, I would like to know is there any option to share file system which can treat >2GB files.
Thanks.
Anand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 11:00 PM
07-31-2008 11:00 PM
Re: how to mount with large file option
if you enabled the largefiles option in hp-ux check nfs versions. with nfsstat -m command. With nfs version 3 and above you should work with files bigger than 2 gb.
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 11:18 PM
07-31-2008 11:18 PM
Re: how to mount with large file option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 11:21 PM
07-31-2008 11:21 PM
Re: how to mount with large file option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 11:23 PM
07-31-2008 11:23 PM
Re: how to mount with large file option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2008 03:28 AM
08-02-2008 03:28 AM
Re: how to mount with large file option
to check if largefile is supported:
# fstyp -v /dev/vg00/lvol3 |grep -i f_flag
If f_flag: 0 - max 2 GB
If f_flag: 16 - max 8 GB
In /etc/fstab you can announce it to be mounted with largefiles option:
/dev/vg00/lvol
Then it is shareable/mountable for large files.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2008 11:10 PM
08-02-2008 11:10 PM
Re: how to mount with large file option
For more info:
man mount_vxfs
Look for largefile info.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2008 05:53 AM
08-03-2008 05:53 AM
Re: how to mount with large file option
If file system created with large file support and nfs version is 3 or more then this should work.
hp-ux 11.11 supports NFS ver 2 and 3.
check following:
rpcinfo -p localhost | grep -i nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2008 06:05 AM
08-03-2008 06:05 AM
Re: how to mount with large file option
use below command
/usr/sbin/mount -F
if you have already enabled largefiles option while creating new fs, it will work.
if fs is already mounted & have online jfs working.
/usr/sbin/fsadm -o largefiles
Regards
Rajesh Devada
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2008 10:38 AM
08-03-2008 10:38 AM
Re: how to mount with large file option
/usr/sbin/fsadm -o largefiles
OnlineJFS isn't required to use the above fsadm(1m).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2008 11:36 AM
08-03-2008 11:36 AM
Re: how to mount with large file option
Use fsadm 1m.
Regards
Prashant