<?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 a new disk for mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117735#M447250</link>
    <description>Hi Vijay,&lt;BR /&gt;&lt;BR /&gt;Your process is OK. You can leave -f because your secondary disk is new. If you use -f no problem only force it to create physical volume. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Khairul&lt;BR /&gt;Bangladesh</description>
    <pubDate>Thu, 10 Jul 2008 12:48:45 GMT</pubDate>
    <dc:creator>Khairul_1</dc:creator>
    <dc:date>2008-07-10T12:48:45Z</dc:date>
    <item>
      <title>Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117730#M447245</link>
      <description>Friends,&lt;BR /&gt;In my existing setup of 11.23 I have a disk of 300 GB on which a filesystem exists (CRITICAL DATA), I have decided to mirror this to another disk after adding the new disk of same capacity. Are my steps correct after recognising the disk to implement a disk mirror?&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -f /dev/rdsk/NEWDISK&lt;BR /&gt;&lt;BR /&gt;2. vgextend /dev/vg01 /dev/dsk/NEWDISK&lt;BR /&gt;&lt;BR /&gt;3. lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/NEWDISK&lt;BR /&gt;&lt;BR /&gt;Appreciate a quick reply , just wanna be sure to avoid :(.....&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Vijay</description>
      <pubDate>Mon, 07 Jul 2008 06:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117730#M447245</guid>
      <dc:creator>Vijay Dsouza</dc:creator>
      <dc:date>2008-07-07T06:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117731#M447246</link>
      <description>For normal data disks (not boot disks) the commands are fine.&lt;BR /&gt;&lt;BR /&gt;Leave "-f" away in step 1, this is more safe.</description>
      <pubDate>Mon, 07 Jul 2008 06:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117731#M447246</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-07T06:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117732#M447247</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you have mirror/ux installed, your procedure will work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Jul 2008 06:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117732#M447247</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-07T06:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117733#M447248</link>
      <description>Hi Vijay&lt;BR /&gt;&lt;BR /&gt;Your Steps are correct, but if you have more lvol you can use for loop otherwise you have to do lvextend for all lvol&lt;BR /&gt;e.g&lt;BR /&gt;for i in /dev/vg01/lvol*&lt;BR /&gt;do&lt;BR /&gt;lvextend -m 1 /dev/vg01/$i /dev/dsk/NEWDISK&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Thu, 10 Jul 2008 10:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117733#M447248</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-10T10:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117734#M447249</link>
      <description>Vijay,&lt;BR /&gt;  YOur process will work. I tend to not use the -f option unless I have no choice. You don't want to force an operation unless you absolutley have to.</description>
      <pubDate>Thu, 10 Jul 2008 12:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117734#M447249</guid>
      <dc:creator>Adam Winebaugh</dc:creator>
      <dc:date>2008-07-10T12:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117735#M447250</link>
      <description>Hi Vijay,&lt;BR /&gt;&lt;BR /&gt;Your process is OK. You can leave -f because your secondary disk is new. If you use -f no problem only force it to create physical volume. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Khairul&lt;BR /&gt;Bangladesh</description>
      <pubDate>Thu, 10 Jul 2008 12:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117735#M447250</guid>
      <dc:creator>Khairul_1</dc:creator>
      <dc:date>2008-07-10T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new disk for mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117736#M447251</link>
      <description>Thanks Friends ! I have done this activity and things are fine . As advised i have not used the -f option because the disk is new and it does not have any previous LVM information on it.</description>
      <pubDate>Thu, 10 Jul 2008 12:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-disk-for-mirroring/m-p/5117736#M447251</guid>
      <dc:creator>Vijay Dsouza</dc:creator>
      <dc:date>2008-07-10T12:51:32Z</dc:date>
    </item>
  </channel>
</rss>

