<?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: vgcreate problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702051#M58124</link>
    <description>but i find that in man vgcreate:&lt;BR /&gt;vgcreate -s 2 /dev/vg00 /dev/dsk/c1t0d0 /dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;c1t0d0 c1t2d0 do not the same PV</description>
    <pubDate>Fri, 12 Apr 2002 03:50:26 GMT</pubDate>
    <dc:creator>iambluegary</dc:creator>
    <dc:date>2002-04-12T03:50:26Z</dc:date>
    <item>
      <title>vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702043#M58116</link>
      <description>i look man vgcreate:&lt;BR /&gt;vgcreate /dev/vg00 /dev/dsk/c1t0d0 /dev/dsk/c2t0d0 &lt;BR /&gt;/dev/dsk/c1t0d0 /dev/dsk/c2t0d0  access to the same PV&lt;BR /&gt;which one determine the PV num? t0 or d0?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 01:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702043#M58116</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-12T01:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702044#M58117</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The PV NUM is determined by the order in which the alternate links are assigned.  The primary (first assigned) would be PV(0); the secondary (alternate) link would be PV(1).  The PVID would be identical for both disks.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Apr 2002 01:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702044#M58117</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-12T01:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702045#M58118</link>
      <description>c# instance number of the interface card&lt;BR /&gt;t# SCSI target address&lt;BR /&gt;d# device number &lt;BR /&gt;&lt;BR /&gt;Regarding your question, since you are using the same PV, the answer should be d#.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 01:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702045#M58118</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-04-12T01:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702046#M58119</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The numbering of disks depends upon the hardware addressing of the SCSI path. If you have two SCSI cards going to the same physical disk this is the type of information that will be reported. &lt;BR /&gt;&lt;BR /&gt;c2t0d0&lt;BR /&gt;disk 0 on controller 2 (t0)&lt;BR /&gt;&lt;BR /&gt;c= controller, referencing the controller on the system to which the disk drive is attached. Each disk controller will have a unique number.&lt;BR /&gt;&lt;BR /&gt;t= target number. Each disk on a SCSI chain&lt;BR /&gt;will have it's own number.&lt;BR /&gt;&lt;BR /&gt;d= disk device unit number&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 12 Apr 2002 01:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702046#M58119</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-12T01:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702047#M58120</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As per the volume group whichever disk is configured first will be the first PV aka primary link and the other alternate. However you can change this behaviour anytime by using pvchange command.&lt;BR /&gt;&lt;BR /&gt;Even if they are two different disks, the same explanation holds good.&lt;BR /&gt;&lt;BR /&gt;So, the answer is neither t0 nor d0.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 12 Apr 2002 01:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702047#M58120</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-12T01:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702048#M58121</link>
      <description>does it mean that c2t0d0 and c1t0do are the different control cards that control the same PV ,in this case,PV is located on scsi 0 unit 0</description>
      <pubDate>Fri, 12 Apr 2002 02:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702048#M58121</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-12T02:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702049#M58122</link>
      <description>Yes</description>
      <pubDate>Fri, 12 Apr 2002 03:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702049#M58122</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-12T03:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702050#M58123</link>
      <description>Yes that is correct.</description>
      <pubDate>Fri, 12 Apr 2002 03:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702050#M58123</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-12T03:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702051#M58124</link>
      <description>but i find that in man vgcreate:&lt;BR /&gt;vgcreate -s 2 /dev/vg00 /dev/dsk/c1t0d0 /dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;c1t0d0 c1t2d0 do not the same PV</description>
      <pubDate>Fri, 12 Apr 2002 03:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702051#M58124</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-12T03:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702052#M58125</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When your creating a volume group it is best to&lt;BR /&gt;create the group first with one disk and then&lt;BR /&gt;add any additional disk secondly with the &lt;BR /&gt;vgextend command. This applies to whether it is&lt;BR /&gt;a disk mirror (alternate path) or any additional&lt;BR /&gt;disk.&lt;BR /&gt;&lt;BR /&gt;How I would create a volume using the largest&lt;BR /&gt;volume I have available I plan for that group&lt;BR /&gt;&lt;BR /&gt;# vgcreate -p 128 -s 2 /dev/vg01 /dev/dsk/c1t0d0&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/c1t2d0 &lt;BR /&gt;etc etc&lt;BR /&gt;&lt;BR /&gt;~Michael~&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 04:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/2702052#M58125</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-12T04:06:02Z</dc:date>
    </item>
  </channel>
</rss>

