<?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: Adding disk to VG00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056652#M305355</link>
    <description>Clay:&lt;BR /&gt;&lt;BR /&gt;Also ran into something strange...&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;sd12:root&amp;gt; pvcreate /dev/rdsk/c0t5d0&lt;BR /&gt;pvcreate: The physical volume already belongs to a volume group&lt;BR /&gt;sd12:root&amp;gt; strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;dont see any other VG's &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 19 Aug 2007 19:12:30 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2007-08-19T19:12:30Z</dc:date>
    <item>
      <title>Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056649#M305352</link>
      <description>I have two disks on this D class. (c0t8d0 and c0t5d0). this system has just 2 disks and just one VG (vg00). i look into lvmtab and see that only c0t8d0 is configured and c0t5d0 is unused. i want to add this disk to vg00. please let me know if these steps are OK. this is 11.11 &lt;BR /&gt;&lt;BR /&gt;1. pvcreate /dev/rdsk/c0t5d0 (is -B required? this disk will not have bootable volumes i guess)&lt;BR /&gt;2. vgextend vg00 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;if we add this disk to VG00 will that portion of the disk be free and unused? Please help me understand this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Aug 2007 18:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056649#M305352</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2007-08-19T18:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056650#M305353</link>
      <description>No -B option is needed since this will not be a boot disk.&lt;BR /&gt;&lt;BR /&gt;It's not possible to tell you how much of this new disk will be used because you didn't bother to indicate the sizes of these two disks nor the max_pe's value display for vg00. In general, if the additional disk is no larger than the other disks/LUN's which make up the VG, then all of the new disk will be available. If the new disk is larger in capacity than the others in the VG, then (unless max_pe's was explicitly increased above the default value) only the capacity up to the size of the largest other disks in the VG will be available.&lt;BR /&gt;&lt;BR /&gt;Note: This disk cannot be used to extend /stand, primary swap, or / because these LVOL's MUST be on the boot disk and MUST be contiguously allocated bit LVOL's like /usr, /opt, /home, and /var can be extended and do not have to located on the boot disk.</description>
      <pubDate>Sun, 19 Aug 2007 19:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056650#M305353</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-19T19:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056651#M305354</link>
      <description>Clay:&lt;BR /&gt;&lt;BR /&gt;Thanks. this disk is 2gb. the one which vg00 currently uses is 8gb. thanks again.&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Sun, 19 Aug 2007 19:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056651#M305354</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2007-08-19T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056652#M305355</link>
      <description>Clay:&lt;BR /&gt;&lt;BR /&gt;Also ran into something strange...&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;sd12:root&amp;gt; pvcreate /dev/rdsk/c0t5d0&lt;BR /&gt;pvcreate: The physical volume already belongs to a volume group&lt;BR /&gt;sd12:root&amp;gt; strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;dont see any other VG's &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Aug 2007 19:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056652#M305355</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2007-08-19T19:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056653#M305356</link>
      <description>Hi Joe:&lt;BR /&gt;&lt;BR /&gt;The error returned indicates that the physical volume _once did_ belong to a volume group.  To force the 'pvcreate' do:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 19 Aug 2007 20:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056653#M305356</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-08-19T20:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056654#M305357</link>
      <description>Ok, that message just means that prior LVM meta-data has been detected. Your strings /etc/lvmtab means that this disk is not a part of a VG on this box. If I can assume that this is not a shared SCSI bus (which would not be common on a D-box) then all you have to do is add the -f (force) option to pvcreate.</description>
      <pubDate>Sun, 19 Aug 2007 20:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056654#M305357</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-19T20:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056655#M305358</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt; please run vgdisplay -v vg00, see c0t5d0 is belongs to vg00 ? Do you plan to wipe off c0t5d0&lt;BR /&gt;&lt;BR /&gt;from /etc/lvmtab output you only have c0t8d0&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -f /dev/rdsk/c0t5d0 &lt;BR /&gt;2. vgextend vg00 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;use -f option &lt;BR /&gt;This option will force a volume group to be&lt;BR /&gt;                               created with a physical volume which has&lt;BR /&gt;                               alternate block(s) already allocated, (i.e.&lt;BR /&gt;                               this physical volume was not initialized&lt;BR /&gt;                               using pvcreate -f.) This option should be&lt;BR /&gt;                               used with extreme caution.  If the volume&lt;BR /&gt;                               group to be created has a different physical&lt;BR /&gt;                               extent size, the alternate block(s) might be&lt;BR /&gt;                               inside the user data area.  Potential data&lt;BR /&gt;                               corruption could occur.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Sun, 19 Aug 2007 20:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056655#M305358</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-19T20:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056656#M305359</link>
      <description>&lt;A href="http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2003-04/0079.html" target="_blank"&gt;http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2003-04/0079.html&lt;/A&gt;</description>
      <pubDate>Sun, 19 Aug 2007 23:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056656#M305359</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-08-19T23:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056657#M305360</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is very simple do the ioscan -fnCdisk&lt;BR /&gt;verify the new disk path&lt;BR /&gt;then &lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx [new disk path] &lt;BR /&gt;&lt;BR /&gt;then run -&lt;BR /&gt;&lt;BR /&gt;#strings /etc/lvmtab &lt;BR /&gt;check the vg00 how much disks are currentely configured then simply &lt;BR /&gt;&lt;BR /&gt;#vgextend vg00 /dev/dsk/cxtxdx [new disk path] &lt;BR /&gt;&lt;BR /&gt;Then check with &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00 | more&lt;BR /&gt;&lt;BR /&gt;weather the new disk is added or not.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Avinash&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Aug 2007 23:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-vg00/m-p/4056657#M305360</guid>
      <dc:creator>Avinash Agarkar</dc:creator>
      <dc:date>2007-08-19T23:55:08Z</dc:date>
    </item>
  </channel>
</rss>

