- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fstab - vxfs defaults
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
01-20-2003 03:20 PM
01-20-2003 03:20 PM
Is this still the case for 11.0 or has the future arrived? In other words, is an entry in fstab of...
/dev/vg02/lvol1 /dba vxfs delaylog 0 2
...sufficient for [oracle's] largefiles?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 03:32 PM
01-20-2003 03:32 PM
Re: fstab - vxfs defaults
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 03:35 PM
01-20-2003 03:35 PM
Re: fstab - vxfs defaults
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 03:37 PM
01-20-2003 03:37 PM
Re: fstab - vxfs defaults
No, the default for 'largefiles' remains "nolargefiles" through all availale HP-UX versions [11i version 1.6 begin the latest) when a 'mkfs_fxfs' is done.
'fsadm' sets or resets the ability to create largefiles (>2GB) [q.v. fsadm_vxfs(1M) ]. The VxFS filesystem version must be three (3) or four (4) to enable largefiles.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 03:43 PM
01-20-2003 03:43 PM
SolutionI should hasten to add the the enablement of 'largefiles' is not controlled by a mount option in /etc/fstab, but rather by the largefiles bit which is set during creation of the filesystem with 'mkfs_vxfs' or conversion of the filesystem (with 'fsadm'). The mount option enforces the underlying state. That is, if "nolargefiles" are specified at mount-time, yet "largefiles" are present, the filesystem will not be mounted.
The original "Large Files White Paper" discusses this nicely:
http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 09:23 PM
01-20-2003 09:23 PM
Re: fstab - vxfs defaults
default largefiles is not enabled in 11x. which we can enable during file system creation. your entry for oracle file system in fstab is sufficient