- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to make root filesystem support large file...
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
06-15-2004 09:33 PM
06-15-2004 09:33 PM
how to make root filesystem support large file.
because when I excute command make_net_recovery.
the archieve file is beyond 2gb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 09:44 PM
06-15-2004 09:44 PM
Re: how to make root filesystem support large file.
To check if it is turned on:
mkfs -F vxfs -m /dev/vg00/lvol
to turn it on:
fsadm -F vxfs -o largefiles /dev/vg00/lvol
( -F vxfs/hfs depending on filesystem used)
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 09:45 PM
06-15-2004 09:45 PM
Re: how to make root filesystem support large file.
# fsadm -F
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 09:53 PM
06-15-2004 09:53 PM
Re: how to make root filesystem support large file.
check if you have OnLineJFS:
# swlist -l product | grep -i online
If you have it
# fsadm -o largefile /
and change /etc/fstab on / filesystem adding largefile option.
Otherwise go in single user mode with / filesystem unmounted and change /etc/fstab with largefiles option on / filesystem then boot up.
It is needed to go in single user mode because / filesystem should not be unmounted in multi user mode (run-level 3).
HTH.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 09:54 PM
06-15-2004 09:54 PM
Re: how to make root filesystem support large file.
#fsadm /dev/vg00/rlvol3
shows whether largefile enables or not
to enable
#fsadm -F hfs -o largefiles /dev/vg00/lvol3.
but it may corrupt the data inside that file system if you enabled largefile option.
Advised to have ignite backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:06 PM
06-15-2004 11:06 PM
Re: how to make root filesystem support large file.
#fsadm -F vxfs -o largefiles /dev/vgnn/[r]filesystem
To know version and other activated options:
#fstyp -v /dev/vgnn/filesystem
f_flag: 16 indicates you that support large files!
Rgds.