- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File size question
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
02-25-2002 07:43 AM
02-25-2002 07:43 AM
Currently I have a Oracle database server that has Online JFS. The OS is HP-UX 11.0 64 bit. After searching the forums and docs, I have found that:
HP-UX 11.00: JFS 3.3 Version 2: Max file size is 2 GB.
HP-UX 11.00: JFS 3.3 Version 3: Max file size is 1 TB.
According to http://docs.hp.com/hpux/onlinedocs/5971-2383/5971-2383.html the 11.0 JFS 3.3 Version 3 is the default version.
My questions are:
1. How do I determine the version of JFS 3.3?
2. Do I have to specify "-o largefiles" in the newfs command so that the Oracle DBA can create a file larger than 2 GB?
Thanks in Advance,
Ed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:51 AM
02-25-2002 07:51 AM
Re: File size question
I know that you do need to specify -o largefiles, as I have had the same problem.
Not sure how to get the version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:52 AM
02-25-2002 07:52 AM
Re: File size question
fstyp -v /dev/vgxx/lvolxx
hope it help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:58 AM
02-25-2002 07:58 AM
Re: File size question
You dont need to use the -o largefiles on the newfs command, you can do it on-the-fly with the fsadm command (fsadm -o largefiles) - this saves you having to remount or re-newfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:17 AM
02-25-2002 08:17 AM
Re: File size question
I know that I can extend the logical volume while it is still mounted, I was curious about the "-o largefiles" option b/c our DBA is "reorging" the database and wants to create files that are larger than 2 GB. When I intially created the space, I didn't use the -o largefiles b/c I thought that the max file size was 1 TB.
So the moral of the story is to create the spaces with "-o largefiles" so that my DBA can create files larger than 2 GB.
Thank you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 11:34 AM
02-25-2002 11:34 AM
Re: File size question
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/coolscripts/
NOTE: ftp, not http. Feel free to borrow any of the scripts there as well as from the upper directories. The attachment shows a sample output for bdfmegs -v
Bill Hassell, sysadmin