<?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 mirror MC/SG problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020473#M633136</link>
    <description>I have 2 vg??s defined in a MC/Service Guard (vg11 and vg12) its Logical Volumes are mirrored. We define this vg??s adding the primary disk first (c5txdy  Disk with best performance than c20) and then the Mirrored disk (c20txdy)&lt;BR /&gt;With comand lvdisplay -v /dev/vg11/lvol1 you see this&lt;BR /&gt;---- Logical Extents ------ &lt;BR /&gt;LE PV1 PE1 Status 1 PV2 PE2 Status 2 &lt;BR /&gt;0000 /dev/dsk/c5t0d0 0000 current /dev/dsk/c20t0d0 0000 current &lt;BR /&gt;&lt;BR /&gt;After a reboot, we start MC/SG package and it activates the vg11 and vg12, but i see know that the c20 is taking the place of c5.&lt;BR /&gt;---- Logical Extents ------ &lt;BR /&gt;LE PV1 PE1 Status 1 PV2 PE2 Status 2 &lt;BR /&gt;0000 /dev/dsk/c20t0d0 0000 current /dev/dsk/c5t0d0 0000 current &lt;BR /&gt;&lt;BR /&gt;Please, i want you to help me to know why the system changes the disks?&lt;BR /&gt;it means that i??m using the disc with less performance?&lt;BR /&gt;Is a Mirror Problem?&lt;BR /&gt;thanks for your help.&lt;BR /&gt;&lt;BR /&gt;i attach the lvmtab file and the vg11.conf&lt;BR /&gt;my email is jeortizg@hotmail.com</description>
    <pubDate>Thu, 10 Jul 2003 16:11:31 GMT</pubDate>
    <dc:creator>Javier Ortiz Guajardo</dc:creator>
    <dc:date>2003-07-10T16:11:31Z</dc:date>
    <item>
      <title>mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020473#M633136</link>
      <description>I have 2 vg??s defined in a MC/Service Guard (vg11 and vg12) its Logical Volumes are mirrored. We define this vg??s adding the primary disk first (c5txdy  Disk with best performance than c20) and then the Mirrored disk (c20txdy)&lt;BR /&gt;With comand lvdisplay -v /dev/vg11/lvol1 you see this&lt;BR /&gt;---- Logical Extents ------ &lt;BR /&gt;LE PV1 PE1 Status 1 PV2 PE2 Status 2 &lt;BR /&gt;0000 /dev/dsk/c5t0d0 0000 current /dev/dsk/c20t0d0 0000 current &lt;BR /&gt;&lt;BR /&gt;After a reboot, we start MC/SG package and it activates the vg11 and vg12, but i see know that the c20 is taking the place of c5.&lt;BR /&gt;---- Logical Extents ------ &lt;BR /&gt;LE PV1 PE1 Status 1 PV2 PE2 Status 2 &lt;BR /&gt;0000 /dev/dsk/c20t0d0 0000 current /dev/dsk/c5t0d0 0000 current &lt;BR /&gt;&lt;BR /&gt;Please, i want you to help me to know why the system changes the disks?&lt;BR /&gt;it means that i??m using the disc with less performance?&lt;BR /&gt;Is a Mirror Problem?&lt;BR /&gt;thanks for your help.&lt;BR /&gt;&lt;BR /&gt;i attach the lvmtab file and the vg11.conf&lt;BR /&gt;my email is jeortizg@hotmail.com</description>
      <pubDate>Thu, 10 Jul 2003 16:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020473#M633136</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-07-10T16:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020474#M633137</link>
      <description>It depends on how your /etc/lvmtab is laid out.  The first disk it comes acress is the primary etc. (strings /etc/lvmtab will show you this)&lt;BR /&gt;&lt;BR /&gt;You may have swapped it 'round by doing pvchange -s y /dev/dsk/....&lt;BR /&gt;This is temporary &amp;amp; the next re-boot will plip it back.  &lt;BR /&gt;OR&lt;BR /&gt;when you add a logical volume to one system you do a vgexport -m /tmp/vgxx.map -s -p -v vgxx &amp;amp; then a vgimport -m /tmp/vgxx.map -s -v vgxx.  Although this usually imports it in lowest number first.&lt;BR /&gt;&lt;BR /&gt;If you want to make it more permanent...&lt;BR /&gt;dont do vgexport &amp;amp; vgimport with the -s flag. so do&lt;BR /&gt;vgimport -m /tmp/vgxx.map -v vgxx /dev/dsk/... /dev/dsk/...&lt;BR /&gt;&lt;BR /&gt;&amp;amp; OR keep a copy of a "good" /etc/lvmtab.good &amp;amp; copy it back onto the /etc/lvmtab.  this option is probably far from supported!!!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 10 Jul 2003 16:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020474#M633137</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-10T16:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020475#M633138</link>
      <description>After initial activation of a VG the PVs with the smallest key should be displayed on the left side. You may check this using the -k option with lvdisplay -v. The keys are assigned in increasing order when the PVs are added to the VG, I assume. So it looks like c5tod0 was not the 1st disk of this VG.&lt;BR /&gt;&lt;BR /&gt;BTW, don't expect too much performance penalty... writes go always to both disks and reads go to the disk with the sortest queue.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Thu, 10 Jul 2003 16:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020475#M633138</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-07-10T16:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020476#M633139</link>
      <description>Can you tell me more about the smallest key &lt;BR /&gt;si it configurable? is HW definition ?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 10 Jul 2003 16:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020476#M633139</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-07-10T16:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020477#M633140</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you see the /etc/lvmtab file then you will not find the entry of C20t0d0&lt;BR /&gt;&lt;BR /&gt;So according to me rename the /etc/lvmtab file and create the new file with &lt;BR /&gt;&lt;BR /&gt;vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;This command will scan all the logical volume and create the /etc/lvmtab file&lt;BR /&gt;&lt;BR /&gt;After this You check the                lvdisplay -v /dev/vg11/lvol1 command&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jul 2003 10:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020477#M633140</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-12T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020478#M633141</link>
      <description>It seems possible that your cables are reversed.  This may or may not be the source of your problem.  &lt;BR /&gt;&lt;BR /&gt;What model servers please?&lt;BR /&gt;&lt;BR /&gt;HW addresses are determined by the slot position in the system board.  While disk controller target numbers are based upon the HW address.&lt;BR /&gt;&lt;BR /&gt;For example here are a couple of L class / rp54## server slots:&lt;BR /&gt;&lt;BR /&gt;9&lt;BR /&gt; Turbo&lt;BR /&gt; 0/6/0&lt;BR /&gt; Turbo&lt;BR /&gt; 0/6/0&lt;BR /&gt; Turbo&lt;BR /&gt; 0/9/0&lt;BR /&gt; &lt;BR /&gt;8&lt;BR /&gt; Turbo&lt;BR /&gt; 0/2/0&lt;BR /&gt; Turbo&lt;BR /&gt; 0/2/0&lt;BR /&gt; Turbo&lt;BR /&gt; 0/3/0&lt;BR /&gt;&lt;BR /&gt;See this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/A5191-96022/A5191-96022.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/A5191-96022/A5191-96022.html&lt;/A&gt;</description>
      <pubDate>Sat, 12 Jul 2003 12:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020478#M633141</guid>
      <dc:creator>AlienRoadShow</dc:creator>
      <dc:date>2003-07-12T12:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020479#M633142</link>
      <description>I don't understand why one path has better or worse performance than the other.  Maybe you assigned PVs unequally to paths and have more PVs on one path then the other.&lt;BR /&gt;&lt;BR /&gt;But, you can change primary path with command:&lt;BR /&gt;&lt;BR /&gt;     2.   pvchange -s /dev/dsk/"old alternate"&lt;BR /&gt;&lt;BR /&gt;          This will make the old alternate into the new primary.  However,&lt;BR /&gt;     it is only temporary, and on the next reboot or package halt/restart,&lt;BR /&gt;     it will revert to the original configuration.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jul 2003 08:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020479#M633142</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-07-13T08:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: mirror MC/SG problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020480#M633143</link>
      <description>Stuart&lt;BR /&gt;&lt;BR /&gt; - You alternate paths to spread the IO load over as many interfaces as possible.  Even when mirroring one "disk" will be more active than the other.  (write does equal IO, read IO only required from one disk)&lt;BR /&gt;&lt;BR /&gt; - pvchange ... Will work, until the next boot when it will revert back to its original state.&lt;BR /&gt;&lt;BR /&gt;Just my 0.02??? worth&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sun, 13 Jul 2003 17:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-mc-sg-problem/m-p/3020480#M633143</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-13T17:55:15Z</dc:date>
    </item>
  </channel>
</rss>

