<?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: breaking the mirror on a root drive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591854#M645802</link>
    <description>When I enter: &lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;I get:&lt;BR /&gt; --- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            48              &lt;BR /&gt;Current LE                  12        &lt;BR /&gt;Allocated PE                12          &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   off          &lt;BR /&gt;Allocation                  strict/contiguous         &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c0t5d0    12        12        &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE   PV1                PE1  Status 1 &lt;BR /&gt;   0000 /dev/dsk/c0t5d0    0000 current  &lt;BR /&gt;   0002 /dev/dsk/c0t5d0    0002 current  &lt;BR /&gt;   0003 /dev/dsk/c0t5d0    0003 current  &lt;BR /&gt;   0004 /dev/dsk/c0t5d0    0004 current  &lt;BR /&gt;   0005 /dev/dsk/c0t5d0    0005 current  &lt;BR /&gt;   0006 /dev/dsk/c0t5d0    0006 current  &lt;BR /&gt;   0007 /dev/dsk/c0t5d0    0007 current  &lt;BR /&gt;   0008 /dev/dsk/c0t5d0    0008 current  &lt;BR /&gt;   0009 /dev/dsk/c0t5d0    0009 current  &lt;BR /&gt;   0010 /dev/dsk/c0t5d0    0010 current  &lt;BR /&gt;   0011 /dev/dsk/c0t5d0    0011 current  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But if I do a vgdisplay -v vg00, at the bottom I see:&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c0t5d0&lt;BR /&gt;   PV Status                   available    &lt;BR /&gt;   Total PE                    1023    &lt;BR /&gt;   Free PE                     100     &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c0t8d0&lt;BR /&gt;   PV Status                   available    &lt;BR /&gt;   Total PE                    2170    &lt;BR /&gt;   Free PE                     2170    &lt;BR /&gt;&lt;BR /&gt;Which tells me that c0t5d0 is mirrored to c0t8d0 right?  What should I do to break this mirror?&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Oct 2001 14:01:22 GMT</pubDate>
    <dc:creator>Glenn Mitchell_4</dc:creator>
    <dc:date>2001-10-09T14:01:22Z</dc:date>
    <item>
      <title>breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591850#M645798</link>
      <description>I need to break the mirror of the root drive. I tried 'lvreduce -m 0 /dev/vg00/lvol1' and got back: &lt;BR /&gt;lvreduce: "MirrorCopies" parameter "0" is not smaller than existing number "0";&lt;BR /&gt;therefore no mirrors are removed.</description>
      <pubDate>Tue, 09 Oct 2001 13:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591850#M645798</guid>
      <dc:creator>Glenn Mitchell_4</dc:creator>
      <dc:date>2001-10-09T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591851#M645799</link>
      <description>Are you sure that the filesystem is mirrored?  If you do a lvdisplay on the LV, you should get Mirror Copies =1 if the filesystem is mirrored.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 13:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591851#M645799</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T13:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591852#M645800</link>
      <description>Hi Glenn:&lt;BR /&gt;&lt;BR /&gt;First, verify that 'lvol1' has mirrored extents:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;You should see (at the end) entries like:&lt;BR /&gt;&lt;BR /&gt; LE   PV1                PE1  Status 1 PV2                PE2  Status 2 &lt;BR /&gt;   0000 /dev/dsk/c0t6d0    0000 current  /dev/dsk/c2t0d2    0000 current  &lt;BR /&gt;   0001 /dev/dsk/c0t6d0    0001 current  /dev/dsk/c2t0d2    0001 current  &lt;BR /&gt;&lt;BR /&gt;Then, for example, to reduce the mirror on /cdev/dsk/c2t0d2, do:&lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c2t0d2&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Oct 2001 13:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591852#M645800</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-09T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591853#M645801</link>
      <description>Hi Glenn:&lt;BR /&gt;&lt;BR /&gt;I would do a slight variation on the earlier respones:&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg00/lvol* and look for the number of Mirror Copies for each logical volume. It does appear that lvol1 has already been reduced or was not mirrored in the first place.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Tue, 09 Oct 2001 14:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591853#M645801</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-09T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591854#M645802</link>
      <description>When I enter: &lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;I get:&lt;BR /&gt; --- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            48              &lt;BR /&gt;Current LE                  12        &lt;BR /&gt;Allocated PE                12          &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   off          &lt;BR /&gt;Allocation                  strict/contiguous         &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c0t5d0    12        12        &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE   PV1                PE1  Status 1 &lt;BR /&gt;   0000 /dev/dsk/c0t5d0    0000 current  &lt;BR /&gt;   0002 /dev/dsk/c0t5d0    0002 current  &lt;BR /&gt;   0003 /dev/dsk/c0t5d0    0003 current  &lt;BR /&gt;   0004 /dev/dsk/c0t5d0    0004 current  &lt;BR /&gt;   0005 /dev/dsk/c0t5d0    0005 current  &lt;BR /&gt;   0006 /dev/dsk/c0t5d0    0006 current  &lt;BR /&gt;   0007 /dev/dsk/c0t5d0    0007 current  &lt;BR /&gt;   0008 /dev/dsk/c0t5d0    0008 current  &lt;BR /&gt;   0009 /dev/dsk/c0t5d0    0009 current  &lt;BR /&gt;   0010 /dev/dsk/c0t5d0    0010 current  &lt;BR /&gt;   0011 /dev/dsk/c0t5d0    0011 current  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But if I do a vgdisplay -v vg00, at the bottom I see:&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c0t5d0&lt;BR /&gt;   PV Status                   available    &lt;BR /&gt;   Total PE                    1023    &lt;BR /&gt;   Free PE                     100     &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c0t8d0&lt;BR /&gt;   PV Status                   available    &lt;BR /&gt;   Total PE                    2170    &lt;BR /&gt;   Free PE                     2170    &lt;BR /&gt;&lt;BR /&gt;Which tells me that c0t5d0 is mirrored to c0t8d0 right?  What should I do to break this mirror?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 14:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591854#M645802</guid>
      <dc:creator>Glenn Mitchell_4</dc:creator>
      <dc:date>2001-10-09T14:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591855#M645803</link>
      <description>Hi Glenn,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You are wrong, it only means that there are two disks in your VG but there is are no mirror copies (Mirror copies 0). Also the &lt;BR /&gt;&lt;BR /&gt;PV Name /dev/dsk/c0t8d0 &lt;BR /&gt;PV Status available &lt;BR /&gt;Total PE 2170 &lt;BR /&gt;Free PE 2170 &lt;BR /&gt;&lt;BR /&gt;indicates the disk is not being utilized. so if you are just trying to reduce the disk from the VG, do&lt;BR /&gt;&lt;BR /&gt;vgreduce /dev/vg00 /dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 14:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591855#M645803</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-10-09T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591856#M645804</link>
      <description>Hi Glenn:&lt;BR /&gt;&lt;BR /&gt;Remember, you mirror *logical volumes*, *NOT* disks.  Your lvol1 is *not* mirrored.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Oct 2001 14:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591856#M645804</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-09T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591857#M645805</link>
      <description>Glenn:&lt;BR /&gt;&lt;BR /&gt; I guess your old vg was 4 disks ( c0t5d0, c0t8d0, c1t5d0, c1t8d0).&lt;BR /&gt;&lt;BR /&gt;Can you atach a full  vgdisplay -v /dev/vg00 2&amp;gt;&amp;amp;1 # we like to see errors too &lt;BR /&gt;and strings /etc/lvmtab?&lt;BR /&gt;&lt;BR /&gt;It will be shorter. Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 14:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591857#M645805</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-10-09T14:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: breaking the mirror on a root drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591858#M645806</link>
      <description>Hi There&lt;BR /&gt;&lt;BR /&gt;I am not sure how can I change fstab after split (break mirror) case.&lt;BR /&gt;&lt;BR /&gt;Please suppose we have no vxfs.&lt;BR /&gt;&lt;BR /&gt;At the moment it is like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nsgrsu20 = # more /etc/fstab&lt;BR /&gt;/dev/vg00/lvol3 / hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol2 swap ignore sw 0 0&lt;BR /&gt;/dev/vg00/lvol4 /home hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol6 /tmp hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var hfs defaults 0 2&lt;BR /&gt;#/dev/vg02/lvol2 /boral/TEST hfs rw,suid 0 2&lt;BR /&gt;/dev/vg02/lvol3 /boral/DEV hfs rw,suid 0 2&lt;BR /&gt;/dev/vg02/lvol4 /boral/PROD hfs rw,suid 0 2&lt;BR /&gt;/dev/vg02/lvol1 /local hfs rw,suid 0 2&lt;BR /&gt;/dev/vg00/lvol9 /spooler hfs rw,suid 0 2&lt;BR /&gt;#/dev/dsk/c4t2d0        /cdrom  cdfs    ro&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nisar&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Nov 2001 23:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/breaking-the-mirror-on-a-root-drive/m-p/2591858#M645806</guid>
      <dc:creator>Nisar Ahmad</dc:creator>
      <dc:date>2001-11-20T23:47:34Z</dc:date>
    </item>
  </channel>
</rss>

