<?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: FC10 RAID 1 and Channel Seperation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455007#M657428</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the order of the devices are controlled by the vg.&lt;BR /&gt;When you look at vgdisplay -v /dev/vgXX&lt;BR /&gt;you get similar:&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name    /dev/dsk/c8t15d3&lt;BR /&gt;   PV Name    /dev/dsk/c9t15d3 Alternate Link&lt;BR /&gt;&lt;BR /&gt;Now to change the order just:&lt;BR /&gt;vgreduce vgXX /dev/dsk/c8t15d3&lt;BR /&gt;that switches the /dev/dsk/c9t15d3 to primary (you get a message of this)&lt;BR /&gt;and then:&lt;BR /&gt;vgextend vgXX /dev/dsk/c8t15d3&lt;BR /&gt;will add /dev/dsk/c8t15d3 as the alternate link.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Fri, 20 Oct 2000 13:06:08 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-10-20T13:06:08Z</dc:date>
    <item>
      <title>FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2454998#M657419</link>
      <description>Gang:&lt;BR /&gt;&lt;BR /&gt;Newbie here - be gentle !&lt;BR /&gt;&lt;BR /&gt;Setup:&lt;BR /&gt;&lt;BR /&gt;I have one L2000 class box, two fibre channel controllers connected to one FC10 10x18GB disk array.&lt;BR /&gt;&lt;BR /&gt;Goal:&lt;BR /&gt;&lt;BR /&gt;To have one huge lvol mirrored within a single volume group on this array (RAID 1)...&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;&lt;BR /&gt;Do I have to do anything special to acheive full channel seperation in this configuration ?&lt;BR /&gt;&lt;BR /&gt;If I do an ioscan - I can see two controllers and twenty drives ( viewed through each controller).&lt;BR /&gt;&lt;BR /&gt;If I view through SAM - it appears as 10 drives and one controller.&lt;BR /&gt;&lt;BR /&gt;Does LVM and the Tachyon Fibre Channel bundle automatically provide for channel seperation and load balancing and therefore all I need to do is create a VG and mirrored LV though SAM or do I have to create two PVG's with five drives each ?&lt;BR /&gt;&lt;BR /&gt;Hope this makes sense !&lt;BR /&gt;&lt;BR /&gt;Shawn.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2000 12:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2454998#M657419</guid>
      <dc:creator>Shawn_4</dc:creator>
      <dc:date>2000-10-18T12:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2454999#M657420</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i would do a vgdisplay -v &lt;VG&gt; to see if the vg has alternate links in it.&lt;BR /&gt;If not you can add this with the device files listed from ioscan and doing vgextend &lt;VG&gt; &lt;ALTERNATE device="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/ALTERNATE&gt;&lt;/VG&gt;&lt;/VG&gt;</description>
      <pubDate>Wed, 18 Oct 2000 12:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2454999#M657420</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-18T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455000#M657421</link>
      <description>Andreas:&lt;BR /&gt;&lt;BR /&gt;I haven't created any VG's yet - I just want to get this straight before I start..&lt;BR /&gt;&lt;BR /&gt;Let's remove SAM from the picture for a moment and talk about pvcreate ...&lt;BR /&gt;&lt;BR /&gt;In my configuration - disk0 on the disk array has two sets of device files ...&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c4t0d0 and /dev/rdsk/c4t0d0&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c5t0d0 and /dev/rdsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;same disk - two controllers ?&lt;BR /&gt;&lt;BR /&gt;If I was to pvcreate this drive - would I just flip a coin and pick heads or tails in terms of which controller to use ?&lt;BR /&gt;&lt;BR /&gt;Or - more importantly - am I missing some  important piece of understanding or software that provides for a higher level of device abstraction - one that views these drives as single devices ?&lt;BR /&gt;&lt;BR /&gt;Shawn.</description>
      <pubDate>Wed, 18 Oct 2000 12:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455000#M657421</guid>
      <dc:creator>Shawn_4</dc:creator>
      <dc:date>2000-10-18T12:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455001#M657422</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i'm not familar with the FC10 but i would do:&lt;BR /&gt;pvcreate /dev/rdsk/c4t0d0 &lt;BR /&gt;And then look with:&lt;BR /&gt;pvdisplay /dev/dsk/c4t0d0&lt;BR /&gt;pvdisplay /dev/dsk/c5t0d0&lt;BR /&gt;if the output is the same.&lt;BR /&gt;When it's the same, SAM should recognize the alternate link at vg creation time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2000 13:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455001#M657422</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-18T13:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455002#M657423</link>
      <description>Anreas:&lt;BR /&gt;&lt;BR /&gt;OK - I tried what you suggested and successfully created the PV on /dev/rdsk/c4t0d0 however - when I ran pvdisplay - it sqwaked about it not belonging to a VG and wouldn't display anything...&lt;BR /&gt;&lt;BR /&gt;More importantly - your dialog has led me to a better understanding of alternate links concept (the higher level of abstraction I was looking for).&lt;BR /&gt;&lt;BR /&gt;Re-looking at SAM now - I can see that it does indeed show only ten drives (like I said before) - but has set the "number of paths" to 2. &lt;BR /&gt;&lt;BR /&gt;Having said that - I guess I can now proceed to create my VG and LV mirror safe in the knowledge that LVM recognizes (and accounts for) the alternate links.&lt;BR /&gt;&lt;BR /&gt;Only one question begs - in reading about alternate links - one link is termed the primary and one the secondary - does LVM attempt to load balance across alternate links - or only use the alternate link as a spare.&lt;BR /&gt;&lt;BR /&gt;Seems a huge waste of bandwidth if the latter is true. Is there anyway to force the load balancing issue ?&lt;BR /&gt;&lt;BR /&gt;Shawn.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2000 14:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455002#M657423</guid>
      <dc:creator>Shawn_4</dc:creator>
      <dc:date>2000-10-18T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455003#M657424</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for your balancing question look at this thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x54d7f841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x54d7f841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;i put you a script for viewing LVM information at attachment.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 18 Oct 2000 14:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455003#M657424</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-18T14:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455004#M657425</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for your balancing question look at this thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x54d7f841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x54d7f841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;i put you a script for viewing LVM information at attachment.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 18 Oct 2000 14:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455004#M657425</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-18T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455005#M657426</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There are many previous thread covering this question - use the SEARCH page and click on Forums.&lt;BR /&gt;&lt;BR /&gt;But a recap  alternate links are just that, and will come into play when  the primary link goes down. &lt;BR /&gt;But if you have many disks in a Volume Group you can use alternate controllers as he primary ie c3t0d1  then c2t0d2  utilising controller c2 and c3 as primary links.&lt;BR /&gt;&lt;BR /&gt;Often used when striping across many disks&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 18 Oct 2000 19:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455005#M657426</guid>
      <dc:creator>Steve Massey_1</dc:creator>
      <dc:date>2000-10-18T19:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455006#M657427</link>
      <description>Steve:&lt;BR /&gt;&lt;BR /&gt;Yup - I'm aware that there's a search function on "da-board" here - but it helps if one knows what one is searching for ! - The concept of "Alternate Links" was foreign to me...&lt;BR /&gt;&lt;BR /&gt;Steve/Andreas:&lt;BR /&gt;&lt;BR /&gt;Thanks in part to the both of you - I now have one way fast bitch'n FC10 disk array - locked and loaded - running software RAID 0+1 with extent-based mirror stripes.&lt;BR /&gt;&lt;BR /&gt;Only one last question before you earn your 10 points ...&lt;BR /&gt;&lt;BR /&gt;From reading the post - it would seem that the ordering of alternate links is controlled through a JASFF called /etc/lvmpvg (Just A Simple Flat File ;) )&lt;BR /&gt;&lt;BR /&gt;If I wanted to change the alternate links - is it just a matter of editing this file - tweaking the ordering - then saving it back and re-booting. Or should I unmount the file system first - then do the above.&lt;BR /&gt;&lt;BR /&gt;Shawn.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2000 12:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455006#M657427</guid>
      <dc:creator>Shawn_4</dc:creator>
      <dc:date>2000-10-20T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455007#M657428</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the order of the devices are controlled by the vg.&lt;BR /&gt;When you look at vgdisplay -v /dev/vgXX&lt;BR /&gt;you get similar:&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name    /dev/dsk/c8t15d3&lt;BR /&gt;   PV Name    /dev/dsk/c9t15d3 Alternate Link&lt;BR /&gt;&lt;BR /&gt;Now to change the order just:&lt;BR /&gt;vgreduce vgXX /dev/dsk/c8t15d3&lt;BR /&gt;that switches the /dev/dsk/c9t15d3 to primary (you get a message of this)&lt;BR /&gt;and then:&lt;BR /&gt;vgextend vgXX /dev/dsk/c8t15d3&lt;BR /&gt;will add /dev/dsk/c8t15d3 as the alternate link.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 20 Oct 2000 13:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455007#M657428</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-20T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455008#M657429</link>
      <description>Andreas:&lt;BR /&gt;&lt;BR /&gt;Before I try this - remember - I've got mirrored strips with 2 PVG's happening here - won't LVM give me hard time&lt;BR /&gt;if I try to reduce (take away) on of my physical drives - will it let me ?&lt;BR /&gt;&lt;BR /&gt;Shawn.</description>
      <pubDate>Fri, 20 Oct 2000 13:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455008#M657429</guid>
      <dc:creator>Shawn_4</dc:creator>
      <dc:date>2000-10-20T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455009#M657430</link>
      <description>Shawn&lt;BR /&gt;&lt;BR /&gt;As Andreas is implying vgXX already knows of 2 paths to the same disk, primary and alternate. &lt;BR /&gt;&lt;BR /&gt;By using vgreduce you are simply giving only one path to the device.&lt;BR /&gt;&lt;BR /&gt;You then use vgextend to bring the same path back in but now as a alternate&lt;BR /&gt;&lt;BR /&gt;So&lt;BR /&gt;vgreduce to remove the primary  the alternate becomes primary&lt;BR /&gt;vgextend to add the original primary as an alternate&lt;BR /&gt;&lt;BR /&gt;Also you can force a change ..use&lt;BR /&gt;&lt;BR /&gt;pvchange -s /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 21 Oct 2000 20:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455009#M657430</guid>
      <dc:creator>Steve Massey_1</dc:creator>
      <dc:date>2000-10-21T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455010#M657431</link>
      <description>Shawn&lt;BR /&gt;&lt;BR /&gt;Just a quick addition to your question as to whether LVM will let you..&lt;BR /&gt;&lt;BR /&gt;This really is what it's designed to do - your just pulling the plug manually&lt;BR /&gt;&lt;BR /&gt;Providing each vgdisplay shows an alternate link to each PV then you can force the move - no problem&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Oct 2000 20:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455010#M657431</guid>
      <dc:creator>Steve Massey_1</dc:creator>
      <dc:date>2000-10-21T20:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 RAID 1 and Channel Seperation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455011#M657432</link>
      <description>A big 10 points for Andreas and for Steve ...&lt;BR /&gt;&lt;BR /&gt;Thanks alot guys - especially for your expertise and patience ...&lt;BR /&gt;&lt;BR /&gt;Shawn.</description>
      <pubDate>Mon, 23 Oct 2000 14:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fc10-raid-1-and-channel-seperation/m-p/2455011#M657432</guid>
      <dc:creator>Shawn_4</dc:creator>
      <dc:date>2000-10-23T14:01:07Z</dc:date>
    </item>
  </channel>
</rss>

