- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Large File Supported
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-20-2008 01:12 AM
11-20-2008 01:12 AM
fstyp -v /dev/vg01/lvol1
vxfs
version: 5
f_bsize: 8192
f_frsize: 1024
f_blocks: 512000000
f_bfree: 504518157
f_bavail: 472985773
f_files: 126150272
f_ffree: 126129536
f_favail: 126129536
f_fsid: 1073807361
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 10
f_size: 512000000
How to know that this filesystem support the Largefile?
Rgds,
Asrul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 01:20 AM
11-20-2008 01:20 AM
Solutionwithout online jfs
# /usr/sbin/fstyp -v /dev/vgxx/lvolx|grep f_flag
f_flag: 16 large files are activated
f_flag: 0 large files are inactive
with online jfs
/usr/sbin/fsadm -F vxfs /file_system_path
the o/p will be largefiles
Regards
Prashnat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 01:20 AM
11-20-2008 01:20 AM
Re: Large File Supported
[root@sdprbusq:~]# fsadm -F vxfs -v /home
vxfs fsadm: using device /dev/vg00/rlvol8
largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 01:20 AM
11-20-2008 01:20 AM
Re: Large File Supported
f_flag : 16 shows that you currently support larger file
# fstype -v /dev/vgXX/lvolX
f_flag: 16 = largefiles
f_flag: 0 = no_largefiles
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 01:23 AM
11-20-2008 01:23 AM
Re: Large File Supported
# mkfs -m /dev/vg00/lvol4
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=5,inosize=256,logsize=2048,largefiles /dev/vg00/lvol4 2097152
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 01:42 AM
11-20-2008 01:42 AM