- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Concurrent SAN access
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
07-19-2004 02:45 AM
07-19-2004 02:45 AM
Concurrent SAN access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 02:57 AM
07-19-2004 02:57 AM
Re: Concurrent SAN access
I've never worked with Shark, but I have with SANs and Service gUard before so bear with me.
What are you trying to accomplish?
You can't have a filesystem mounted to the same disk at the same time on 2 different servers. You can however have a Volume Group set up on both servers accessing the same LUN via Service Guard, however when you set up the VG you have to set it up so it is cluster aware via vgchange -c y "vg_name" So just clarify a little more on what exactyl you are trying to accomplish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 03:25 AM
07-19-2004 03:25 AM
Re: Concurrent SAN access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 04:55 AM
07-19-2004 04:55 AM
Re: Concurrent SAN access
You can not use same filesystem on both servers, insted you can create VG which can share across 2 system, but still concurrent writing is not recommended.
Online JFS will allow you to have a snapshots of filesystem, i.e. you can have a filesystem with a snapshot filesystem, later you can mount this filesystem to the other machine and can be accessed.
-Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 05:36 AM
07-19-2004 05:36 AM
Re: Concurrent SAN access
concurrent writes are not required by the 2 systems. 1 system would handle all update activity, the other would be READ-ONLY. Can you expand on this shared VG idea?
thanks,
Lon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 07:44 PM
07-19-2004 07:44 PM
Re: Concurrent SAN access
You have got the wrong product. Clustered volume manager helps you to have filesystems in shared mode. that is in vxvm.
In LVM, you can have the VGs in shared mode through RAC but it supports only RAW logical volumes. If at all you want to access the filesystems on both sides (either for read or write) then CVM is the product. this has to go with the serviceguard.
By the way why do you want to mount the filesystems on both sides? is there some archive logs which need to be seen by your backup software? if so, the only workaround given by Oracle is to NFS mount. (I am assuming you are having Oracle 9i).
Provide us more details.
Cheers,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 01:30 AM
07-20-2004 01:30 AM
Re: Concurrent SAN access
Oracle is not involved at all here.
Configuration:
Server #1: requires RW access to perform all update activity on filesystem (index updates, file creates/deletes, etc.)
Server #2: requires RO access to perform backups and secondary searches against indeces created on Server #1. Way too much data to consider NFS for either of these functions.
Can I get a RO mount for Server #2 while Server #1 has a RW mount to the same file system which resides on a SAN which both servers are connected to via 2Gb fiber cards?
Appreciate all assistance,
Lon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 02:02 AM
07-20-2004 02:02 AM
Re: Concurrent SAN access
To answer you in one line, It is not possible with LVM filesystems.
If you mount the filesystem in Read-only on the server #2, you may not see any changes made in the filesystem by the first server after the mount.
Since you want to do some backups and searches on the Server #2, you have to NFS mount. Please read my previous post in this thread.
You may also explore the possibility of CVM with serviceguard.
Hope I was able to address your question.
Cheers,
Mohan.