- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Physical Volume mounted by multiple hosts
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-06-2002 01:48 PM
11-06-2002 01:48 PM
as in your knowledge, is there any products or any planned product which allows to multiple host to mount the same physical volume? My question arises because I'd like to have two applications, the main and the standby in a MC/SG environment, which share the data disks; when the main fails the spare is ready to run withount the need of the startup.
Best regards
Enrico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 01:50 PM
11-06-2002 01:50 PM
Re: Physical Volume mounted by multiple hosts
Well, MC/SG will allow two hosts to mount same VG but NOT both as r/w. Only one can mount r/w & the other as r/o.
I'm sure you can imagine the bad things that can happen if 2 systems try to write (with buffers) to the same VGs at the same time......
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 01:55 PM
11-06-2002 01:55 PM
Re: Physical Volume mounted by multiple hosts
If your application is so critical that you can't be down for a few minutes during a failover, you probably need to be considering fault tolerant systems. Very expensive!
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 02:06 PM
11-06-2002 02:06 PM
Re: Physical Volume mounted by multiple hosts
If your application is such that it does not use OPS or RAC, and you cannot tolerate the few minutes for the application to switch and startup, you are looking towards Fault Tolerant systems, and the price skyrockets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 02:08 PM
11-06-2002 02:08 PM
Re: Physical Volume mounted by multiple hosts
Some products share raw volumes so that buffer cache is not involved and filesystem data structures are not in play.
With the exception products like Oracle RAC, forget about this plan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 02:16 PM
11-06-2002 02:16 PM
Re: Physical Volume mounted by multiple hosts
Since HP now owns Compaq's Trucluster technology, you may also want to look into this also. It is based on DECs OpenVMS Cluster technology which has a distributed lock manager that allows read/write access from all nodes in a cluster.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 12:46 AM
11-07-2002 12:46 AM
Re: Physical Volume mounted by multiple hosts
all of your replies are really interesting!! Thanks a lot for your spent time.
Again: Jeff (Schussele), do you know when the contemporary mounting r/w and r/o will be allowed? Is it matter of MC/SG or of the Logical Volume Manager? I think that MC/SG isn't in charge of the multiple mounting ... it is matter of the pkysical volumes management, apart any application running on top of them (including MC/SG).
thanks again
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 02:08 PM
11-07-2002 02:08 PM
Re: Physical Volume mounted by multiple hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 05:01 AM
11-19-2002 05:01 AM
Solution# vgexport -s -p -m -v /tmp/vg01.mymap ???f /tmp/vg01.out /dev/vg01
on second node vgimport volume group info
after copying mapfile and device info file to second node.
#vgimport -v -m /tmp/vg01.mapfile ???f /tmp/vg01.out /dev/vg01
1. Deactivate the volume group on primary node using
#vgchange -a n /dev/vgxxxxxx
2. Change the properties of the volume group using
vgchange -c y -S y /dev/vgxxxxxxx
3. Activate the volume group on both nodes using
vgchange -a s /dev/vgxxxxxxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:37 AM
11-19-2002 11:37 AM
Re: Physical Volume mounted by multiple hosts
It is NOT allowed to mount a standard HP-UX filesystem (VxFS or hfs) r/w from one side and r/o from another. Neither with SG nor with SG OPS edition. The r/o side simply wouldn't get any updates... instead it would get an inconsistent view caused by data caching. An, of course very limiting, option would be r/o mounting from all sides.
Other options could be cluster file systems (like advfs/cfs, which is planned to be ported from Tru64 to HP-UX).
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:44 AM
11-19-2002 11:44 AM
Re: Physical Volume mounted by multiple hosts
DEC clustering by any other name...
:-)
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:49 AM
11-19-2002 11:49 AM
Re: Physical Volume mounted by multiple hosts
Fair warning from (unfortunate) experience: Not only is it possible to mount from both, it's even possible to mount r/w as I found out when I inadvertently trashed my production database because I believed the man page that said I couldn't activate the volume group on the second node. And this wasn't even a SG environment. Everyone is absolutely right when they talk about the chaos that can result. Thank heaven for good backups.
Pete
Pete