<?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:  OS Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027561#M301079</link>
    <description>Thanks to all for your contribution,&lt;BR /&gt;I've checked and found that all LVs are not mirrored.&lt;BR /&gt;Is it possible that there is mirroring at another level, like at disk level?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Jun 2007 03:58:26 GMT</pubDate>
    <dc:creator>Has</dc:creator>
    <dc:date>2007-06-27T03:58:26Z</dc:date>
    <item>
      <title>OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027555#M301073</link>
      <description>Hi ,&lt;BR /&gt;  I'd like to know if the OS Logical Volumes are mirrored on another disk or not.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;HAS</description>
      <pubDate>Wed, 27 Jun 2007 03:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027555#M301073</guid>
      <dc:creator>Has</dc:creator>
      <dc:date>2007-06-27T03:10:14Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027556#M301074</link>
      <description>SAM -&amp;gt; disks and filesystems -&amp;gt; logical volumes. The next to last fiels tells you how many mirror copies of an lvol there are.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 27 Jun 2007 03:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027556#M301074</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-06-27T03:18:51Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027557#M301075</link>
      <description>Just execute vgdisplay -v vg00 &lt;BR /&gt;to see if there are any mirrors.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 27 Jun 2007 03:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027557#M301075</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-06-27T03:19:32Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027558#M301076</link>
      <description>execute vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;check the following parameters for each lv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Current LE                  xxx&lt;BR /&gt;Allocated PE                yyy =&amp;gt; must be 2 time xxx&lt;BR /&gt;Used PV                     2 (is mirrored to another disk)&lt;BR /&gt;&lt;BR /&gt;To check the status of each lv&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vgxx/lvolx&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 03:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027558#M301076</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-06-27T03:41:07Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027559#M301077</link>
      <description>&lt;!--!*#--&gt;One way&lt;BR /&gt;(see how lvsnap isn't mirrored unlike all the other LVs):&lt;BR /&gt;&lt;BR /&gt;# lvdisplay $(vgdisplay -v vg00|awk '/LV Name/{print$NF}')|grep -E LV\ Name\|opies &lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol2&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol3&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol4&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol5&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol6&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol7&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol8&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol9&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lv_data01&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lv_data03&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvol10&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lv_tomcat_webapps&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;LV Name                     /dev/vg00/lvsnap&lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;LV Name                     /dev/vg00/lv_perfdata&lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 03:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027559#M301077</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-06-27T03:41:30Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027560#M301078</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vgxx/lvolxxx&lt;BR /&gt;&lt;BR /&gt;This is the output of mirrored logical volume:&lt;BR /&gt;&lt;BR /&gt;For explample / (root logical volume)&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol3&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol3&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               1            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            560             &lt;BR /&gt;Current LE                  35        &lt;BR /&gt;Allocated PE                70          &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;IO Timeout (Seconds)        default             &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/c2t1d0s2  35        35        &lt;BR /&gt;   /dev/dsk/c2t0d0s2  35        35        &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1 PV2                PE2   Status 2 &lt;BR /&gt;   00000 /dev/dsk/c2t1d0s2  00275 current  /dev/dsk/c2t0d0s2  00275 current  &lt;BR /&gt;   00001 /dev/dsk/c2t1d0s2  00276 current  /dev/dsk/c2t0d0s2  00276 current  &lt;BR /&gt;   00002 /dev/dsk/c2t1d0s2  00277 current  /dev/dsk/c2t0d0s2  00277 current  &lt;BR /&gt;   00003 /dev/dsk/c2t1d0s2  00278 current  /dev/dsk/c2t0d0s2  00278 current  &lt;BR /&gt;   00004 /dev/dsk/c2t1d0s2  00279 current  /dev/dsk/c2t0d0s2  00279 current  &lt;BR /&gt;   00005 /dev/dsk/c2t1d0s2  00280 current  /dev/dsk/c2t0d0s2  00280 current  &lt;BR /&gt;   00006 /dev/dsk/c2t1d0s2  00281 current  /dev/dsk/c2t0d0s2  00281 current &lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;Mirror copies   1 (number of mirror copy)&lt;BR /&gt;/dev/dsk/c2t1d0s2  is the primary disk and &lt;BR /&gt;/dev/dsk/c2t0d0s2  is the mirror copy of primary disk&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fat</description>
      <pubDate>Wed, 27 Jun 2007 03:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027560#M301078</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-06-27T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027561#M301079</link>
      <description>Thanks to all for your contribution,&lt;BR /&gt;I've checked and found that all LVs are not mirrored.&lt;BR /&gt;Is it possible that there is mirroring at another level, like at disk level?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 03:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027561#M301079</guid>
      <dc:creator>Has</dc:creator>
      <dc:date>2007-06-27T03:58:26Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027562#M301080</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Disk level mirroring would be done via hardware raid on your system. If you have an rx26xx or better hardware raid is available.&lt;BR /&gt;&lt;BR /&gt;Otherwise OS mirroring on the logical volume level is what you need to do. &lt;BR /&gt;&lt;BR /&gt;Procedure:&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;That's a PA-RISC 11.11 procedure.&lt;BR /&gt;&lt;BR /&gt;model&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;I can also provide an Itanium procedure if asked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Jun 2007 04:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027562#M301080</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-27T04:10:47Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027563#M301081</link>
      <description>No - mirroring is done at lvol level.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 27 Jun 2007 04:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027563#M301081</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-06-27T04:10:55Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027564#M301082</link>
      <description>Apologies - if SEP says one thing and I say another, trust SEP.&lt;BR /&gt;&lt;BR /&gt;Mark (no points for this post or the last one please)</description>
      <pubDate>Wed, 27 Jun 2007 04:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027564#M301082</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-06-27T04:15:13Z</dc:date>
    </item>
    <item>
      <title>Re:  OS Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027565#M301083</link>
      <description>"Is it possible that there is mirroring at another level, like at disk level?"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yes!&lt;BR /&gt;&lt;BR /&gt;What is your server model?&lt;BR /&gt;(run "model")&lt;BR /&gt;&lt;BR /&gt;Many systems can have a hardware (smart array) controller installed - e.g. SA64xx, Integrated SAS, P400, P800 ...&lt;BR /&gt;&lt;BR /&gt;You can configure disks to mirrored pairs or RAID 5 (this depends).&lt;BR /&gt;&lt;BR /&gt;How to know this?&lt;BR /&gt;&lt;BR /&gt;1) check vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;2) find the used disks in ioscan -fn&lt;BR /&gt;&lt;BR /&gt;3) find the controller device (this could be /dev/cissx /dev /sasd ...)&lt;BR /&gt;&lt;BR /&gt;4) run the appropriate tool&lt;BR /&gt;(please come back with detailed information and we can proceed here)&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 06:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-mirroring/m-p/4027565#M301083</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-06-27T06:36:54Z</dc:date>
    </item>
  </channel>
</rss>

