<?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: Disk mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467144#M654380</link>
    <description>Looks good.&lt;BR /&gt;Your number 2. step was fourth on my list.&lt;BR /&gt;I don't know if that matters.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v    will show that both disk are being used.# &lt;BR /&gt;lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c2t6d0 (10/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c2t5d0 (10/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c2t6d0&lt;BR /&gt;                        /dev/dsk/c2t5d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c2t6d0&lt;BR /&gt;                        /dev/dsk/c2t5d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c2t6d0&lt;BR /&gt;                        /dev/dsk/c2t5d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c2t6d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Nov 2000 15:06:17 GMT</pubDate>
    <dc:creator>Eileen Millen</dc:creator>
    <dc:date>2000-11-24T15:06:17Z</dc:date>
    <item>
      <title>Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467143#M654379</link>
      <description>We have got HP9000 (N4000) Server running HP-UX(11.0) 64-bit with two internal hard disks.&lt;BR /&gt;First hard disk is bootable disk which has OS and oracle installed. 2nd hard disk is unused and I want to make it mirror of first disk.&lt;BR /&gt;Here are steps that I am going to do. &lt;BR /&gt;&lt;BR /&gt; 1. pvcreate -B /dev/rdsk/c2t6d0&lt;BR /&gt; 2. vgextend /dev/vg00 /dev/dsk/c2t6d0&lt;BR /&gt; 3. mkboot /dev/dsk/c2t6d0&lt;BR /&gt; 4. mkboot -a "hpux -lq" /dev/rdsk/c2t6d0&lt;BR /&gt; 5. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0&lt;BR /&gt; 6. lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0&lt;BR /&gt; 7. lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0&lt;BR /&gt; 8. lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t6d0&lt;BR /&gt; 9. lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t6d0&lt;BR /&gt; 10. lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t6d0&lt;BR /&gt; 11. lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t6d0&lt;BR /&gt; 12. lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t6d0&lt;BR /&gt; 13. lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c2t6d0&lt;BR /&gt; 14. lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;c2t6d0 is 2nd disk.&lt;BR /&gt;&lt;BR /&gt;Please correct me if you find anything missing or wrong&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Aftab</description>
      <pubDate>Fri, 24 Nov 2000 14:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467143#M654379</guid>
      <dc:creator>Aftab Sadiq</dc:creator>
      <dc:date>2000-11-24T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467144#M654380</link>
      <description>Looks good.&lt;BR /&gt;Your number 2. step was fourth on my list.&lt;BR /&gt;I don't know if that matters.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v    will show that both disk are being used.# &lt;BR /&gt;lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c2t6d0 (10/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c2t5d0 (10/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c2t6d0&lt;BR /&gt;                        /dev/dsk/c2t5d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c2t6d0&lt;BR /&gt;                        /dev/dsk/c2t5d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c2t6d0&lt;BR /&gt;                        /dev/dsk/c2t5d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c2t6d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Nov 2000 15:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467144#M654380</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2000-11-24T15:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467145#M654381</link>
      <description>Sorry, number 3. should be /dev/rdsk</description>
      <pubDate>Fri, 24 Nov 2000 15:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467145#M654381</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2000-11-24T15:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467146#M654382</link>
      <description>just an addition for step 3.&lt;BR /&gt;if you have installed Diagnostics then you could add the offline diags to the second disk&lt;BR /&gt;&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif -l  /dev/rdsk/c2t6d0</description>
      <pubDate>Fri, 24 Nov 2000 15:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467146#M654382</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-11-24T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467147#M654383</link>
      <description>This is what i'm doing.&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -B /dev/rdsk/c2t6d0 &lt;BR /&gt;2. vgextend /dev/vg00 /dev/dsk/c2t6d0 &lt;BR /&gt;3. mkboot /dev/rdsk/c2t6d0 &lt;BR /&gt;4. mkboot -a "hpux -lq" /dev/rdsk/c2t6d0 &lt;BR /&gt;5. lvextend -m 1 /dev/vg00/lvol1 &lt;BR /&gt;6. lvextend -m 1 /dev/vg00/lvol2 &lt;BR /&gt;7. lvextend -m 1 /dev/vg00/lvol3 &lt;BR /&gt;8. lvextend -m 1 /dev/vg00/lvol4 &lt;BR /&gt;9. lvextend -m 1 /dev/vg00/lvol5 &lt;BR /&gt;10. lvextend -m 1 /dev/vg00/lvol6 &lt;BR /&gt;11. lvextend -m 1 /dev/vg00/lvol7 &lt;BR /&gt;12. lvextend -m 1 /dev/vg00/lvol8&lt;BR /&gt;13. lvextend -m 1 /dev/vg00/lvol9 &lt;BR /&gt;14. cd /usr/sbin/diag/lif&lt;BR /&gt;15. mkboot -b updatediaglif -p ISL -p AUTO -p HPUX -p LABEL /dev/rdsk/c2t6d0&lt;BR /&gt;( This is to create a lif with all utilities on alternate boot disk. )&lt;BR /&gt;15. lvlnboot -R</description>
      <pubDate>Sat, 25 Nov 2000 03:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467147#M654383</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2000-11-25T03:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467148#M654384</link>
      <description>Eileen is right that you need to make sure that lvlnboot displays all of the correct pointers to boot, root, and swap. The man pages are pretty good if you need to make any changes.&lt;BR /&gt;&lt;BR /&gt;Another thing to check is that you probably want to mirror the volumes in the order in which they where created. The order the list on a vgdisplay should be accurate.  If you have expanded any of them since you first built the system you may see a slight performance improvement if you mirror to this new disk, remove the primary, and then mirror back so everything is contiguous.&lt;BR /&gt;&lt;BR /&gt;Finaly, you can use 'lifls -lv /dev/dsk/whatever' to check the lif information on each disk and make sure they are the same'.</description>
      <pubDate>Tue, 05 Dec 2000 19:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467148#M654384</guid>
      <dc:creator>David Hixson</dc:creator>
      <dc:date>2000-12-05T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467149#M654385</link>
      <description>Don't forget to run setboot -a and specify your alternate boot path.</description>
      <pubDate>Tue, 05 Dec 2000 23:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2467149#M654385</guid>
      <dc:creator>Brad Anderson</dc:creator>
      <dc:date>2000-12-05T23:29:24Z</dc:date>
    </item>
  </channel>
</rss>

