<?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 disk mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997447#M423752</link>
    <description>I need some direction about disk mirroring.  I have never implemented it and a new client wants us to use it.  where do I start / download / read</description>
    <pubDate>Tue, 15 Aug 2006 13:29:58 GMT</pubDate>
    <dc:creator>David DiBiase</dc:creator>
    <dc:date>2006-08-15T13:29:58Z</dc:date>
    <item>
      <title>disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997447#M423752</link>
      <description>I need some direction about disk mirroring.  I have never implemented it and a new client wants us to use it.  where do I start / download / read</description>
      <pubDate>Tue, 15 Aug 2006 13:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997447#M423752</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-08-15T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997448#M423753</link>
      <description>&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B2491BA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B2491BA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The steps to mirror your boot volume are (PA-RISC):&lt;BR /&gt;&lt;BR /&gt;1. Create a physical volume with a boot reserved area&lt;BR /&gt;"pvcreate -B /dev/rdsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;2. Add the physical volume to the root VG&lt;BR /&gt;"vgextend /dev/vg00 /dev/dsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;3. Use mkboot to place the boot utilities in the boot area and add the AUTO file&lt;BR /&gt;"mkboot /dev/rdsk/c1t6d0"&lt;BR /&gt;"mkboot -a "hpux -lq" /dev/rdsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;4. Use mkboot to update the AUTO file on the primary boot disk&lt;BR /&gt;"mkboot -a "hpux -lq" /dev/rdsk/c0t6d0"&lt;BR /&gt;&lt;BR /&gt;5. Mirror the stand, root and swap logical volumes&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0"&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0"&lt;BR /&gt;"lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c1t6d0"&lt;BR /&gt;&lt;BR /&gt;6. Modify your alternate boot path&lt;BR /&gt;"setboot -a 8/8.6.0 # use the path of your new boot disk"&lt;BR /&gt;&lt;BR /&gt;7. Edit /stand/bootconf and add your new mirrored boot disk.&lt;BR /&gt;&lt;BR /&gt;That's all there is to it.  You may notice that I left out any&lt;BR /&gt;lvlnboot commands. That is because they are not&lt;BR /&gt;necessary - see the man page:&lt;BR /&gt;&lt;BR /&gt;"This command should be run in recovery mode (-R)&lt;BR /&gt;whenever the configuration of the root volume group is&lt;BR /&gt;affected by one of the following commands: lvextend,&lt;BR /&gt;lvmerge, lvreduce, lvsplit, pvmove, lvremove, vgextend,&lt;BR /&gt;or vgreduce (see lvextend(1M), lvmerge(1M), lvreduce(1M),&lt;BR /&gt;lvsplit(1M), pvmove(1M), lvremove(1M), vgextend(1M), and&lt;BR /&gt;vgreduce(1M)). Starting with HP-UX Release 10.0, this is&lt;BR /&gt;done automatically."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For Itanium architecture, follow this guide:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343&lt;/A&gt;&lt;BR /&gt;,00.html&lt;BR /&gt; -or-&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Aug 2006 13:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997448#M423753</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-15T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997449#M423754</link>
      <description>And before you start, verify that the extra cost mirroring software has been installed:&lt;BR /&gt; &lt;BR /&gt;swlist -l product | grep -i mirror&lt;BR /&gt; &lt;BR /&gt;If nothing is found, you'll have to purchase the software and install it first.</description>
      <pubDate>Tue, 15 Aug 2006 15:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997449#M423754</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-15T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997450#M423755</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;vxvm or lvm?&lt;BR /&gt;&lt;BR /&gt;vxvm will let you mirror rootvg.&lt;BR /&gt;&lt;BR /&gt;lvm requires add in software.&lt;BR /&gt;&lt;BR /&gt;My lvm mirror procedure since I oppose vxvm on religious grounds(joke)&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Aug 2006 15:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997450#M423755</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-15T15:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997451#M423756</link>
      <description>thanks - you must have known that my client would ask for both platforms since your responses are looking at both parisc and intel.  They just asked me for 64-bit next quarter.  I forgot to mention all file systems on my rp4440 (except stand) are VxFS.  Do I have to do something about /stand?  Should I (the client) by the Mirroring add-on feature?&lt;BR /&gt;&lt;BR /&gt;SEP - I am looking for "easy" to maintain and stable.  could you elaborate on lvm vs. vxvm</description>
      <pubDate>Tue, 15 Aug 2006 15:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997451#M423756</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-08-15T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997452#M423757</link>
      <description>The filesystems are VxFS, but the question is about the volume manager. LVM is the classic HP-UX (and IBM, Linux, etc) volume manager, quite simple to use, while VxVM is the Veritas volme manager which sysadmins on Solaris (and others) will know well. I believe that basic mirroring comes with the VxVM base product whereas an extra license is needed for additional features in VxVM.</description>
      <pubDate>Tue, 15 Aug 2006 17:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997452#M423757</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-15T17:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997453#M423758</link>
      <description>Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;My client machine shows the following resaults below.&lt;BR /&gt;Based on this, I assume my volume manager is vxvm.  That said do the step outlined by Pete or SEP need any modifications?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#  swlist -l product | grep -i veritas&lt;BR /&gt;  PHCO_29606            1.0            VERITAS VM Provider Patch for NBU 5.0&lt;BR /&gt;  PHCO_30700            1.0            VERITAS File System Mgmt Srvc Provider Pa&lt;BR /&gt;tch&lt;BR /&gt;  PHCO_30730            1.0            VERITAS Enterprise Administrator Srvc Pat&lt;BR /&gt;ch&lt;BR /&gt;  PHCO_30731            1.0            VERITAS Enterprise Administrator Patch&lt;BR /&gt;  PHCO_34348            1.0            VERITAS VM Mgmt Service Provider Patch 05&lt;BR /&gt;&lt;BR /&gt;  VRTSfspro             3.5-ga08       VERITAS File System Management Services P&lt;BR /&gt;rovider&lt;BR /&gt;  VRTSob                3.0.2.261a     VERITAS Enterprise Administrator Service&lt;BR /&gt;  VRTSobgui             3.0.2.261a     VERITAS Enterprise Administrator&lt;BR /&gt;  VRTSvlic              3.00.007e      VERITAS License Utilities&lt;BR /&gt;  VRTSvmdoc             3.5m           VERITAS Volume Manager Documentation&lt;BR /&gt;  VRTSvmpro             3.5m           VERITAS Volume Manager Management Service&lt;BR /&gt;s Provider&lt;BR /&gt;  VRTSvxvm              3.5m           Base VERITAS Volume Manager 3.5 for HP-UX&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Aug 2006 13:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997453#M423758</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-08-16T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997454#M423759</link>
      <description>This does not indicating the use of VxVM.&lt;BR /&gt;&lt;BR /&gt;Just run vgdisplay -v and post the results.&lt;BR /&gt;&lt;BR /&gt;If the command gives you information bout vg00, you are using LVM at least for your boot disks ;-)</description>
      <pubDate>Wed, 16 Aug 2006 14:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997454#M423759</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-08-16T14:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997455#M423760</link>
      <description>thanks for the direction&lt;BR /&gt;&lt;BR /&gt;here is the output of the vgdisplay&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      18&lt;BR /&gt;Open LV                     18&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4384&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    4374&lt;BR /&gt;Alloc PE                    3785&lt;BR /&gt;Free PE                     589&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            320&lt;BR /&gt;   Current LE                  10&lt;BR /&gt;   Allocated PE                10&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            224&lt;BR /&gt;   Current LE                  7&lt;BR /&gt;   Allocated PE                7&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  32&lt;BR /&gt;   Allocated PE                32&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            32&lt;BR /&gt;   Current LE                  1&lt;BR /&gt;   Allocated PE                1&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2464&lt;BR /&gt;   Current LE                  77&lt;BR /&gt;   Allocated PE                77&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1248&lt;BR /&gt;   Current LE                  39&lt;BR /&gt;   Allocated PE                39&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4608&lt;BR /&gt;   Current LE                  144&lt;BR /&gt;   Allocated PE                144&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol9&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3008&lt;BR /&gt;   Current LE                  94&lt;BR /&gt;   Allocated PE                94&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol10&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10016&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol11&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            16000&lt;BR /&gt;   Current LE                  500&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol12&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            16000&lt;BR /&gt;   Current LE                  500&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol13&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10016&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol14&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10016&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol15&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10016&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol16&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            12000&lt;BR /&gt;   Current LE                  375&lt;BR /&gt;   Allocated PE                375&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol17&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10016&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol18&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            10016&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c3t0d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4374&lt;BR /&gt;   Free PE                     589&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#</description>
      <pubDate>Wed, 16 Aug 2006 17:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997455#M423760</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-08-16T17:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997456#M423761</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;lvm is what I provided mirror procedure for.&lt;BR /&gt;&lt;BR /&gt;VxVM is Veritas Volume Manager and if you choose to use it the mirror process is totally different.&lt;BR /&gt;&lt;BR /&gt;LVM is the gold standard and many more people know it in the HP-UX world. This increases the chance of you taking a vacation without being interupted.&lt;BR /&gt;&lt;BR /&gt;LVM is as stable as it gets, and the cost of mirror/ux is worth it in my view.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Aug 2006 17:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997456#M423761</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-16T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997457#M423762</link>
      <description>Hi David,&lt;BR /&gt;Regarding the comparison between lvm and veritas, u can find it in the VxVM migration guide.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0609/index.html" target="_blank"&gt;http://docs.hp.com/en/5991-0609/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is not exactly what u asked, but it might give u some ideas:&lt;BR /&gt;VxVM and LVMâ  Conceptual Comparison&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0609/ch01s02.html" target="_blank"&gt;http://docs.hp.com/en/5991-0609/ch01s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As SEP told, LVM is the industry de-facto standard.&lt;BR /&gt;As per me, VxFS and VxVM is good for "online" operations. VxFS is advanced than LVM. but mirroring is not an "Advanced operation".</description>
      <pubDate>Thu, 17 Aug 2006 02:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997457#M423762</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-08-17T02:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997458#M423763</link>
      <description>The vgdisplay shows that the root volume (vg00) is being managed by LVM and is currently not mirrored. Therefore, you'll need to purchase the optional Mirror/UX product to perform the mirroring. You can see if mirroring is installed very quickly with the command:&lt;BR /&gt; &lt;BR /&gt;ll /sbin/lvsync&lt;BR /&gt; &lt;BR /&gt;If nothing shows up, there is no mirroring software.</description>
      <pubDate>Thu, 17 Aug 2006 06:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997458#M423763</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-17T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997459#M423764</link>
      <description>The vgdisplay output also shows quite a few extra logical volumes other than the standard root file system of lvol1 (/stand) through lvol8 (/var - though /var could be lvol9 or greater if you have multiple swap areas.  You will need to determine just what you want to mirror and how much space it will require.&lt;BR /&gt;&lt;BR /&gt;As a general rule, it is routinely recommended to keep your data volumes separate from your root file systems - in their own separate volume group on their own disks.  You might want to take a look at re-organizing everything properly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 17 Aug 2006 07:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997459#M423764</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-17T07:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997460#M423765</link>
      <description>Thank you all for your help.  I now have a starting point.  Pete, your last point is well taken - mirroring or not.  The machine I displayed is doing a data conversion where the resulting data base will be on a SAN and the FS structure shown is being used to transport the data.&lt;BR /&gt;&lt;BR /&gt;If your ever in central NJ, the beer is on me.</description>
      <pubDate>Sat, 19 Aug 2006 19:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4997460#M423765</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-08-19T19:09:16Z</dc:date>
    </item>
  </channel>
</rss>

