- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HFS vs VXFS
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
07-13-2001 12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:29 AM
07-13-2001 12:29 AM
Re: HFS vs VXFS
HFS is HP proprietary, VxFS is used across unix flavours (Sun, AIX, Dec etc.)
HFS is old and support will stop for it one day. VxFS is new, has tons of options to tune it, is faster, and has become the industry standard. Its the way of the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:37 AM
07-13-2001 12:37 AM
SolutionVxFS:
. Faster recovery versus HFS fsck, due to using intent log
. More robust as there is additional panic avoidance in VxFS code (In many cases where an I/O operation failure would cause HFS to panic, VxFS will mark the file or file system bad instead)
. Better performance, under many circumstances, due to using extents (Unless HFS is running fs_async, which VxFS does not support)
. OnLine VxFS provides ability to do backups, resizing and
defragmentation/reorganization while file system is on-line
. VxFS is HP's strategic file system direction, and new technology will be added to it, not to HFS.
VxFS limitations:
. Does not support HP-UX ACLs, so cannot be trusted system file system
Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:40 AM
07-13-2001 12:40 AM
Re: HFS vs VXFS
you'll see the diffrence once your server might crash and fsck on hfs systems will take horrible long time.
with vxfs we were online again in a couple of minutes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 04:20 AM
07-13-2001 04:20 AM
Re: HFS vs VXFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 06:25 AM
07-13-2001 06:25 AM
Re: HFS vs VXFS
One other advantage of vxfs are the OnlineJFS mount options convosync=direct,mincache=direct which bypass the unix buffers. The idea is that some software (e.g. databases) so their own buffering in shared memory and thus prefer raw/io. The downside of raw/io is the difficulty of management and backup. These mount options give you the benefits of raw/io with none of the drawbacks.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 09:20 AM
07-13-2001 09:20 AM
Re: HFS vs VXFS
BSD file system (aka UFS aka FFS) that most
Unixes have.
But anyway, the fsck time on HFS file systems
after a crash or poweroff is just not acceptable
with the large disks you can get these days.
Vxfs disks will fsck almost instantly, and that
alone is enough to justify using it.