- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create a file larger than 2Gb?
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
05-24-2006 07:59 PM
05-24-2006 07:59 PM
What is neededto create files larger than 2Gb?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:02 PM
05-24-2006 08:02 PM
Re: How to create a file larger than 2Gb?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:08 PM
05-24-2006 08:08 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:10 PM
05-24-2006 08:10 PM
Re: How to create a file larger than 2Gb?
You need to enable large file support. If you have OnlineJFS installed, you can do it by
# fsadm -o largefiles /mount_point
If you don't have OnineJFS,
# fsadm -F vxfs -o largefiles /dev/vgXX/rlvolY
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:14 PM
05-24-2006 08:14 PM
Re: How to create a file larger than 2Gb?
How do I know if OnlineJFS is installed?
I'm not a sysadmin, so I have to give my system support team as much info as possible ;-)
Guus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:28 PM
05-24-2006 08:28 PM
Re: How to create a file larger than 2Gb?
You can find out by, # swlist -l product |grep -i jfs
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:31 PM
05-24-2006 08:31 PM
Re: How to create a file larger than 2Gb?
Type the following:
swlist -l fileset|grep -i jfs
swlist -l fileset|grep -i vxfs
Check version
fstyp -v /dev/vg00/lvol5
Check if Filesystem has largefiles enabled:
Example
fsadm -F vxfs /dev/vg02/lvol1
If largefiles isn't enabled, enable it with the following command.
fsadm -F vxfs -o largefiles /dev/vg02/lvol1
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 08:48 PM
05-24-2006 08:48 PM