<?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 current Mirrored VG00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361163#M194080</link>
    <description>while you can add more disks in vg00(also controlled by max pvs setting for vg) a good practise should be putting system related data in vg00 and using seperate vg for applications/databases etc.&lt;BR /&gt;&lt;BR /&gt;This would help in management and backups also.&lt;BR /&gt;&lt;BR /&gt;You can extend the mirror onto a particular disk as follows.&lt;BR /&gt;Add the disks to vg&lt;BR /&gt;pvcreate on disks and then&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Also do you have seperate FS for var, I prefer putting /var, /var/opt/perf, /var/stm, /var/adm/sw seperate FS.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;Anil</description>
    <pubDate>Thu, 19 Aug 2004 09:38:17 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-08-19T09:38:17Z</dc:date>
    <item>
      <title>Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361162#M194079</link>
      <description>Currently I had two disk, A and B. A and B are both under VG00 and mirrored. Each disk size is 36GB. As my data grow over the year, I need to expand the size of VG00. I had two new 36GB harddisk. What is the proper step to add in these two harddisk as I want them to be mirrored also. I need to extend my /var over to the new disk after adding the new disk and it also had to be mirror.</description>
      <pubDate>Thu, 19 Aug 2004 09:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361162#M194079</guid>
      <dc:creator>Felix_23</dc:creator>
      <dc:date>2004-08-19T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361163#M194080</link>
      <description>while you can add more disks in vg00(also controlled by max pvs setting for vg) a good practise should be putting system related data in vg00 and using seperate vg for applications/databases etc.&lt;BR /&gt;&lt;BR /&gt;This would help in management and backups also.&lt;BR /&gt;&lt;BR /&gt;You can extend the mirror onto a particular disk as follows.&lt;BR /&gt;Add the disks to vg&lt;BR /&gt;pvcreate on disks and then&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Also do you have seperate FS for var, I prefer putting /var, /var/opt/perf, /var/stm, /var/adm/sw seperate FS.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 19 Aug 2004 09:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361163#M194080</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-08-19T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361164#M194081</link>
      <description>Adding the new disk to the Mirrored VG00 is not a problem. The main problem is how am I going to extend /var over to the new disk and make them mirrored to each other in the new disk. At the end of the day I had two disk and it is mirrored to the other two.</description>
      <pubDate>Thu, 19 Aug 2004 09:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361164#M194081</guid>
      <dc:creator>Felix_23</dc:creator>
      <dc:date>2004-08-19T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361165#M194082</link>
      <description>You can move some (or all) of the stuff from var to the new disk, make a sym link from the old var location pointing to the new location, go through your mirror process using the new disk values.</description>
      <pubDate>Thu, 19 Aug 2004 09:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361165#M194082</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-08-19T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361166#M194083</link>
      <description>Maybe this pic will explain what I really want. I had A and B under VG00. How am I going to add in C and D so that A will mirrored to B and C will mirrored to D.&lt;BR /&gt;So if I want to extend /var over from A over to C, do I need to break the mirror copy?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2004 10:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361166#M194083</guid>
      <dc:creator>Felix_23</dc:creator>
      <dc:date>2004-08-19T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361167#M194084</link>
      <description>Add the new disks, C &amp;amp; D and vgextend vg00 to include the new disks. Move (copy) the var stuff to the new C disk. Break the mirroe on A/B and then recreate, without the var lvol. Create the mirror on C/D with the var lvol.</description>
      <pubDate>Thu, 19 Aug 2004 10:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361167#M194084</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-08-19T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding disk to current Mirrored VG00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361168#M194085</link>
      <description>If  you simply extend the two disks into vg00, you should be fine.  Assuming that /var lv allocation is strict (the default) and it is mirrored already, if /var is extended past the boundries of disk A/B, it will continue to C/D without any intervention on your part.  &lt;BR /&gt;&lt;BR /&gt;If you go ahead and do the lvextend on /var and the do an lvdisplay -v on /var, this is what you should see.</description>
      <pubDate>Thu, 19 Aug 2004 13:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-disk-to-current-mirrored-vg00/m-p/3361168#M194085</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-08-19T13:48:51Z</dc:date>
    </item>
  </channel>
</rss>

