<?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: How to setup mirrordisk/ux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718619#M252364</link>
    <description>Hi Achilles,&lt;BR /&gt;&lt;BR /&gt;Please check the url below (docID : KBRC00014526) about 'How to mirror vg00 using LVM on IA with 11.23' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?docType=all&amp;amp;searchString=KBRC00014526&amp;amp;admit=-682735245+1138339700380+28353475&amp;amp;mode=id" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?docType=all&amp;amp;searchString=KBRC00014526&amp;amp;admit=-682735245+1138339700380+28353475&amp;amp;mode=id&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document can find also on the attach file.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
    <pubDate>Fri, 27 Jan 2006 00:34:16 GMT</pubDate>
    <dc:creator>Adisuria Wangsadinata_1</dc:creator>
    <dc:date>2006-01-27T00:34:16Z</dc:date>
    <item>
      <title>How to setup mirrordisk/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718614#M252359</link>
      <description>Folks, &lt;BR /&gt;I have already installed MirrorDisk/UX 11.23 on my HP-UX 11.23 system and now I want to create the mirrors. &lt;BR /&gt;I have outlined the steps that I think I need to take below. Have I missed anything? Is there anything in the steps that are not necessary? &lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk &lt;BR /&gt;Class     I  H/W Path       Driver     S/W State   H/W Type     Description&lt;BR /&gt;============================================================================&lt;BR /&gt;disk      0  0/0/2/0.0.0.0  sdisk      CLAIMED     DEVICE       TEAC    DV-28E-C&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      1  0/1/1/0.0.0    sdisk      CLAIMED     DEVICE       HP 36.4GST336753LC&lt;BR /&gt;                           /dev/dsk/c2t0d0     /dev/dsk/c2t0d0s2   /dev/rdsk/c2t0d0    /dev/rdsk/c2t0d0s2&lt;BR /&gt;                           /dev/dsk/c2t0d0s1   /dev/dsk/c2t0d0s3   /dev/rdsk/c2t0d0s1  /dev/rdsk/c2t0d0s3&lt;BR /&gt;disk      2  0/1/1/0.1.0    sdisk      CLAIMED     DEVICE       HP 36.4GST336753LC&lt;BR /&gt;                           /dev/dsk/c2t1d0   /dev/rdsk/c2t1d0&lt;BR /&gt;  &lt;BR /&gt;Note: c2t0d0 is the boot disk and c2t1d0 is the mirrored disk. &lt;BR /&gt;&lt;BR /&gt;1) Initialize the disk and make it bootable &lt;BR /&gt;        pvcreate -B /dev/rdsk/c2t1d0 &lt;BR /&gt;            Note: the -B parameter tells pvcreate that this will be a bootable disk. &lt;BR /&gt;       &lt;BR /&gt;2) Add the physical volume to the volume group &lt;BR /&gt;            vgextend /dev/vg00 /dev/dsk/c2t1d0 &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/dsk/c2t1d0 &lt;BR /&gt;            mkboot -a "hpux -lq" /dev/rdsk/c2t1d0 &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/c2t0d0 &lt;BR /&gt;       &lt;BR /&gt;5) Mirror the stand, root and swap logical volumes &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol1 &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol2 &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol3 &lt;BR /&gt;&lt;BR /&gt;Note: LVM will resynchronize the new mirror copies. &lt;BR /&gt;&lt;BR /&gt;Repeat the lvextend for all other logical volumes on the boot mirror. &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol4 &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol5 &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol6 &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol7 &lt;BR /&gt;            lvextend -m 1 /dev/vg00/lvol8 &lt;BR /&gt;&lt;BR /&gt;6) Modify the alternate boot path to point to the mirror copy of the boot disk. &lt;BR /&gt;Note: Use the Hardware path for the new boot disk. &lt;BR /&gt;            setboot -a 0/1/1/0.1.0</description>
      <pubDate>Thu, 26 Jan 2006 22:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718614#M252359</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2006-01-26T22:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup mirrordisk/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718615#M252360</link>
      <description>The procedure is different from the procedure on 11i v1. &lt;BR /&gt;&lt;BR /&gt;1. From HPUX, use vgdisplay to identify the disk that is in vg00. Use ioscan&lt;BR /&gt;to&lt;BR /&gt;find the spare disk.&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;   # vi /tmp/partitionfile&lt;BR /&gt;     3&lt;BR /&gt;     EFI 500MB&lt;BR /&gt;     HPUX 100%&lt;BR /&gt;     HPSP 400MB&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;   # insf -eC disk&lt;BR /&gt;&lt;BR /&gt;4. Verify the partition table.&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;   # ioscan -efnC disk --&amp;gt; c3t2d0 is 0/1/1/1.2.0&lt;BR /&gt;&lt;BR /&gt;6. Populate the /efi/hpux/ directory in the new EFI system partition.&lt;BR /&gt;   # mkboot -e -l /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;7. Change the auto file for the mirror to boot without quorum.&lt;BR /&gt;   NOTE: Using "s1"&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 might&lt;BR /&gt;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;   # 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;   # 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;   # 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;    # vi /stand/bootconf&lt;BR /&gt;    l /dev/dsk/c2t1d0s2&lt;BR /&gt;    l /dev/dsk/c3t2d0s2&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;    # 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;    # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;15. Add EFI primary and high availability boot path menu entries.&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;    # setboot&lt;BR /&gt;&lt;BR /&gt;17. Test the new mirror by booting off of it.&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;    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;    # 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;    # rm /tmp/partitionfile /tmp/AUTO*&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2006 22:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718615#M252360</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-26T22:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup mirrordisk/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718616#M252361</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;See on the attachment. The steps was logged when I setup mirror disk in my system (Itanum)&lt;BR /&gt;&lt;BR /&gt;Best and regard,&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Thu, 26 Jan 2006 23:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718616#M252361</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2006-01-26T23:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup mirrordisk/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718617#M252362</link>
      <description>Hi Achilles ,&lt;BR /&gt;&lt;BR /&gt; Please follow the following precodure.. Please refer the attached document for more reference.&lt;BR /&gt;&lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;To mirror the root file system, add a bootable LVM disk. Create a physical volume &lt;BR /&gt;using pvcreate with the -B option.&lt;BR /&gt;&lt;BR /&gt;In this example lets take new disk as c0t5d0( in which we want to create mirror)&lt;BR /&gt;&lt;BR /&gt;   # pvcreate -B /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Add the physical volume to the existing root volume group with vgextend:&lt;BR /&gt;&lt;BR /&gt;   # vgextend /dev/vg00 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Use mkboot to place boot utilities in the boot area:&lt;BR /&gt;&lt;BR /&gt;   # mkboot -l /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt; use the -lq option to allow the system to boot in the event that one of the disks is &lt;BR /&gt;unavailable, resulting in a loss of quorum.&lt;BR /&gt;&lt;BR /&gt;   # mkboot -a "hpux -lq" /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;NOTE: Use the -lq option when the root volume group contains only 2 disks. If more than&lt;BR /&gt;2 disks are in the root volume group, the -lq option is not needed as quorum will be &lt;BR /&gt;maintained even if 1 disk fails.&lt;BR /&gt;&lt;BR /&gt;Check the contents of the AUTO file with&lt;BR /&gt;&lt;BR /&gt;   # lifcp /dev/rdsk/c0t5d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;Alternatively, one could set the alternate boot path variable according to e.g.&lt;BR /&gt;&lt;BR /&gt;   # setboot -a 8/0/19/0.5.0  &lt;BR /&gt;&lt;BR /&gt;The hardware address of the disk that will become the mirror disk can be determined with&lt;BR /&gt;'ioscan -fnC' disk. To check use setboot without any arguments.&lt;BR /&gt;&lt;BR /&gt;Use pvdisplay -v to the order of the logical volumes on the primary disk.&lt;BR /&gt;&lt;BR /&gt;   # pvdisplay -v /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;NOTE: In the following, the standard sequence lvol1, lvol2, lvol3, and so forth, &lt;BR /&gt;is assumed.&lt;BR /&gt;&lt;BR /&gt;Mirror the boot logical volume, primary swap logical volume, root logical volume &lt;BR /&gt;and other logical volumes as needed, to the mirror disk in the correct sequence&lt;BR /&gt;&lt;BR /&gt;**** do  lvextend one by one for vg00 ( os disk) and maintan a sequence is must&lt;BR /&gt;like fist lvol1 then lvol2 then lvol3 and lvol4 upto last lvol in vg00 group)&lt;BR /&gt;&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t5d0&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t5d0&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c0t5d0&lt;BR /&gt;   # lvextend -m 1 (additional LV)&lt;BR /&gt;&lt;BR /&gt;Use pvdisplay -v to the order of the logical volumes on the mirror disk to insure they are in the correct order.&lt;BR /&gt;&lt;BR /&gt;   # pvdisplay -v /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Update all physical volumes in the volume group so that the logical volume become the root, boot, primary swap, or a dump volume when the system is next booted:&lt;BR /&gt;&lt;BR /&gt;For HP-UX 11.X &lt;BR /&gt;&lt;BR /&gt;   # lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;   # lvlnboot -b /dev/vg00/lvol1 /dev/vg00&lt;BR /&gt;   # lvlnboot -s /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;   # lvlnboot -d /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Check with    # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Installation of Offline Diagnostics (ODE) on Mirrored Boot Disks&lt;BR /&gt;&lt;BR /&gt;There is an easy way to install the ODE to the mirror if you have already installed&lt;BR /&gt;the OnlineDiag bundle.&lt;BR /&gt;&lt;BR /&gt;Check the existence of the updatediaglif file:&lt;BR /&gt;  &lt;BR /&gt;List the contents of the LIF directory of the mirror:&lt;BR /&gt;&lt;BR /&gt;   # lifls -l /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;   volume ISL10 data size 7984 directory size 8 96/05/28 04:10:13&lt;BR /&gt;   filename   type   start   size     implement  created&lt;BR /&gt;   ===============================================================&lt;BR /&gt;   ISL        -12800 584     240      0          96/05/28 04:10:13&lt;BR /&gt;   AUTO       -12289 824     1        0          96/05/28 04:10:13&lt;BR /&gt;   HPUX       -12928 832     848      0          96/05/28 04:10:13&lt;BR /&gt;   PAD        -12290 1680    1652     0          96/05/28 04:10:14&lt;BR /&gt;   LABEL      BIN    3336    8        0          99/01/25 06:00:41&lt;BR /&gt;&lt;BR /&gt;Install the ODE LIF files with mkboot and protect (-p) the existing LIF files &lt;BR /&gt;which you detected with lifls as described above, e.g.:&lt;BR /&gt;&lt;BR /&gt;   &lt;BR /&gt;For 11.11 64-bit use the updatediaglif2 file: &lt;BR /&gt;   # mkboot -b /usr/sbin/diag/lif/updatediaglif2 \&lt;BR /&gt;   -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Check with    # lifls /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;One will find additional LIF files, e.g.&lt;BR /&gt;&lt;BR /&gt;  ODE          MAPFILE      SYSLIB       CONFIGDATA   SLMOD&lt;BR /&gt;  SLDEV        SLDRIVERS    SLSCSI       MAPPER       IOTEST&lt;BR /&gt;  PERFVER      PVCU         SSINFO       ISL          HPUX&lt;BR /&gt;  AUTO         PAD          LABEL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;Hope this will help you..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Shameer</description>
      <pubDate>Thu, 26 Jan 2006 23:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718617#M252362</guid>
      <dc:creator>Shameer.V.A</dc:creator>
      <dc:date>2006-01-26T23:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup mirrordisk/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718618#M252363</link>
      <description>Hi Achilles,&lt;BR /&gt;&lt;BR /&gt;Please check the url below (docID : KBRC00014526) about 'How to mirror vg00 using LVM on IA with 11.23' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?docType=all&amp;amp;searchString=KBRC00014526&amp;amp;admit=-682735245+1138339700380+28353475&amp;amp;mode=id" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?docType=all&amp;amp;searchString=KBRC00014526&amp;amp;admit=-682735245+1138339700380+28353475&amp;amp;mode=id&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document can find also on the attach file.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Fri, 27 Jan 2006 00:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718618#M252363</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-01-27T00:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup mirrordisk/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718619#M252364</link>
      <description>Hi Achilles,&lt;BR /&gt;&lt;BR /&gt;Please check the url below (docID : KBRC00014526) about 'How to mirror vg00 using LVM on IA with 11.23' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?docType=all&amp;amp;searchString=KBRC00014526&amp;amp;admit=-682735245+1138339700380+28353475&amp;amp;mode=id" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?docType=all&amp;amp;searchString=KBRC00014526&amp;amp;admit=-682735245+1138339700380+28353475&amp;amp;mode=id&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document can find also on the attach file.&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Fri, 27 Jan 2006 00:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-mirrordisk-ux/m-p/3718619#M252364</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-01-27T00:34:16Z</dc:date>
    </item>
  </channel>
</rss>

