- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hfs or 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
11-30-2003 11:36 AM
11-30-2003 11:36 AM
I know that there is better recovery with VXFS file systems.
Cheers
Darren
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:51 AM
11-30-2003 11:51 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 01:33 PM
11-30-2003 01:33 PM
Re: hfs or vxfs
/ vxfs
/stand hfs
/tmp vxfs
/home vxf
/opt vxfs
/usr vxfs
/var vxfs
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 01:33 PM
11-30-2003 01:33 PM
Re: hfs or vxfs
You can not convert /stand, because the kernel can not load off a vxfs filesystem.
There may be others in 10.20 that should not be converted. You are going to have to check that out before proceeding.
Unless your applications have an issue(check!!!) you an convert any filesystem outside of vg00.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 01:35 PM
11-30-2003 01:35 PM
Re: hfs or vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 01:50 PM
11-30-2003 01:50 PM
Re: hfs or vxfs
The conversion from HFS to VXFS is that to remove the volume and then recreate as VXFS or is there are way of doing with out destroying the data.
Cheers
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 02:03 PM
11-30-2003 02:03 PM
Re: hfs or vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 02:21 PM
11-30-2003 02:21 PM
Re: hfs or vxfs
http://www.docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 02:23 PM
11-30-2003 02:23 PM
Re: hfs or vxfs
Micheal is totally right about that /stand must be hfs since it has the kernel stored in it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 03:48 PM
11-30-2003 03:48 PM
Re: hfs or vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 04:50 PM
11-30-2003 04:50 PM
Re: hfs or vxfs
To theorise could take pages but there is plenty of information on the web and on the forum regarding the respective performance attributes. However, I would suggest you simply test both using your normal applications and workload. Some basic testing of my own....I've created two 1GB filesystems on a J-Class workstation, 11i, one vxfs version 4, one hfs. I then performed two different tests - the first is a prealloc of an 800MB file to each filesystem, the next is a copy of 407MB of data from another directory tree containing nearly 13000 files. The results :
prealloc :
vxfs : 30.14 secs
hfs : 39.89
copy :
vxfs : 1.08.60
hfs : 2.41.48
On 10.20 the results may be slightly closer and there is not as much scope for tuning as on later releases but this may give you some basic idea. If you have anything specific in mind let me know.
cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 04:59 PM
11-30-2003 04:59 PM
Re: hfs or vxfs
I have found this document in the knowledge base. It explains "How do I convert my HFS filesystem to an VXFS filesystem"
You must have a current backup of HFS file systems!
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063238110
Here is a manual from the knowledge base too, "Performance benefits comparison of JFS and HFS"
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062952511
For more information, refer to chapter 4, "Working with HP-UX File
Systems", in the manual "HP-UX System Administration Tasks", HP Part
No. B2355-90079.
Hope this help.