- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Lage file enabled FS
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
12-10-2007 01:22 AM
12-10-2007 01:22 AM
No, its not a questionnaire, but couple of doubts i have :-)
1) How do i check if a FS is Large file enabled or not (from the command line)
2) If the FS is not large file enabled, how do i enable it? can it be done online or do we have to recreate the FS.
3) This question might sound silly, but i have to ask it.
One of my user's is not able to create a file more than 2GB on a NFS. the FS is mounted on a HP box,
My question is should i check on the machine on which the FS is exported if the FS is larger file enabled or not?
Thanks for your time in advance,
Pattabhi Raman
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 01:30 AM
12-10-2007 01:30 AM
Solution1. mkfs -m -F vxfs /dev/vgxx/lvolxx
or
fsadm -F vxfs /mountpoint
2. Enabling Large files if you have OnlineJFS:
# fsadm -F vxfs -o largefiles /mountpoint
3. Yes. you should check from where this Mount Point is exported. (Server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 01:34 AM
12-10-2007 01:34 AM
Re: Lage file enabled FS
To check if largefiles are enabled -
fsadm -F vxfs /dev/
If it is then it will respond with largefiles.
If it is not enabled, then you can enable it by using fsadm
fsadm -F vxfs -o largefiles /dev/
If you do not have Online JFS then you will need to umount it and remount it with the options in the fstab set as
rw,largefiles,delaylog
and then mount the filesystem
Your final question, I would check the NFS server for largefiles first.
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 01:34 AM
12-10-2007 01:34 AM
Re: Lage file enabled FS
1) vi /etc/fstab (must have the largefiles option). If you don't see it, you don't have the largefiles option enabled.
2) You can do it in SAM ou editing by /etc/fstab. But you will need to unmount and mount each logical volume.
3) Yes.
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 02:19 AM
12-10-2007 02:19 AM
Re: Lage file enabled FS
Thanks for the quick responses and you all deserve a 10 for that :-)
Regards,
Pattabhi Raman