- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: largefiles on root
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
04-25-2002 02:18 PM
04-25-2002 02:18 PM
largefiles on root
I tried using fsadm on the lvol but it says the device doesn't exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 02:26 PM
04-25-2002 02:26 PM
Re: largefiles on root
If you already haven't done so, you need to increase the size of your partition first. Because this partition has to be contiguous, it has to be done either by a fresh install, via ignite or on-line JFS.
Why would you want your root filesystem more than 2Gb anyway??
Anyway here is the entry for largefiles in /etc/fstab
/dev/vg00/lvol3 / vxfs delaylog,largefiles 0 2
Having given this more thought I'm not sure it can be done..... I'be interested in hearing what others have to say...
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 02:30 PM
04-25-2002 02:30 PM
Re: largefiles on root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 02:41 PM
04-25-2002 02:41 PM
Re: largefiles on root
logical volume is created as a JFS filesystem.
Is your filesystem JFS (vxfs) or HFS ? You can only change this when installing a system.
On my system when I run this command:
# fstyp /dev/vg00/lvol3
vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 02:49 PM
04-25-2002 02:49 PM
Re: largefiles on root
Is there not a way to modify the root filesystem other than when installing? Surely there must be. I would have thought there is a boot mode which does not mount the root and allows modification, etc. of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 03:02 PM
04-25-2002 03:02 PM
Re: largefiles on root
I believe that the problem you are facing 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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 03:05 PM
04-25-2002 03:05 PM
Re: largefiles on root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:03 PM
04-25-2002 08:03 PM
Re: largefiles on root
If you have a mirrored root volume group. Split your mirrors. Mount the Split lvol / to /mnt and fsadmin your the /mnt filesystem to support large files. Dismount /mnt. Reboot on your mirror drive and lvmirge your lvols. Then reboot back to the primary.
Let me know if you try and get it to work,