- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FS share on two nodes
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-27-2001 04:37 AM
11-27-2001 04:37 AM
Is this true? Why not? What am I not understanding about how this works?
(2xL1000-5X @ HPUX B.11.00. U)
(2xVA7100)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:45 AM
11-27-2001 04:45 AM
Re: FS share on two nodes
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:46 AM
11-27-2001 04:46 AM
Re: FS share on two nodes
one possibility is to activate as readonly on the second host (vgchange -a r ..)
Then you can mount on both nodes but only one should/could be able to write to the fs.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:47 AM
11-27-2001 04:47 AM
Re: FS share on two nodes
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:52 AM
11-27-2001 04:52 AM
Re: FS share on two nodes
If you have some kind of distributed lock management system, like that used by Oracle Parallel Server, then raw logical volumes within a volume group can be shared and accessed.
I believe Veritas sell a file system called 'Veritas Cluster File System' which allows access from multiple nodes at the same time... but of course as a Veritas product this will probably be extremely expensive!
Perhaps if you let us know what you are trying to achieve, we can give you some pointers for solving your problem...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 04:58 AM
11-27-2001 04:58 AM
Re: FS share on two nodes
The other day I found a reference to CxFS that allowed multiple servers to update a single VG, but I'm not sure as to it's portibility.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 05:12 AM
11-27-2001 05:12 AM
Re: FS share on two nodes
http://eval.veritas.com/downloads/pro/fso_hp-ux_datasheet.pdf
Be prepared to take out a second & third mortgage!
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 05:27 AM
11-27-2001 05:27 AM
Re: FS share on two nodes
As Duncan mentioned, we can share only RawVolumes of a VG - which happens in a distributed OPS cluster environment where oracle raw volumes are shared . We are not yet there for Filesytems. Hence the bigbucks for the veritas product.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 06:08 AM
11-27-2001 06:08 AM
Re: FS share on two nodes
Anyhow, thanks for your responses. I think I understand a lot better now.
The problem will have to be solved at the Oracle level. It makes archivelog management much simpler if the logs can go on a shared volume because a recover (which must happen on a single node) needs the logs from both sides. I'll use separate vgs and mount both on one side when a recover is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 06:23 AM
11-27-2001 06:23 AM
SolutionIf your intention is to use the 'shared file system' for archived redo logs, and read those into a recovery database, then you can either:
Just use NFS - have the archived redo logs written to a local disk which is then NFS mounted by your recovery server.
-OR-
If you are using 8i, there are features that allow you to ship archived redo across Net8 and straight into a recovery database.
HTH
Duncan
I am an HPE Employee
