- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount same harddisk by 2 hostname
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-29-2000 07:28 PM
12-29-2000 07:28 PM
Mount same harddisk by 2 hostname
I want to know is it possible to mount a hardisk(PV) by more than one hostname at the same time. Is it possible to mount this pv by both host using read/write mode.
Regards,
Aaron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2000 09:05 PM
12-29-2000 09:05 PM
Re: Mount same harddisk by 2 hostname
In the absence of high-availability software like MC/ServiceGuard, the simultaneous activation of a volume group for read/write access by more than one server invites data corruption. A good overview of access concurrency can be found in the man pages for 'vgchange'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 07:21 AM
12-30-2000 07:21 AM
Re: Mount same harddisk by 2 hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 07:54 AM
12-30-2000 07:54 AM
Re: Mount same harddisk by 2 hostname
It is not done as has been pointed out by the previous contributions.
Check these documentations:
http://docs.hp.com/hpux/ha/index.html#ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 06:24 PM
12-30-2000 06:24 PM
Re: Mount same harddisk by 2 hostname
If you mount them read/write on both you'll face data corruption (HFS nor vxfs are designed to handle multiple rw accesses). Just imagine that the two systems will try to update the inode tables with two different versions at virtually at the same time and you can be 100% that the inode table will get corrupted.
These being said you can mount the fs/LV read/write on one and just read on another. The solution to your problem seems to be NFS that is by definition a Network File System and has built in mechanisms to handle the situation.
Good luck,
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2001 05:28 PM
01-01-2001 05:28 PM
Re: Mount same harddisk by 2 hostname
Is it possible to mount the same pv by 2 host, one is mount with rw mode, but the others is mount with read only mode. I don't want to use nfs, is it any other way to do it.
Aaron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 04:57 AM
01-02-2001 04:57 AM
Re: Mount same harddisk by 2 hostname
You keep mentioning a pv (physical volume). Are you wanting to mount a single disk as a raw device on 2 systems or do you want to mount a logical volume on 2 systems? If we are talking about logical volumes and volume groups then you need to make sure that the disk is not part of vg00 (root). If it is NOT you could can create and activate the volume group on 2 systems and as long as you make sure that you mount the logical volume (filesystem) as read only on one you should be OK. This is not possible for vg00. If you are wanting to use a disk device as a raw disk on two systems again I believe you should be able to mount the disk as read only on one of the systems similar to mounting a CD-ROM. One thing you need to be careful of is making sure you have correct SCSI termination and different SCSI ID's on the SCSI controllers, or else you could have serious hardware problems by having a disk shared by 2 systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 05:47 AM
01-02-2001 05:47 AM
Re: Mount same harddisk by 2 hostname
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2001 12:36 PM
01-02-2001 12:36 PM
Re: Mount same harddisk by 2 hostname
You cannot mount a LV on 1 system with read/write and the other with read
The read write system will change the metadata and the read only system will have metatadata that is now incorrect in memory. Why not use NFS ? The TCP version is available with 11i.