- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: File size limit of 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
02-16-2004 04:09 PM
02-16-2004 04:09 PM
File size limit of 2GB
I have checked the following system settings.
ulimit -> unlimited
filesystem -> largefiles compatible
shell -> /sbin/sh -> PSIX shell.
Is there any other settings which has to be set to avoid this problem.
The data file is a C-ISAM file and the version of C-ISAM is 7.25HC1 , which can handle files of size greater than 2GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 04:14 PM
02-16-2004 04:14 PM
Re: File size limit of 2GB
#umount /mountpoint
# fsadm -o largefiles /dev/vg02/rlvol1
#mount /mountpoint
That's all..
Good luck..
ltk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 04:18 PM
02-16-2004 04:18 PM
Re: File size limit of 2GB
You have to use a suitable lvol name that contains the data file above.
You can see the lvol name to execute 'bdf'command.^^
Good luck^^
ltk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 04:19 PM
02-16-2004 04:19 PM
Re: File size limit of 2GB
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=220615
might help you ...
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 04:21 PM
02-16-2004 04:21 PM
Re: File size limit of 2GB
Which backup utiltiy u using to take backup
if it is tar then it wan't support
u should try fbackup utility take backup
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 04:48 PM
02-16-2004 04:48 PM
Re: File size limit of 2GB
If is issue the command
fsadm -F vxfs on the file system , i get the ouput as largefiles , and the entry in the /etc/fstab also mentions that it is a largefiles file system.
Is there any way to check whether the application running is a 32bit or 64 bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 05:05 PM
02-16-2004 05:05 PM
Re: File size limit of 2GB
#disp+work -V shows
compiled on: HP-UX B.11.00 U 9000/800
compiled for: 64 BIT
sks