<?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 Clustering Without MCServiceGuard in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417865#M203644</link>
    <description>I wish to connect a disk system to 2 servers. The file systems need to be mounted on only one server at a time. If the server 1 goes down, i will mount the file systems manually on the server 2. The name of the VG will be kept same on both the servers. I wont be using MCServiceGuard.&lt;BR /&gt;Has anybody tried this out?</description>
    <pubDate>Tue, 09 Nov 2004 03:47:40 GMT</pubDate>
    <dc:creator>ahpux</dc:creator>
    <dc:date>2004-11-09T03:47:40Z</dc:date>
    <item>
      <title>Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417865#M203644</link>
      <description>I wish to connect a disk system to 2 servers. The file systems need to be mounted on only one server at a time. If the server 1 goes down, i will mount the file systems manually on the server 2. The name of the VG will be kept same on both the servers. I wont be using MCServiceGuard.&lt;BR /&gt;Has anybody tried this out?</description>
      <pubDate>Tue, 09 Nov 2004 03:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417865#M203644</guid>
      <dc:creator>ahpux</dc:creator>
      <dc:date>2004-11-09T03:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417866#M203645</link>
      <description>It is correct solution. You don't need MC/SG for this functionality.&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 03:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417866#M203645</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-11-09T03:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417867#M203646</link>
      <description>Yes it works out of any MC/SG consideration.&lt;BR /&gt;The only thing it to mount in exclusive mode the vg in order to prevent data corruption from both sides.&lt;BR /&gt;To achive this:&lt;BR /&gt;vgchange -a e &lt;VG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Romaric.&lt;/VG_NAME&gt;</description>
      <pubDate>Tue, 09 Nov 2004 04:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417867#M203646</guid>
      <dc:creator>Romaric Guilloud</dc:creator>
      <dc:date>2004-11-09T04:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417868#M203647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If your disk system is SCSI you have to change controller address (7) of the second system to (6). &lt;BR /&gt;When you want to mount the second system you have to usually run fsck.&lt;BR /&gt;&lt;BR /&gt;Marek</description>
      <pubDate>Tue, 09 Nov 2004 04:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417868#M203647</guid>
      <dc:creator>Marek Smejkal</dc:creator>
      <dc:date>2004-11-09T04:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417869#M203648</link>
      <description>How should i do vgexport, as i want to keep the information available on both the servers?</description>
      <pubDate>Tue, 09 Nov 2004 04:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417869#M203648</guid>
      <dc:creator>ahpux</dc:creator>
      <dc:date>2004-11-09T04:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417870#M203649</link>
      <description>You cannot vgchange -a e without buying and installing MC/SG.  This is the critical functionality that protects your data.  Its one reason why this configuration isn't supported by HP.  You need to be absolutely sure that you cannot overwrite any on the other system.  Of course you can overwrite/destroy anyway, by bypassing LVM, but people generally use LVM.&lt;BR /&gt;Do not try to mount any filesystem on both systems at once, unless you either mount read-only on both, or cross-mount using NFS.&lt;BR /&gt;&lt;BR /&gt;vgexport -m /tmp/vgNN.map -p -v /dev/vgNN&lt;BR /&gt;Use -p to vgexport in preview mode, which does not destroy the data.  Make a note of your disk paths.  tar your /dev/vgNN directory and copy that across.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 06:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417870#M203649</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2004-11-09T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417871#M203650</link>
      <description>I had to create PVGs so as to suit the requiremenents . Will it be necessary to create the /etc/lvmpvg file on both the servers and then use the vgexport -p -s -m mapfile /dev/vgXX and then do a vgimport on the server 2?</description>
      <pubDate>Wed, 10 Nov 2004 00:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417871#M203650</guid>
      <dc:creator>ahpux</dc:creator>
      <dc:date>2004-11-10T00:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering Without MCServiceGuard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417872#M203651</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;PVG is nothing but a flat file in /etc called lvmpvg. After you imported the VGs, just copy the file from the other server into /etc directory and modify it to suit to the disk device files on this server. Only "c#" may change.&lt;BR /&gt;&lt;BR /&gt;Also one *very important* thing to note is to modify your /etc/lvmrc file to ensure that these VGs are not automatically activated during the boot. Specify other VGs for activation in this file. Do not have these VGs activated on the other node while the application is running. &lt;BR /&gt;&lt;BR /&gt;However, it is best to use ServiceGuard to avoid any issues. May cost some money but it's worth if you need availability.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 10 Nov 2004 00:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clustering-without-mcserviceguard/m-p/3417872#M203651</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-10T00:15:58Z</dc:date>
    </item>
  </channel>
</rss>

