<?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/5006879#M425713</link>
    <description>&lt;BR /&gt;Mirror vg00 on Itanium systems that are running B.11.23:&lt;BR /&gt;&lt;BR /&gt;1. From HPUX, use vgdisplay to identify the disk that is in vg00. Use&lt;BR /&gt;   ioscan to find the spare disk.&lt;BR /&gt;&lt;BR /&gt;   # vgdisplay -v --&amp;gt; vg00 is on /dev/dsk/c2t1d0s2 in this example&lt;BR /&gt;   # ioscan -efunC disk --&amp;gt; Let's assume c3t2d0 for this example&lt;BR /&gt;&lt;BR /&gt;2. Create the system, OS, and service partitions.&lt;BR /&gt;&lt;BR /&gt;   # cat &amp;lt;&lt;EOF&gt;/tmp/partitionfile&lt;BR /&gt;   &amp;gt; 3&lt;BR /&gt;   &amp;gt; EFI 500MB&lt;BR /&gt;   &amp;gt; HPUX 100%&lt;BR /&gt;   &amp;gt; HPSP 400MB&lt;BR /&gt;   &amp;gt; EOF&lt;BR /&gt;   # idisk -wf /tmp/partitionfile /dev/rdsk/c3t2d0&lt;BR /&gt;idisk version: 1.31&lt;BR /&gt;********************** WARNING ***********************&lt;BR /&gt;If you continue you may destroy all data on this disk.&lt;BR /&gt;Do you wish to continue(yes/no)? yes  &amp;lt;-- Answer "yes" and not "y"&lt;BR /&gt;&lt;BR /&gt;3. Create device files needed for the new partitions.&lt;BR /&gt;&lt;BR /&gt;   # insf -eC disk&lt;BR /&gt;&lt;BR /&gt;4. Verify the partition table.&lt;BR /&gt;&lt;BR /&gt;   # idisk /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;5. Verify that the device files were created properly.&lt;BR /&gt;&lt;BR /&gt;   # ioscan -efnC disk --&amp;gt; c3t2d0 is 0/1/1/1.2.0&lt;BR /&gt;&lt;BR /&gt;6. Initialize the efi partition for use.&lt;BR /&gt;&lt;BR /&gt;   # efi_fsinit -d /dev/rdsk/c3t2d0s1&lt;BR /&gt;&lt;BR /&gt;7. Populate the /efi/hpux/ directory in the new EFI system partition.&lt;BR /&gt;&lt;BR /&gt;   # mkboot -e -l /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;8. Change the auto file for the mirror to boot without quorum.&lt;BR /&gt;   NOTE: Using "s1"&lt;BR /&gt;&lt;BR /&gt;   # echo "boot vmunix -lq" &amp;gt; /tmp/AUTO.lq&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c3t2d0s1 /tmp/AUTO.lq /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;   NOTE: We assume that if we boot from the primary, the mirror is fully&lt;BR /&gt;   functional and therefore we don't need to override quorum. Your site&lt;BR /&gt;   might require that both disks override quorum.&lt;BR /&gt;&lt;BR /&gt;9. Verify the contents of the auto file on the primary and the mirror.&lt;BR /&gt;   NOTE: Using "s1"&lt;BR /&gt;&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c3t2d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt&lt;BR /&gt;   # cat /tmp/AUTO.pri&lt;BR /&gt;   # cat /tmp/AUTO.alt&lt;BR /&gt;&lt;BR /&gt;10. Add the new partition to vg00.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;   # pvcreate -fB /dev/rdsk/c3t2d0s2&lt;BR /&gt;   # vgextend vg00 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;11. Mirror all logical volumes in vg00.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t2d0s2&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t2d0s2&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t2d0s2&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;12. Add the new disk to /stand/bootconf.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;    # echo "l /dev/dsk/c3t2d0s2" &amp;gt;&amp;gt; /stand/bootconf&lt;BR /&gt;&lt;BR /&gt;13. Verify that the new disk was added to vg00, and the lv's are in sync.&lt;BR /&gt;&lt;BR /&gt;    # vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;14. Verify that the BDRA was updated properly. Take note of the HW paths for&lt;BR /&gt;    step 15.&lt;BR /&gt;&lt;BR /&gt;    # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;15. Add EFI primary and high availability boot path menu entries.&lt;BR /&gt;&lt;BR /&gt;    # setboot -p 0/1/1/0.1.0 &amp;lt;-- Set primary disk&lt;BR /&gt;    # setboot -h 0/1/1/1.2.0 &amp;lt;-- Set mirror disk&lt;BR /&gt;    # setboot -b on &amp;lt;-- Set autoboot on&lt;BR /&gt;&lt;BR /&gt;16. Verify that the primary and mirror boot paths are configured properly.&lt;BR /&gt;&lt;BR /&gt;    # setboot&lt;BR /&gt;&lt;BR /&gt;17. Test the new mirror by booting off of it.&lt;BR /&gt;&lt;BR /&gt;    # shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;18. Select "HP-UX HA Alternate Boot" to test the mirror.&lt;BR /&gt;&lt;BR /&gt;    EFI Boot Manager ver 1.10 [14.61]  Firmware ver 2.21 [4334]&lt;BR /&gt;    Please select a boot option&lt;BR /&gt;         HP-UX Primary Boot: 0/1/1/0.1.0&lt;BR /&gt;         HP-UX HA Alternate Boot: 0/1/1/1.2.0&lt;BR /&gt;         EFI Shell [Built-in]&lt;BR /&gt;&lt;BR /&gt;20. Verify which disk/kernel you booted from.&lt;BR /&gt;&lt;BR /&gt;    # grep "Boot device" /var/adm/syslog/syslog.log&lt;BR /&gt;       vmunix: Boot device's HP-UX HW path is: 0.1.1.1.2.0&lt;BR /&gt;&lt;BR /&gt;21. Remove temporary files.&lt;BR /&gt;&lt;BR /&gt;    # rm /tmp/partitionfile /tmp/AUTO*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EOF&gt;</description>
    <pubDate>Wed, 04 Oct 2006 23:00:57 GMT</pubDate>
    <dc:creator>Mridul Shrivastava</dc:creator>
    <dc:date>2006-10-04T23:00:57Z</dc:date>
    <item>
      <title>Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006877#M425711</link>
      <description>He There,&lt;BR /&gt;&lt;BR /&gt;My system (rp 4440 &amp;amp; OS 11i v2) running fine. Recently my company purchase a new HDD. Right now my requirement disk mirroring.&lt;BR /&gt;&lt;BR /&gt;Could you please inform me which process I can config disk mirroring.&lt;BR /&gt;&lt;BR /&gt;Regards-Yaqub.</description>
      <pubDate>Wed, 04 Oct 2006 22:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006877#M425711</guid>
      <dc:creator>YAQUB_1</dc:creator>
      <dc:date>2006-10-04T22:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006878#M425712</link>
      <description>Hi could you please let us know the volume manager you are using, I mean it is LVM or VxVM as the procedure differs.</description>
      <pubDate>Wed, 04 Oct 2006 22:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006878#M425712</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-10-04T22:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006879#M425713</link>
      <description>&lt;BR /&gt;Mirror vg00 on Itanium systems that are running B.11.23:&lt;BR /&gt;&lt;BR /&gt;1. From HPUX, use vgdisplay to identify the disk that is in vg00. Use&lt;BR /&gt;   ioscan to find the spare disk.&lt;BR /&gt;&lt;BR /&gt;   # vgdisplay -v --&amp;gt; vg00 is on /dev/dsk/c2t1d0s2 in this example&lt;BR /&gt;   # ioscan -efunC disk --&amp;gt; Let's assume c3t2d0 for this example&lt;BR /&gt;&lt;BR /&gt;2. Create the system, OS, and service partitions.&lt;BR /&gt;&lt;BR /&gt;   # cat &amp;lt;&lt;EOF&gt;/tmp/partitionfile&lt;BR /&gt;   &amp;gt; 3&lt;BR /&gt;   &amp;gt; EFI 500MB&lt;BR /&gt;   &amp;gt; HPUX 100%&lt;BR /&gt;   &amp;gt; HPSP 400MB&lt;BR /&gt;   &amp;gt; EOF&lt;BR /&gt;   # idisk -wf /tmp/partitionfile /dev/rdsk/c3t2d0&lt;BR /&gt;idisk version: 1.31&lt;BR /&gt;********************** WARNING ***********************&lt;BR /&gt;If you continue you may destroy all data on this disk.&lt;BR /&gt;Do you wish to continue(yes/no)? yes  &amp;lt;-- Answer "yes" and not "y"&lt;BR /&gt;&lt;BR /&gt;3. Create device files needed for the new partitions.&lt;BR /&gt;&lt;BR /&gt;   # insf -eC disk&lt;BR /&gt;&lt;BR /&gt;4. Verify the partition table.&lt;BR /&gt;&lt;BR /&gt;   # idisk /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;5. Verify that the device files were created properly.&lt;BR /&gt;&lt;BR /&gt;   # ioscan -efnC disk --&amp;gt; c3t2d0 is 0/1/1/1.2.0&lt;BR /&gt;&lt;BR /&gt;6. Initialize the efi partition for use.&lt;BR /&gt;&lt;BR /&gt;   # efi_fsinit -d /dev/rdsk/c3t2d0s1&lt;BR /&gt;&lt;BR /&gt;7. Populate the /efi/hpux/ directory in the new EFI system partition.&lt;BR /&gt;&lt;BR /&gt;   # mkboot -e -l /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;8. Change the auto file for the mirror to boot without quorum.&lt;BR /&gt;   NOTE: Using "s1"&lt;BR /&gt;&lt;BR /&gt;   # echo "boot vmunix -lq" &amp;gt; /tmp/AUTO.lq&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c3t2d0s1 /tmp/AUTO.lq /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;   NOTE: We assume that if we boot from the primary, the mirror is fully&lt;BR /&gt;   functional and therefore we don't need to override quorum. Your site&lt;BR /&gt;   might require that both disks override quorum.&lt;BR /&gt;&lt;BR /&gt;9. Verify the contents of the auto file on the primary and the mirror.&lt;BR /&gt;   NOTE: Using "s1"&lt;BR /&gt;&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c3t2d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt&lt;BR /&gt;   # cat /tmp/AUTO.pri&lt;BR /&gt;   # cat /tmp/AUTO.alt&lt;BR /&gt;&lt;BR /&gt;10. Add the new partition to vg00.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;   # pvcreate -fB /dev/rdsk/c3t2d0s2&lt;BR /&gt;   # vgextend vg00 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;11. Mirror all logical volumes in vg00.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t2d0s2&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t2d0s2&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t2d0s2&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;12. Add the new disk to /stand/bootconf.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;&lt;BR /&gt;    # echo "l /dev/dsk/c3t2d0s2" &amp;gt;&amp;gt; /stand/bootconf&lt;BR /&gt;&lt;BR /&gt;13. Verify that the new disk was added to vg00, and the lv's are in sync.&lt;BR /&gt;&lt;BR /&gt;    # vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;14. Verify that the BDRA was updated properly. Take note of the HW paths for&lt;BR /&gt;    step 15.&lt;BR /&gt;&lt;BR /&gt;    # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;15. Add EFI primary and high availability boot path menu entries.&lt;BR /&gt;&lt;BR /&gt;    # setboot -p 0/1/1/0.1.0 &amp;lt;-- Set primary disk&lt;BR /&gt;    # setboot -h 0/1/1/1.2.0 &amp;lt;-- Set mirror disk&lt;BR /&gt;    # setboot -b on &amp;lt;-- Set autoboot on&lt;BR /&gt;&lt;BR /&gt;16. Verify that the primary and mirror boot paths are configured properly.&lt;BR /&gt;&lt;BR /&gt;    # setboot&lt;BR /&gt;&lt;BR /&gt;17. Test the new mirror by booting off of it.&lt;BR /&gt;&lt;BR /&gt;    # shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;18. Select "HP-UX HA Alternate Boot" to test the mirror.&lt;BR /&gt;&lt;BR /&gt;    EFI Boot Manager ver 1.10 [14.61]  Firmware ver 2.21 [4334]&lt;BR /&gt;    Please select a boot option&lt;BR /&gt;         HP-UX Primary Boot: 0/1/1/0.1.0&lt;BR /&gt;         HP-UX HA Alternate Boot: 0/1/1/1.2.0&lt;BR /&gt;         EFI Shell [Built-in]&lt;BR /&gt;&lt;BR /&gt;20. Verify which disk/kernel you booted from.&lt;BR /&gt;&lt;BR /&gt;    # grep "Boot device" /var/adm/syslog/syslog.log&lt;BR /&gt;       vmunix: Boot device's HP-UX HW path is: 0.1.1.1.2.0&lt;BR /&gt;&lt;BR /&gt;21. Remove temporary files.&lt;BR /&gt;&lt;BR /&gt;    # rm /tmp/partitionfile /tmp/AUTO*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EOF&gt;</description>
      <pubDate>Wed, 04 Oct 2006 23:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006879#M425713</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-10-04T23:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006880#M425714</link>
      <description>SORRY PLEASE IGNORE THE ABOVE PROCEDURE IT IS FOR ITANIUM SYSTEMS, I PASTED WRONGLY...&lt;BR /&gt;&lt;BR /&gt;PLEASE REFER THE FOLLOWING DOC TO MIRROR VG00:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch07s07.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch07s07.html&lt;/A&gt;</description>
      <pubDate>Wed, 04 Oct 2006 23:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006880#M425714</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-10-04T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006881#M425715</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;For disk mirroring,you should have &lt;BR /&gt;Mirror-UX software installed on your system.&lt;BR /&gt;&lt;BR /&gt;whether you want to mirror root disk or data disk revert back</description>
      <pubDate>Wed, 04 Oct 2006 23:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006881#M425715</guid>
      <dc:creator>Shashi Bhargava</dc:creator>
      <dc:date>2006-10-04T23:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006882#M425716</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;For root disk mirroring&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/cxtxdx&lt;BR /&gt;mkboot /dev/rdsk/cxtxdx&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;for i in 1 2 3 4 5 6 6 7&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cxtxdx&lt;BR /&gt;&amp;gt;done;&lt;BR /&gt;lvlnboot -R /dev/dsk/cxtxdx&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;mirroring is completed, then try booting with new hdd by changing the boot disk in PDC&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 23:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006882#M425716</guid>
      <dc:creator>Shashi Bhargava</dc:creator>
      <dc:date>2006-10-04T23:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006883#M425717</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;For root disk mirroring&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/cxtxdx&lt;BR /&gt;mkboot /dev/rdsk/cxtxdx&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt;lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/cxtxdx&lt;BR /&gt;&amp;gt;done;&lt;BR /&gt;lvlnboot -R /dev/dsk/cxtxdx&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;mirroring is completed, then try booting with new hdd by changing the boot disk in PDC&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 23:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006883#M425717</guid>
      <dc:creator>Shashi Bhargava</dc:creator>
      <dc:date>2006-10-04T23:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006884#M425718</link>
      <description>Assalam-O-Alaikum Yaqub,&lt;BR /&gt;&lt;BR /&gt;Please find the attached file for detail mirroring root disks process. First you need to check do you have Mirroring software. Then follow the attached document.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Thu, 05 Oct 2006 00:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006884#M425718</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-10-05T00:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006885#M425719</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thank for your all unicqu support.&lt;BR /&gt;&lt;BR /&gt;Rdge-Yaqub&lt;BR /&gt;&lt;BR /&gt;Assalam-O-Alaikum Asif Bhai,&lt;BR /&gt;&lt;BR /&gt;Could you send me your email address; I'll personal contact with you.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regard&lt;BR /&gt;Mohammad Yaqub&lt;BR /&gt;E-mail: info_yaqub@yahoo.com&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 02:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006885#M425719</guid>
      <dc:creator>YAQUB_1</dc:creator>
      <dc:date>2006-10-05T02:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006886#M425720</link>
      <description>Thank for all for your unique support.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 02:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/5006886#M425720</guid>
      <dc:creator>YAQUB_1</dc:creator>
      <dc:date>2006-10-05T02:39:55Z</dc:date>
    </item>
  </channel>
</rss>

