- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CFS file system
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
06-15-2006 02:56 PM
06-15-2006 02:56 PM
I read that hpux 11.23 supports CFS file system. It is capable of concurrent file system access.
Can someone explain how this CFS is different than other existing file system on HPUX ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:11 PM
06-15-2006 03:11 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:37 PM
06-15-2006 03:37 PM
Re: CFS file system
This link should give you more information about CFS http://www.beedub.com/clusterfs.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:07 PM
06-15-2006 04:07 PM
Re: CFS file system
You can also check the below one,:
http://www.clusterfs.com/
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:59 PM
06-15-2006 04:59 PM
Re: CFS file system
A distributed locking mechanism, called the global lock manager (GLM) is used for metadata and cache coherency across the multiple nodes. GLM provides a way to ensure that all the nodes will have a consistent view of the file system. When any node wishes to read data, it requests a shared lock. If another node wishes to write to the same area of the file system, it must request an exclusive lock. The GLM revokes all shared locks before granting the exclusive lock and informs reading nodes that their data is no longer valid.
CFS is used in DBE/AC to manage a file system in a large database environment. When used in DBE/AC for Oracle-RAC, Oracle accesses data files stored on CFS file systems with the ODM interface. This essentially bypasses the file system buffer and file system locking. This means that only Oracle handles the tasks of buffering data and coordinating writes to files and not the GLM, which is minimally used with the ODM interface.
Hope this helps.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 05:40 PM
06-15-2006 05:40 PM
Re: CFS file system
Other than Oracle 9i or 10g RAC; how this feature of the CFS will be useful for the normal applications like Apache Web Server or Application Servers like WebLogic and WebSphere etc ?
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 04:33 AM
06-16-2006 04:33 AM
Re: CFS file system
The application must be designed to handle this. Consider 2 users vi'ing the same file on the same host. Because no locking is done by the application (vi in the case) whoever writes to the file last, wins. Vi would have exactly the same problem under CFS when the users were on separate systems.
CFS should be thought of as a new tool to put in the designer's toolbox. What was only possible before with raw/io is now possible with cooked files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 04:57 AM
06-16-2006 04:57 AM
Re: CFS file system
If 2 users changing same vi file under CFS on the same host; then, will both changes will go through successfully ?
Regards,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 05:07 AM
06-16-2006 05:07 AM
Re: CFS file system
File locking in UNIX is advisory only (although it is possible to promote advisory locks to mandatory locks). This means that the application itself must be designed to both lock files (or regions of a file) and check for locks on files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 08:25 AM
06-16-2006 08:25 AM
Re: CFS file system
but i can find some good links from that u can read something good.
Cluster file system from wikipedia:
http://en.wikipedia.org/wiki/Cluster_%28file_system%29
cfs faq:
http://www.clusterfs.com/faq.html
Selecting a Scalable Cluster File System:
http://www.lustre.org/docs/selecting-a-cfs.pdf
CFS roadmap:
http://www.clusterfs.com/Lustre-roadmap-2006-05-22.pdf
Using Serviceguard Extension for RAC from docs.hp.com
http://docs.hp.com/en/T1859-90038/ch01s03.html