- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- large file support
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
11-08-2004 07:30 PM
11-08-2004 07:30 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 07:50 PM
11-08-2004 07:50 PM
Solutiontry:
# fstyp -v
if:
f_flag: 16 -->supports large files
f_flag: 0 -->no support for large files
and eventualy test by creating a large file by the prealloc command, e.g.:
# prealloc mybigfile 2200000000
I think that you can make filenames as long as 255 characters. How long do you need them?
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 07:54 PM
11-08-2004 07:54 PM
Re: large file support
dbnode:toor-/>fstyp -v /dev/vg21/lvol4
vxfs
version: 4
f_bsize: 8192
f_frsize: 8192
f_blocks: 10483712
f_bfree: 8114032
f_bavail: 8050642
f_files: 2028512
f_ffree: 2028480
f_favail: 2028480
f_fsid: 1075118084
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 10483712
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:37 PM
11-08-2004 08:37 PM
Re: large file support
replace /dev/vg02/lvol1 with your FS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:48 AM
11-09-2004 04:48 AM
Re: large file support
If the large file support is not enabled
How to enable it . Can i do it just buy umounting the filesystem .wht will happen to the data.
Is this Largefile support same for
1.simple lvm with hfs
2.Vertitas vaolume manager
3. Online JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:53 AM
11-09-2004 04:53 AM
Re: large file support
fsadm -F vxfs -o largefiles /dev/vg02/lvol1
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:55 AM
11-09-2004 04:55 AM
Re: large file support
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=118006
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 05:00 AM
11-09-2004 05:00 AM
Re: large file support
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 01:23 PM
11-09-2004 01:23 PM
Re: large file support
Assuming that you have licenced online JFS installed on your system:-
To find a file system supports large file or not use:
#fsadm -F vxfs /
output will be either largefiles/nolargefiles
To convert a HFS file system from a nolargefiles file system to a largefiles file system:
#fsadm -F hfs -o largefiles /dev/vgxx/
For more info. Pls see:
http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf
Regards,
Syam