<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mount same harddisk by 2 hostname in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477573#M654535</link>
    <description>Hi,&lt;BR /&gt;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</description>
    <pubDate>Tue, 02 Jan 2001 12:57:14 GMT</pubDate>
    <dc:creator>John Waller</dc:creator>
    <dc:date>2001-01-02T12:57:14Z</dc:date>
    <item>
      <title>Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477567#M654529</link>
      <description>Hello All&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Aaron&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Dec 2000 03:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477567#M654529</guid>
      <dc:creator>aaronleung_1</dc:creator>
      <dc:date>2000-12-30T03:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477568#M654530</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;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'.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 30 Dec 2000 05:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477568#M654530</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-12-30T05:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477569#M654531</link>
      <description>No. To my knowledge as of now hpux does not support read/write on a PV at the same time by 2 hosts.Even with MC/SG, its when one host fails and releases the PV the other activates it and mounts it,so its one host accessing at a time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Dec 2000 15:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477569#M654531</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2000-12-30T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477570#M654532</link>
      <description>Hi aaronleung,&lt;BR /&gt;&lt;BR /&gt;It is not done as  has been pointed out by the previous contributions.&lt;BR /&gt;Check these documentations:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/ha/index.html#ServiceGuard" target="_blank"&gt;http://docs.hp.com/hpux/ha/index.html#ServiceGuard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Dec 2000 15:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477570#M654532</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-30T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477571#M654533</link>
      <description>Theoretically you can mount the same file system/LV (not PV) on two different systems at the same time. &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Ovidiu&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Dec 2000 02:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477571#M654533</guid>
      <dc:creator>Ovidiu D. Raita</dc:creator>
      <dc:date>2000-12-31T02:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477572#M654534</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Aaron&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jan 2001 01:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477572#M654534</guid>
      <dc:creator>aaronleung_1</dc:creator>
      <dc:date>2001-01-02T01:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477573#M654535</link>
      <description>Hi,&lt;BR /&gt;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</description>
      <pubDate>Tue, 02 Jan 2001 12:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477573#M654535</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-01-02T12:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477574#M654536</link>
      <description>No other choice. You have to use NFS.&lt;BR /&gt;Ovidiu</description>
      <pubDate>Tue, 02 Jan 2001 13:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477574#M654536</guid>
      <dc:creator>Ovidiu D. Raita</dc:creator>
      <dc:date>2001-01-02T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mount same harddisk by 2 hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477575#M654537</link>
      <description>&lt;BR /&gt;You cannot mount a LV on 1 system with read/write and the other with read&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jan 2001 20:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-same-harddisk-by-2-hostname/m-p/2477575#M654537</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2001-01-02T20:36:14Z</dc:date>
    </item>
  </channel>
</rss>

