<?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: Alternate path on 12H in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624242#M39385</link>
    <description>Hi Greg:&lt;BR /&gt;&lt;BR /&gt;You're really not going to able to do this on the fly. The best bet is to vgexport using the -m option to create a mapfile and then do a vgimport swapping the paths on the 2nd LUN.&lt;BR /&gt;&lt;BR /&gt;You definitely want to do this or your Y controller is just sitting there doing nothing.</description>
    <pubDate>Mon, 03 Dec 2001 20:34:53 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-12-03T20:34:53Z</dc:date>
    <item>
      <title>Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624240#M39383</link>
      <description>We have an L2000 with a 12H with 2 controllers.  After RAID and hot spare, we had about 50 gig usable left.  We created 2, 25 gig luns and created a vg out of each (vg02 and vg03).  We also setup primary and alternate paths to the luns.  &lt;BR /&gt;&lt;BR /&gt;We recently noticed some performance problems and found that both luns were using the same primary and alternate paths.  &lt;BR /&gt;&lt;BR /&gt;Can we change the primary path of one of the luns to the alternate path on the fly?  Also, does this overall config seem sensible given our hardware (except that we left no free space for RAID 0/1).&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Greg</description>
      <pubDate>Mon, 03 Dec 2001 20:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624240#M39383</guid>
      <dc:creator>Greg Stark_1</dc:creator>
      <dc:date>2001-12-03T20:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624241#M39384</link>
      <description>Hi,&lt;BR /&gt;e.g:&lt;BR /&gt;hooke1-&amp;gt;  vgdisplay -v r5vg05|grep dsk&lt;BR /&gt;   PV Name                     /dev/dsk/c6t0d3&lt;BR /&gt;   PV Name                     /dev/dsk/c7t0d3  Alternate Link&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hooke1-&amp;gt; vgreduce r5vg05  /dev/dsk/c6t0d3&lt;BR /&gt;Device file path "/dev/dsk/c6t0d3" is an primary link.&lt;BR /&gt;Removing primary link and switching to an alternate link.&lt;BR /&gt;Volume group "r5vg05" has been successfully reduced.&lt;BR /&gt;Volume Group configuration for /dev/r5vg05 has been saved in /etc/lvmconf/r5vg05.conf&lt;BR /&gt;hooke1-&amp;gt; vgdisplay -v r5vg05&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/r5vg05&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               10420&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    10418&lt;BR /&gt;Alloc PE                    10000&lt;BR /&gt;Free PE                     418&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/r5vg05/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            40000&lt;BR /&gt;   Current LE                  10000&lt;BR /&gt;   Allocated PE                10000&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c7t0d3&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    10418&lt;BR /&gt;   Free PE                     418&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hooke1-&amp;gt; vgextend r5vg05  /dev/dsk/c6t0d3&lt;BR /&gt;Volume group "r5vg05" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/r5vg05 has been saved in /etc/lvmconf/r5vg05.conf&lt;BR /&gt;hooke1-&amp;gt; vgdisplay -v r5vg05&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/r5vg05&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               10420&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    10418&lt;BR /&gt;Alloc PE                    10000&lt;BR /&gt;Free PE                     418&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/r5vg05/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            40000&lt;BR /&gt;   Current LE                  10000&lt;BR /&gt;   Allocated PE                10000&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c7t0d3&lt;BR /&gt;   PV Name                     /dev/dsk/c6t0d3  Alternate Link&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    10418&lt;BR /&gt;   Free PE                     418&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;Answer is yes, I done it (I didnt have the choice...)&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 03 Dec 2001 20:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624241#M39384</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-12-03T20:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624242#M39385</link>
      <description>Hi Greg:&lt;BR /&gt;&lt;BR /&gt;You're really not going to able to do this on the fly. The best bet is to vgexport using the -m option to create a mapfile and then do a vgimport swapping the paths on the 2nd LUN.&lt;BR /&gt;&lt;BR /&gt;You definitely want to do this or your Y controller is just sitting there doing nothing.</description>
      <pubDate>Mon, 03 Dec 2001 20:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624242#M39385</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-03T20:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624243#M39386</link>
      <description>Try: &lt;BR /&gt;&lt;BR /&gt;pvchange -s &lt;NEW primary="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;See the pvchange man page for more information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;/NEW&gt;</description>
      <pubDate>Mon, 03 Dec 2001 20:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624243#M39386</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-12-03T20:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624244#M39387</link>
      <description>You can use pvchange to change from primary to alternate&lt;BR /&gt;pvchange -s /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;nancy</description>
      <pubDate>Mon, 03 Dec 2001 20:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624244#M39387</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-12-03T20:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624245#M39388</link>
      <description>Or, if you want to take another approach, use sam:&lt;BR /&gt;&lt;BR /&gt;Disks and File Systems --&amp;gt; Disk Devices&lt;BR /&gt;Highlight the LUN you want and:&lt;BR /&gt;&lt;BR /&gt;Actions --&amp;gt; Change Primary LVM Path&lt;BR /&gt;&lt;BR /&gt;This will swap the Alternate to Primary&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 03 Dec 2001 21:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624245#M39388</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-12-03T21:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate path on 12H</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624246#M39389</link>
      <description>You can make PV1 (altPV1) in vg02 on one path and altPV2 (PV2) in vg03 on another path on the fly. You can use pvchange to accomplish this but it will not last once the system is rebooted.&lt;BR /&gt;&lt;BR /&gt;#pvchange -s PV1&lt;BR /&gt;#pvchange -s altPV2&lt;BR /&gt;&lt;BR /&gt;To make it permanent, you don't need to touch vg02 as we want to retain PV1 on the primary path. Only on vg03, do the following&lt;BR /&gt;&lt;BR /&gt;#vgreduce vg03 PV2    (note the primary path here)&lt;BR /&gt;#vgextend vg03 PV2&lt;BR /&gt;&lt;BR /&gt;This will change the order that appears in /etc/lvmtab and hence the primary and alternate links.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Dec 2001 21:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-path-on-12h/m-p/2624246#M39389</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-03T21:12:09Z</dc:date>
    </item>
  </channel>
</rss>

