- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsadm - largefiles
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
03-22-2002 05:33 AM
03-22-2002 05:33 AM
The error message is:
>fsadm -F vxfs -o largefiles /
fsadm: set feature (LARGEFILES) failed, errno 25
>fsadm -F vxfs /
nomultifsets
nolargefiles
The machine is HP C3650 running on HP-UX 11.00.
Shall I run umount / and then run:
fsadm -F vxfs -o largefiles /dev/vg00/lvol3 or shall I do anything else? Thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:40 AM
03-22-2002 05:40 AM
Re: fsadm - largefiles
Do you have onlineJFS installed. If so then you can run fsadm when the / is mounted, else it is not possible to do so. Why do you want to enable largefiles for root filesystem. You don't need largefiles enabled for root filesystem.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:40 AM
03-22-2002 05:40 AM
Re: fsadm - largefiles
Let me explain...
Root / (and /stand) are two file systems that MUST remain contiguous. Extending them is very very difficult, and most folks don't do this because of the contiguous disk factor.
Putting unnecessary (and especially large) files under root / can cause it to lock up your system.
Create another mountpoint (possibly on another disk) and set that /filesystem to largefiles.....BUT I do not recommend trying to set / root with the largefiles option.
Just my thoughts,
Rit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:42 AM
03-22-2002 05:42 AM
Re: fsadm - largefiles
Secondly, why do you need to create >2Gig files on the root file system?!?
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:48 AM
03-22-2002 05:48 AM
SolutionBut do you realy have a / that's larger than 2Gb??
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 05:59 AM
03-22-2002 05:59 AM
Re: fsadm - largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:03 AM
03-22-2002 06:03 AM
Re: fsadm - largefiles
Hi ,
As per my knowledge..HP Online JFS is a priced product.
Vijeesh CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 11:05 PM
03-25-2002 11:05 PM
Re: fsadm - largefiles
Having said that all you need to do to enable largefiles via fsadm is to umount the filesystem. For a vg00 filesystem the best option is to boot in single user and run the fsadm-command. Then you can edit fstab and bring the system up.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 02:23 PM
04-25-2002 02:23 PM
Re: fsadm - largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 03:06 PM
04-25-2002 03:06 PM
Re: fsadm - largefiles
I believe that the problem is that you are not using the *raw* device:
# fsadm -F hfs -o largefiles /dev/vgXX/rlovX
However, I would *not* enable largefiles on any of the logical volumes associated with vg00. The reason is that Ignite 'make_tape_recovery' utilizes 'pax' to create its archive and 'pax' does not support largefiles.
Regards!
...JRF...