- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shared filesystem for multinodes
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
12-27-2010 03:39 AM
12-27-2010 03:39 AM
Shared filesystem for multinodes
And four mount points (file system) are on one server.
How to share these four mount points between all six servers so that these are accessible to application on all six nodes for read write operations equally.
Oracle is not being used so SgeRAC is not the option.
Please share any reference document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2010 03:54 AM
12-27-2010 03:54 AM
Re: Shared filesystem for multinodes
Add the entries in /etc/dfs/dfstab
then do shareall command.
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2010 04:06 AM
12-27-2010 04:06 AM
Re: Shared filesystem for multinodes
NFS is not the option. Some servicegaurd solutions......?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2010 04:36 AM
12-27-2010 04:36 AM
Re: Shared filesystem for multinodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2010 03:34 PM
12-27-2010 03:34 PM
Re: Shared filesystem for multinodes
There is no separate locking api so the last one that saves data will write so you need to make sure that the systems do not step on each other (oracle takes care of it when using RAC) but it is a good option.
Why not NFS. NFS is a great protocol and can deal with locking of files since one is the nfs server and all requests go through that node. IF that node fails the NFS package starts on another node. The cross mount capabilities of the NFS package allow the package to be mounted locally and on all of the nodes on the same mount point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 04:01 AM
12-28-2010 04:01 AM
Re: Shared filesystem for multinodes
With out locking management, it would be difficult to use CFS as there is a great chance of data loss. The servers are running a critical customer application.
NFS is not because the operations require faster performance.
Any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 06:42 AM
12-28-2010 06:42 AM
Re: Shared filesystem for multinodes
What locking API is the application currently using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 08:33 PM
12-28-2010 08:33 PM
Re: Shared filesystem for multinodes
As Emil already conveyed -Application should be intelligent enough to handel and understand that underlying filesystem is a cluster filesystem , and not a usual one ...why don't you discuss this first with the application support , just a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 09:09 PM
12-28-2010 09:09 PM
Re: Shared filesystem for multinodes
No locking API is available in application currently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 09:17 PM
12-28-2010 09:17 PM
Re: Shared filesystem for multinodes
I'm confused. What do you mean by this? The FS doesn't support locking so the application doesn't bother?
If so, how does the application work for a local filesystem, single threaded/process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 10:02 PM
12-28-2010 10:02 PM
Re: Shared filesystem for multinodes
It is working on local file system on single server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 10:16 PM
12-28-2010 10:16 PM
Re: Shared filesystem for multinodes
I suppose this more accurately means that calls to lockf(2) and fcntl(2) are ignored?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2010 11:25 PM
12-28-2010 11:25 PM
Re: Shared filesystem for multinodes
Final conclusion, CFS is not the solution for this?
Is it confirmed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2010 04:33 AM
12-29-2010 04:33 AM
Re: Shared filesystem for multinodes
It doesn't seem like it. It seems all CFS does is to synchronize filesystem metadata but not user data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2011 02:29 AM
01-03-2011 02:29 AM