- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: difference between RAW Filesystem & 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
08-10-2004 04:59 PM
08-10-2004 04:59 PM
difference between RAW Filesystem & VxFS
Can anyone explain me the difference between
raw and vxfs filesystem.
and why and which one is good for informix
database. I know raw but dont know why ?
Thanks
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 05:21 PM
08-10-2004 05:21 PM
Re: difference between RAW Filesystem & VxFS
vxfs filesystem is a JFS (journaled file system) that is mounted on a directory.
Informix recommends using raw logical volumes as opposed to using mounted filesystems. I think they believe it has better performance for their product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 05:27 PM
08-10-2004 05:27 PM
Re: difference between RAW Filesystem & VxFS
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198966
And your profile is stating as
"I have assigned points to 78 of 402 responses to my questions."
It is good to do resolve this to get more effective responses :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 05:46 PM
08-10-2004 05:46 PM
Re: difference between RAW Filesystem & VxFS
Raw file system is a logicla volume without filesystem created(newfs command is not used)and is not mounted, whereas in vxfs filesystem it is defined to be vxfs type and mounted.
By the way i am observing the differences in both file systems since long back. not able to make out still.
i don't see any performance difference in these two
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 05:53 PM
08-10-2004 05:53 PM
Re: difference between RAW Filesystem & VxFS
In other words:
RAW volumes are managed by the database.
Filesystems are managed by HP-UX.
Thus when having the database on a filsystem you have an extra layer (db/filesystem/volume). You don't have that when using raw volumes (db/volume).
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 06:44 PM
08-10-2004 06:44 PM
Re: difference between RAW Filesystem & VxFS
Important tip:
Data stored in raw areas needs always an export and database utility to create a a readable backup files for standard backups utilities. However, VxFS areas are directly readable for HP-UX and/or these tools.
Also, raw areas uses a character device. This transfer data blocks of variying sizes at a time without using the filesystem's I/O buffers. The user program does its own buffering.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 01:00 AM
08-11-2004 01:00 AM
Re: difference between RAW Filesystem & VxFS
What is the procedure to backup Informix
database from RAW filesyste any tool or
script to backup dbspace and logs.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 01:34 AM
08-11-2004 01:34 AM
Re: difference between RAW Filesystem & VxFS
pl. use dd command , i feel u will be able to take backup
THX
SANJEEV GUPTA