<?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/2466581#M774763</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I forgot mentioning that this could be done without rebooting your system.&lt;BR /&gt;&lt;BR /&gt;It would have been better to install your database on a separate physical volume (performance wise).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Nov 2000 15:35:26 GMT</pubDate>
    <dc:creator>Dan Hetzel</dc:creator>
    <dc:date>2000-11-22T15:35:26Z</dc:date>
    <item>
      <title>Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466576#M774758</link>
      <description>We have got 2 internal hard disk in HP9000 (N-class) server. One of them is boot disk(vg00)and HP-UX(11.0) 64-bit is installed.&lt;BR /&gt;Hardware                Number              Volume      Total                         &lt;BR /&gt;Path                    of Paths   Use      Group      Mbytes   Description           &lt;BR /&gt;0/0/2/0.6.0             1          LVM      vg00         8683   SEAGATE ST39102LC     &lt;BR /&gt;0/0/2/1.6.0             1          Unused   --           8683   SEAGATE ST39102LC     &lt;BR /&gt;&lt;BR /&gt;How do I know if those disks are mirrored? &lt;BR /&gt;If they are not mirrored then How can I mirrored them?&lt;BR /&gt;&lt;BR /&gt;This is our database server and in production. So is there anyway to mirror other disk without shutting down the server?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Aftab Sadiq</description>
      <pubDate>Wed, 22 Nov 2000 15:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466576#M774758</guid>
      <dc:creator>Aftab Sadiq</dc:creator>
      <dc:date>2000-11-22T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466577#M774759</link>
      <description>mirroring is done at logical volume level.&lt;BR /&gt;you can check it with ie:&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;look at the output for the line&lt;BR /&gt;&lt;BR /&gt;Mirror copies&lt;BR /&gt;&lt;BR /&gt;if there stood 1 you have mirroring.&lt;BR /&gt;&lt;BR /&gt;As your disk at 0/0/2/1.6.0 is marked as Unused there will be no mirroring.&lt;BR /&gt;&lt;BR /&gt;To set up mirorring do a search with 'mirroring' at this forum, there are several threads for mirroring.</description>
      <pubDate>Wed, 22 Nov 2000 15:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466577#M774759</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-11-22T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466578#M774760</link>
      <description>Hello, &lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Here are the steps to mirror your boot disk:&lt;BR /&gt;&lt;BR /&gt;1) pvcreate -B /dev/rdsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;Add a physical volume to vg00&lt;BR /&gt;2) vgextend /dev/vg00 /dev/dsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;3) mkboot /dev/rdsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;4) mkboot -a "hpux (52.3.0;0)/stand/vmunix" /dev/rdsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;5) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;6) lvlnboot -v &lt;BR /&gt;&lt;BR /&gt;Then, for each logical volume in turn&lt;BR /&gt;7) lvdisplay -v /dev/vg00/lvolx &lt;BR /&gt;&lt;BR /&gt;Make sure to replace cxtyd0 by the device file for your unused disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2000 15:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466578#M774760</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-11-22T15:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466579#M774761</link>
      <description>Hi&lt;BR /&gt;As your disk info is :-&lt;BR /&gt;0/0/2/0.6.0 1 LVM vg00 8683 SEAGATE ST39102LC &lt;BR /&gt;0/0/2/1.6.0 1 Unused -- 8683 SEAGATE ST39102LC &lt;BR /&gt;and 0/0/2/1.6.0 1  is unused then these disks are not mirrored.&lt;BR /&gt;&lt;BR /&gt;You require to have HP-UX Mirrordisk installed before you can continue. To check enter:-&lt;BR /&gt;&lt;BR /&gt;swlist and look for :-&lt;BR /&gt;&lt;BR /&gt; B2491BA               B.11.00        MirrorDisk/UX&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2000 15:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466579#M774761</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-11-22T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466580#M774762</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The second disk is UNUSED so not use for mirror.&lt;BR /&gt;&lt;BR /&gt;In order to mirror vg00 :&lt;BR /&gt;&lt;BR /&gt;(supposing your second disk is /dev/dsk/c2t2d0)&lt;BR /&gt;&lt;BR /&gt;pcvreate -B /dev/rdsk/c2t2d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c2t2d0&lt;BR /&gt;mkboot /dev/rdsk/c2t2d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;for each logical volume in vg00 :&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvolXX /dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Now, you should reboot your system and abort the boot sequence in order to modify the alternate boot path.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Patrice.</description>
      <pubDate>Wed, 22 Nov 2000 15:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466580#M774762</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2000-11-22T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466581#M774763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I forgot mentioning that this could be done without rebooting your system.&lt;BR /&gt;&lt;BR /&gt;It would have been better to install your database on a separate physical volume (performance wise).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2000 15:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466581#M774763</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-11-22T15:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466582#M774764</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;An excellent guide to mirroring and other common LVM maintainence is the "HP-UX System Administration Tasks" manual.  This manual is written in straight-forward terms with step-by-step instructions for mirroring, etc.  You can get a PDF or HTML version at &lt;A href="http://www.hp.docs.com" target="_blank"&gt;www.hp.docs.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a direct link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As noted in some of the above post, you do NOT NEED TO REBOOT TO MIRROR a disk, although you WILL NEED TO REBOOT TO INSTALL the MirrorDisk/UX product if you haven't already.  MirrorDisk/UX must be purchased as a separate license above from the core OS license.  In my opinion, it's a "must have".&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 22 Nov 2000 16:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466582#M774764</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-22T16:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466583#M774765</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Sorry, that's &lt;A href="http://www.docs.hp.com" target="_blank"&gt;www.docs.hp.com&lt;/A&gt; for the home documentation page.  I always jumble the order!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 22 Nov 2000 16:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466583#M774765</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-22T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466584#M774766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in addition to all suggestion above i would also change the boot string on the first disk :&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cxtyd0 &lt;BR /&gt;&lt;BR /&gt;This is nessasary for autoboot in case of mirror disk failure.&lt;BR /&gt;&lt;BR /&gt;Ruediger&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2000 16:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466584#M774766</guid>
      <dc:creator>Ruediger Noack</dc:creator>
      <dc:date>2000-11-22T16:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466585#M774767</link>
      <description>Where can I get MirrorDisk software? I could not find on application-software CDs (June-2000).&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Nov 2000 20:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466585#M774767</guid>
      <dc:creator>Aftab Sadiq</dc:creator>
      <dc:date>2000-11-24T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466586#M774768</link>
      <description>Hi Aftab!&lt;BR /&gt;&lt;BR /&gt;The Software itself is available on the Application CD Sets (DARTS) but it is codeword protected. It is typically located on CD #1 of the set.&lt;BR /&gt;&lt;BR /&gt;For series 800 machines at 10.20 it is:&lt;BR /&gt;B2491BA B.10.20 MirrorDisk/UX&lt;BR /&gt;&lt;BR /&gt;For series 700 machines at 10.20 it is:&lt;BR /&gt;B5403BA B.10.20 MirrorDisk/UX&lt;BR /&gt;&lt;BR /&gt;If you have not purchased a license and would wish to do so, you should contact your salesperson or the HP Advantage Center at: (800) 637-7748&lt;BR /&gt;&lt;BR /&gt;If you have purchased the license, but do not have the codeword to unlock the product off the Applications CD then you should contact our Codewords Dept at (800) 538-1733&lt;BR /&gt;&lt;BR /&gt;Once you have the codeword, you will need to:&lt;BR /&gt;&lt;BR /&gt;1) Mount the appropriate applications CD.&lt;BR /&gt;&lt;BR /&gt;2) Start-up the interactive version of swinstall&lt;BR /&gt;     # swinstall&lt;BR /&gt;&lt;BR /&gt;3) Specify the Source Type as "Local CD ROM" and point the Depot Path to where the CD is mounted.&lt;BR /&gt;&lt;BR /&gt; 4) Choose the "Add Codeword" option from the "Actions" pull-down menu.&lt;BR /&gt;&lt;BR /&gt;5) Mark the software selection and then choose "Install Analysis" from the "Actions" menu to install.&lt;BR /&gt;&lt;BR /&gt;As far as system downtime, please allow enough time in order to reboot your system.&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;MirrorDisk/UX installs a non-patched verison of the lvm commands, which overwrites the patched binaries.  swlist still shows the lvm patches as applied, but what(1) shows non-patched versions.  Re-apply any lvm command patches are after loading MirrorDisk/UX&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Nov 2000 23:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466586#M774768</guid>
      <dc:creator>Elizabeth_2</dc:creator>
      <dc:date>2000-11-24T23:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466587#M774769</link>
      <description>Hi Aftab!&lt;BR /&gt;&lt;BR /&gt;One more note on mirroring... You mentioned that you were going to mirror two disks.  Are these your boot/root disks make sure that you deactivate the quorem.  If you don't, and one of the disk failes the system won't boot.&lt;BR /&gt;&lt;BR /&gt;The default LVM quorum requirement is that 51 percent (or greater) of the disk devices that make up a volume group be present/available for the volume group to be activated.  The volume group must be activated in order to have access to the logical volumes it contains. Failure to meet the quorum requirement for the root volume group will stop the system from booting, even if the failed or missing disk is not the boot disk.&lt;BR /&gt;&lt;BR /&gt;For example, assume vg00 has 2 disks.  One is the boot disk and the second only has logical volumes used by an application.   If the second disk fails the system will not boot because only 50% of the disks are available in vg00.&lt;BR /&gt;&lt;BR /&gt;To boot the system without quorum, interrupt the boot process, boot from the primary path and interact with IPL.  Add the -lq option to the boot&lt;BR /&gt;string like the following in order to boot to single user mode:&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is -lq (;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;To override quorum for a non-root volume group use the following syntax when activating the vg:&lt;BR /&gt;&lt;BR /&gt;vgchange -q n /dev/vgXX</description>
      <pubDate>Fri, 24 Nov 2000 23:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466587#M774769</guid>
      <dc:creator>Elizabeth_2</dc:creator>
      <dc:date>2000-11-24T23:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466588#M774770</link>
      <description>Hi, &lt;BR /&gt;This is my cookbook to mirror a boot disk.&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c0t9d0 Spiegel&lt;BR /&gt;/dev/rdsk/c0t8d0 Original&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* pvcreate -B /dev/rdsk/c0t9d0 or * pvcreate -Bf /dev/rdsk/c0t9d0  &lt;BR /&gt;* mkboot -l /dev/rdsk/c0t9d0  &lt;BR /&gt;* mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c0t9d0 &lt;BR /&gt;* lifls -il /dev/rdsk/c0t9d0 &lt;BR /&gt;* lifrm /dev/rdsk/c0t9d0:PAD &lt;BR /&gt;* lifls -il /dev/rdsk/c0t8d0 &amp;gt;/tmp/lif8 &lt;BR /&gt;* vi /tmp/lif8 &lt;BR /&gt;you must delete the entry for HPUX ISL AUTO LABEL and the title&lt;BR /&gt;* cat /tmp/lif8 | awk '{print "lifcp -r -T"$2" /dev/rdsk/c0t8d0:"$1" /dev/rdsk/c0t9d0:"$1}' &amp;gt;/tmp/lif8-9 &lt;BR /&gt;* chmod 700 /tmp/lif8-9 &lt;BR /&gt;* /tmp/lif8-9 &lt;BR /&gt;* vgextend /dev/vg00 /dev/dsk/c0t9d0&lt;BR /&gt;* for i in 1 2 3 4 5 6 7 8 9 10 &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c0t9d0 &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;* lvlnboot -v Boot Definitions for Volume Group &lt;BR /&gt;/dev/dsk/c0t9d0 Root: lvol3 on:  /dev/dsk/c0t8d0    /dev/dsk/c0t9d0 Swap: lvol2 on:  /dev/dsk/c0t8d0    /dev/dsk/c0t9d0 Dump: lvol2 on:  /dev/dsk/c0t8d0,  &lt;BR /&gt;* lvlnboot -r /dev/vg00/lvol3 &lt;BR /&gt;* lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;* lvlnboot -s /dev/vg00/lvol2</description>
      <pubDate>Tue, 28 Nov 2000 12:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466588#M774770</guid>
      <dc:creator>Juergen Nagel</dc:creator>
      <dc:date>2000-11-28T12:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466589#M774771</link>
      <description>These are the instructions to mirror your root volumegroup:&lt;BR /&gt;&lt;BR /&gt;The following example will create a single mirror for the root and primary swap logical volumes. The commands assume the following: * The root volume group is&lt;BR /&gt;vg00 * The root logical volume is lvol1 * The primary swap device is lvol2 * The root bootable system disk is Instance 0 *&lt;BR /&gt;The mirror copy disk is Instance 1 The following commands will accomplish the task: ( replace the device files with appropriate ones to your system ! )&lt;BR /&gt;Make sure that both disks are on a different SCSI-card, case one of the SCSI-cards are defect, the system is still operational on one of the boot disks.&lt;BR /&gt;Note: if /stand is on a separate lvol, your root lvol will be lvol3 instead of lvol1&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/c0t1d0 &lt;BR /&gt;# mkboot -l /dev/rdsk/c0t1d0 &lt;BR /&gt;# mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t0d0 Original boot disk&lt;BR /&gt;# mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t1d0 Mirror Boot disk &lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c0t1d0 &lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t1d0 &lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t1d0 &lt;BR /&gt;# lvextend -m 1 ... do this for all remaining lvols in vg00&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol1 &lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;Note: if /stand is separate, replace last two steps with:&lt;BR /&gt;      # lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;      # lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;      # lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;# lvlnboot -R &lt;BR /&gt;to check your boot info run : # lvlnboot -v&lt;BR /&gt;# vgcfgbackup vg00&lt;BR /&gt;&lt;BR /&gt;To change either primary or alternate boot path:&lt;BR /&gt;&lt;BR /&gt;boot into ISL and type:&lt;BR /&gt;&lt;BR /&gt;primpath 8/4.5.0 (replace 8/4.5.0 with the hardware path appropriate to machine)&lt;BR /&gt;altpath  8/4.8.0 (replace 8/4.8.0 with the hardware path appropriate to machine)&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 12:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2466589#M774771</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-11-29T12:35:34Z</dc:date>
    </item>
  </channel>
</rss>

