<?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 link in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157561#M319580</link>
    <description>ya but when i do that it says its is not a block special file????... I just got a raw disk..... there is no block device file for it.... How do i get its block device file made inorder to add it to the volume group...</description>
    <pubDate>Fri, 07 Mar 2008 19:02:56 GMT</pubDate>
    <dc:creator>khilari</dc:creator>
    <dc:date>2008-03-07T19:02:56Z</dc:date>
    <item>
      <title>alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157559#M319578</link>
      <description>Hi guys i have 2 disks in an xp1024 /dev/rdsk/c8t8d2 and /dev/rdsk/c13t4d0&lt;BR /&gt;now, i extended the volume group with c8t8d2. Now, how do i add the c13t4d0 as an alternate link to it without initializing it with pvcreate ????</description>
      <pubDate>Fri, 07 Mar 2008 18:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157559#M319578</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-03-07T18:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157560#M319579</link>
      <description>Hi Khalari:&lt;BR /&gt;&lt;BR /&gt;An alternate link is only a different path to a physical device.  Do NOT use 'pvcreate' as this will obliterate the physical volume!&lt;BR /&gt;&lt;BR /&gt;To add an alternate (pvlink) link, simply do:&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/vgNN /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;To promote a secondary link to a primary one, simply 'vgreduce' the *primary* thereby promoting the _secondary_ link to a primary one and 'vgextend' the old primary link again.&lt;BR /&gt;&lt;BR /&gt;The first path to a physical volume represented in '/etc/lvmtab' is the primary; the second path is a secondary.&lt;BR /&gt;&lt;BR /&gt;LVM allows up to eight (8) paths to a single physical device --- one primary and seven (7) alternates.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 07 Mar 2008 18:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157560#M319579</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-07T18:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157561#M319580</link>
      <description>ya but when i do that it says its is not a block special file????... I just got a raw disk..... there is no block device file for it.... How do i get its block device file made inorder to add it to the volume group...</description>
      <pubDate>Fri, 07 Mar 2008 19:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157561#M319580</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-03-07T19:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157562#M319581</link>
      <description>yes&lt;BR /&gt;vgextend /dev/vgxyz /dev/dsk/c13t4d0&lt;BR /&gt;or when you create the VG.&lt;BR /&gt;vgcreate /dev/vgxyz /dev/dsk/c8t8d2 /dev/dsk/c13t4d0&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vgxyz&lt;BR /&gt;&lt;BR /&gt;you will see c13t4d0 as an alt link.&lt;BR /&gt;&lt;BR /&gt;no pvcreate needed, as this is the exact same disk you do not want to overwrite the VG header on the disk.&lt;BR /&gt;&lt;BR /&gt;Food for thought.  You first path and alt path do not have the same target and lun number ( t8d2 vs t4d0) it would be a really good practice to present the luns with the same lun number.  Doing otherwise is just poor organization and may lead to mistakes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2008 19:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157562#M319581</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-03-07T19:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157563#M319582</link>
      <description>I don't think that &lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c8t8d2 (probably LUN 62?)&lt;BR /&gt;&lt;BR /&gt;is an alternate to &lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c13t4d0 (LUN 32?)&lt;BR /&gt;&lt;BR /&gt;or vice versa.&lt;BR /&gt;&lt;BR /&gt;Running "xpinfo" will likely clarify.</description>
      <pubDate>Fri, 07 Mar 2008 19:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157563#M319582</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-03-07T19:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157564#M319583</link>
      <description>i have /dev/rdsk/c13t8d2 not /dev/dsk/c13t8d2, thats the whole point. U r giving me commands which will work with /dsk not /rdsk</description>
      <pubDate>Fri, 07 Mar 2008 19:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157564#M319583</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-03-07T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157565#M319584</link>
      <description>check with xpinfo and confirm if those paths belogn to same LUN.&lt;BR /&gt;&lt;BR /&gt;we did have same setup earlier. Same lun with two different T and D numbers for two paths.</description>
      <pubDate>Fri, 07 Mar 2008 19:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157565#M319584</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-07T19:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157566#M319585</link>
      <description>If you don't have all device files, consider to use "insf".</description>
      <pubDate>Fri, 07 Mar 2008 19:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157566#M319585</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-03-07T19:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: alternate link</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157567#M319586</link>
      <description>/dev/rdsk/c8t8d2 and /dev/rdsk/c13t4d0 are two different disks. &lt;BR /&gt;Alternative link means two paths pointing to the SAME LUN(disk). So here u are having two disks.&lt;BR /&gt;&lt;BR /&gt;rdsk - represents character device and pvcreate and diskinfo accepts character device files&lt;BR /&gt;dsk - represents block device file and vgcreate and vgextend accepts only block device files.&lt;BR /&gt;&lt;BR /&gt;-----------------&lt;BR /&gt;How to find the alter native&lt;BR /&gt;----&lt;BR /&gt;#/usr/local/bin/xpinfo -f /dev/rdsk/c8t8d2 | grep CU:LDev&lt;BR /&gt;&lt;BR /&gt;this will give is an output some thing like below&lt;BR /&gt;&lt;BR /&gt;CU:LDev : 00:88&lt;BR /&gt;#/usr/local/bin/xpinfo -i | grep 00:88&lt;BR /&gt;&lt;BR /&gt;the above command will give two device names, those are two device files pointing to same device , means alternative link.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2008 20:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-link/m-p/4157567#M319586</guid>
      <dc:creator>Siju Vadakkan</dc:creator>
      <dc:date>2008-03-07T20:09:57Z</dc:date>
    </item>
  </channel>
</rss>

