<?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: PVG-Strict and mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748408#M615115</link>
    <description>Thanks, James and Krege for the info. I will remember that.</description>
    <pubDate>Fri, 10 Mar 2006 13:56:32 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2006-03-10T13:56:32Z</dc:date>
    <item>
      <title>PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748393#M615100</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We have several volume groups spread on two disks array. The server has 4 FC cards, 2 on each array, so each disk has an alternate path on both array. vg01 has 3 disks; 3 on array A and on 6 array B. Each logical volume is created like this :&lt;BR /&gt;&lt;BR /&gt;lvcreate -s g -t 90 -r n -l PE_Number /dev/vg01&lt;BR /&gt;&lt;BR /&gt;/etc/lvmpvg is defined as following :&lt;BR /&gt;&lt;BR /&gt;VG      /dev/vg01&lt;BR /&gt;PVG     arrayA&lt;BR /&gt;/dev/dsk/c23t0d3&lt;BR /&gt;/dev/dsk/c22t0d3 (alternate)&lt;BR /&gt;/dev/dsk/c23t2d3&lt;BR /&gt;/dev/dsk/c22t2d3 (alternate)&lt;BR /&gt;/dev/dsk/c23t3d0&lt;BR /&gt;/dev/dsk/c22t3d0 (alternate)&lt;BR /&gt;PVG     arrayB&lt;BR /&gt;/dev/dsk/c26t0d3&lt;BR /&gt;/dev/dsk/c27t0d3 (alternate)&lt;BR /&gt;/dev/dsk/c26t2d3&lt;BR /&gt;/dev/dsk/c27t2d3 (alternate)&lt;BR /&gt;/dev/dsk/c26t3d0&lt;BR /&gt;/dev/dsk/c27t3d0 (alternate)&lt;BR /&gt;&lt;BR /&gt;We are in a two nodes Veritas Cluster.&lt;BR /&gt;When we make a vgexport on node Alpha :&lt;BR /&gt;&lt;BR /&gt;vgexport -svp -m vg01.map vg01&lt;BR /&gt;&lt;BR /&gt;and make a vgimport on node Beta :&lt;BR /&gt;&lt;BR /&gt;vgimport -sv -m vg01.map&lt;BR /&gt;&lt;BR /&gt;After of course having copied the map and supplied additionnals disks in /etc/lvmpvg on node Beta, we have bad definition of vg01.&lt;BR /&gt; We expect to have primary on an array and mirror on the other but we have as primary some on array A and some on array B and so on for mirror disks.&lt;BR /&gt;&lt;BR /&gt;If someone as an explanation ?&lt;BR /&gt;&lt;BR /&gt;Rgeards &lt;BR /&gt;Patrice</description>
      <pubDate>Fri, 10 Mar 2006 03:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748393#M615100</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-10T03:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748394#M615101</link>
      <description>What does lvdisplay on lvols under vg01 on both systems say??</description>
      <pubDate>Fri, 10 Mar 2006 03:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748394#M615101</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-10T03:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748395#M615102</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   can you attach the following output in this thread..We need the outputs on both the servers to explain effectively...&lt;BR /&gt;&lt;BR /&gt;     vgdisplay -v&lt;BR /&gt;     ioscan -fnC disk&lt;BR /&gt;     cat /etc/lvmpvg&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 03:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748395#M615102</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-10T03:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748396#M615103</link>
      <description>When you vgimport a VG with the -s option, LVM searches for disks with the VG ID listed in the map file. It does not care and does not know about primary and alternate links as listed in the lvmpvg file. &lt;BR /&gt;&lt;BR /&gt;During import you should make sure to import first the primary links and only then add the alternate links. THis works best without using the -s option but using the -f &lt;INFILE&gt; option. &lt;BR /&gt;&lt;BR /&gt;Carsten&lt;/INFILE&gt;</description>
      <pubDate>Fri, 10 Mar 2006 04:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748396#M615103</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-10T04:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748397#M615104</link>
      <description>I should have mentioned that there is a vgexport -p -f &lt;INFILE&gt; option that allows to create the infile that you need for import on the other node. &lt;BR /&gt;However, you still need to make sure that the disk device files of the VG on both nodes are the same. If they are not you would need to modify the device files in the infile before vgimport on the other node. &lt;BR /&gt;&lt;BR /&gt;Carsten&lt;/INFILE&gt;</description>
      <pubDate>Fri, 10 Mar 2006 04:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748397#M615104</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-10T04:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748398#M615105</link>
      <description>Patrice, your (LUN on array &amp;lt;-&amp;gt; special file on the server) couple may be different on the 2 servers.&lt;BR /&gt;You should use a tool to identify the real LUN and its special file on the 2 servers. I use "xpinfo" with XP Storage.&lt;BR /&gt;&lt;BR /&gt;Remember you can always play with vgreduce / vgextend on the VG on the alternate node to change primary / alternate pathing.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 10 Mar 2006 04:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748398#M615105</guid>
      <dc:creator>Tiziano Contorno _</dc:creator>
      <dc:date>2006-03-10T04:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748399#M615106</link>
      <description>Hi krege,&lt;BR /&gt;&lt;BR /&gt;      If I'm can remember right , there is no "-f &lt;INFILE&gt;" option for vgimport, probably you are trying to refer to "ioinit" command which uses the "-f" option.&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;      Anyway, Patrice, we can help you rectify the situation if you can give the command outputs we asked for.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;/INFILE&gt;</description>
      <pubDate>Fri, 10 Mar 2006 04:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748399#M615106</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-10T04:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748400#M615107</link>
      <description>from the vgimport manual page: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-f infile      Import the set of pv_paths held in the infile to the volume group.  This option is used as an alternative to specifying the pv_paths on the command line. Each pv_path must appear on a new&lt;BR /&gt;line in the infile. This option may not be used together with the -s option.&lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Fri, 10 Mar 2006 07:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748400#M615107</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-10T07:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748401#M615108</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Here they are.&lt;BR /&gt;&lt;BR /&gt;and /etc/lvmpvg :&lt;BR /&gt;&lt;BR /&gt;VG      /dev/vg01&lt;BR /&gt;PVG     pv1&lt;BR /&gt;/dev/dsk/c23t0d3&lt;BR /&gt;/dev/dsk/c22t0d3&lt;BR /&gt;/dev/dsk/c23t2d3&lt;BR /&gt;/dev/dsk/c22t2d3&lt;BR /&gt;/dev/dsk/c23t3d0&lt;BR /&gt;/dev/dsk/c22t3d0&lt;BR /&gt;PVG     pv2&lt;BR /&gt;/dev/dsk/c26t0d3&lt;BR /&gt;/dev/dsk/c27t0d3&lt;BR /&gt;/dev/dsk/c26t2d3&lt;BR /&gt;/dev/dsk/c27t2d3&lt;BR /&gt;/dev/dsk/c26t3d0&lt;BR /&gt;/dev/dsk/c27t3d0&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Patrice</description>
      <pubDate>Fri, 10 Mar 2006 07:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748401#M615108</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-10T07:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748402#M615109</link>
      <description>Hi krege,&lt;BR /&gt;&lt;BR /&gt;      This is the man page I'm referring for vgimport.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90129/vgimport.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90129/vgimport.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;       This does not show any "-f" option. Just curious, am'I refering an outdated manpage. If you don't mind can you share the link which shows "-f"  option.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Senthil Kumar .A&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 07:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748402#M615109</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-10T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748403#M615110</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Current 11i manpages for 'vgimport' and 'vgexport' describe the '-f' option:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/vgimport.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/vgimport.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/vgexport.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/vgexport.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Mar 2006 07:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748403#M615110</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-10T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748404#M615111</link>
      <description>Importing VG, from a map created with the -s option, scan PV in no particular order. The first path scanned for a given PV become primary. You have no control on this. You have to manualy vgreduce the primary pathed PV that should be alternate: in this way you promote the alternate to primary. Then vgextend with the just removed PV to set it as alternate path.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 10 Mar 2006 08:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748404#M615111</guid>
      <dc:creator>Tiziano Contorno _</dc:creator>
      <dc:date>2006-03-10T08:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748405#M615112</link>
      <description>The previous information are in a situation I would call "clear". After reducing the mirror, pvmove PE from disk to disk, recreating the mirrors.&lt;BR /&gt;&lt;BR /&gt;What I want is to export from one server to the other server without breaking my head.&lt;BR /&gt;&lt;BR /&gt;If I understand what you're saying, when you import with "-s" option no matter of what's in lvmpvg and "PVG-strict" allocation policy on logical volumes ? Strange.&lt;BR /&gt;&lt;BR /&gt;For me when import starts it was like this :&lt;BR /&gt;&lt;BR /&gt;Due to the VGID in the map two possible disks to start, one on each array.&lt;BR /&gt;Doesn't matter which one you take first but I thought that after the first disk was choosen with lvmpvg and PVG-strict policy all the other would have been on the same array and the mirror should have been the others disks.&lt;BR /&gt;&lt;BR /&gt;According to me the -f option is quite boring for going from one server to another if you have different controler id.&lt;BR /&gt;&lt;BR /&gt;Any advise ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Patrice</description>
      <pubDate>Fri, 10 Mar 2006 11:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748405#M615112</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-10T11:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748406#M615113</link>
      <description>Sorry, but AFAIK ther's no "painless" import of shared VGs if you need exact PRI ALT couples.&lt;BR /&gt;&lt;BR /&gt;1) Import&lt;BR /&gt;2) Check that each LUN on the array has the same special file on server A and B, if not, consider the "translation".&lt;BR /&gt;2) If needed vgreduce each VG of the primary path you want as alternate vgextending at the next step.&lt;BR /&gt;&lt;BR /&gt;PVG files it's only a logical reference for the LVM commands.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 10 Mar 2006 11:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748406#M615113</guid>
      <dc:creator>Tiziano Contorno _</dc:creator>
      <dc:date>2006-03-10T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748407#M615114</link>
      <description>Hi Patrice,&lt;BR /&gt;&lt;BR /&gt;       Follow the instructions of vanadio. He is spot on with his replies. Do not bother about the PVG groups. That we can sort out later. You can even create /etc/lvmpvg file later. As vanadio pointed out it is just a Logical group, used to differentiate disks b/w controllers.&lt;BR /&gt;&lt;BR /&gt;      First lets sort out the Primary and alternate link after vgimport and then fix PVG part.&lt;BR /&gt;&lt;BR /&gt;      If you are not sure of command sequence let us know, we will assist you with that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748407#M615114</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-10T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748408#M615115</link>
      <description>Thanks, James and Krege for the info. I will remember that.</description>
      <pubDate>Fri, 10 Mar 2006 13:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748408#M615115</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-10T13:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748409#M615116</link>
      <description>I don't know if I could explain my problem.  My problem is that when I import my vg definition on second node there is what I call "cross extension". What I mean is without holding account of mirror only for primary; I have first disk of volume group on first array,second on same ,third on second array and last on first array.&lt;BR /&gt;&lt;BR /&gt;It's not a simple problem of primary/alternate path definition of a disk.&lt;BR /&gt;I've already scripts that load balance that across controlers on one disk array.&lt;BR /&gt;&lt;BR /&gt;Thanks for all gents.&lt;BR /&gt;Patrice.</description>
      <pubDate>Fri, 10 Mar 2006 16:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748409#M615116</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-10T16:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748410#M615117</link>
      <description>Ok, I got it. You are getting some mirror copies as your primaries on the other node.&lt;BR /&gt;&lt;BR /&gt;I bet you have only different device names.&lt;BR /&gt;&lt;BR /&gt;I don't know how, with your array, but you surely can check the real _LUN_on_Array_ distribution of your imported VG.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Sat, 11 Mar 2006 07:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748410#M615117</guid>
      <dc:creator>Tiziano Contorno _</dc:creator>
      <dc:date>2006-03-11T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748411#M615118</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've a possible solution to my problem but I would like to know if this scan order is in the H/W path order or in the controler one?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kenavo&lt;BR /&gt;Pat</description>
      <pubDate>Wed, 05 Apr 2006 01:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748411#M615118</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-04-05T01:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: PVG-Strict and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748412#M615119</link>
      <description>Patrice,&lt;BR /&gt; You could try the following:&lt;BR /&gt;vgimport -m mapfile -s vg01&lt;BR /&gt;&lt;BR /&gt;#Import the vg with unexpected paths.&lt;BR /&gt;&lt;BR /&gt;vgexport -m mapfile -f /tmp/disks vg01&lt;BR /&gt;&lt;BR /&gt;vi /tmp/disks &lt;BR /&gt;re-arrange disks to be in expected order&lt;BR /&gt;primaries followed by mirrors.&lt;BR /&gt;vgimport -m mapfile -f /tmp/disks vg01</description>
      <pubDate>Wed, 05 Apr 2006 04:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvg-strict-and-mirroring/m-p/3748412#M615119</guid>
      <dc:creator>jon2</dc:creator>
      <dc:date>2006-04-05T04:42:20Z</dc:date>
    </item>
  </channel>
</rss>

