<?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 replace a mirrored VxVM root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740340#M618472</link>
    <description>Hi steven,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;:( scrap my last 2 posts..&lt;BR /&gt;&lt;BR /&gt; the corrected version of the attachment and post is this one..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       Firstly, the system has booted from, /dev/dsk/c2t0d0   as the adb output suggests. &lt;BR /&gt;It is the second disk /dev/dsk/c2t1d0   from which it is not booted from, is the one failing. &lt;BR /&gt;The steps for replacing the second disk is as follows. Here I have given basic commands to &lt;BR /&gt;achieve it,&lt;BR /&gt;&lt;BR /&gt;1) You need to disassociate the plexes associated from the second disk,&lt;BR /&gt;&lt;BR /&gt;vxplex  -g rootdg dis homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt;        verify the action,&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)      you need to delete the plexes that are disassociated now.&lt;BR /&gt;&lt;BR /&gt;vxedit -g rootdg -r rm homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt; verify the action,&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3)      remove the second disk from the rootdg,&lt;BR /&gt;&lt;BR /&gt;vxdg -g rootdg rmdisk rootdisk02&lt;BR /&gt;&lt;BR /&gt;Now you can repalce the second disk, say if it is hot pluggable , u do not ahve any issues, &lt;BR /&gt;follow the istruction by the vendor, If it is not hotplugable, shutdown the unix box. replace &lt;BR /&gt;disk with the new one. Boot the machine. Now run the "ioscan -fnC disk" command. Let us assume&lt;BR /&gt;the device file for the new disk is the same as the repalce one. Now you can perform the mirror-&lt;BR /&gt;ing with the following command.&lt;BR /&gt;&lt;BR /&gt; /etc/vx/bin/vxrootmir -v c2t1d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This process might take about 20 minutes, verify it by issuing the following command.&lt;BR /&gt;&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
    <pubDate>Tue, 28 Feb 2006 23:45:33 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2006-02-28T23:45:33Z</dc:date>
    <item>
      <title>How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740328#M618460</link>
      <description>Hello - &lt;BR /&gt;&lt;BR /&gt;I have a server with the two internal disks formatted with VxVM running HP-UX 11iV2. The two disks are mirrored using vxrootmir. I have the basic VxVM license. &lt;BR /&gt;&lt;BR /&gt;One of the internal disks is reporting that it will fail soon. I do not know yet if the disk is the primary or the mirror copy. &lt;BR /&gt;&lt;BR /&gt;What steps do I need to do to replace the disk and restore the LIF and boot info?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 16:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740328#M618460</guid>
      <dc:creator>Steven Hargus_3</dc:creator>
      <dc:date>2006-02-27T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740329#M618461</link>
      <description>Check out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1838/5991-1838.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1838/5991-1838.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are sections on mirroring root...in chapter 2...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 27 Feb 2006 16:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740329#M618461</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-27T16:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740330#M618462</link>
      <description>Hi steven,&lt;BR /&gt;&lt;BR /&gt;   Please let us know the output of the following commands. We will let you know how to replace teh disk step by step, analyzing the data.&lt;BR /&gt;&lt;BR /&gt;   vxdisk list&lt;BR /&gt;   vxprint -t&lt;BR /&gt;   vxprint -ht&lt;BR /&gt;   echo "boot_string/S" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;   ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;   And the error messages related to the disk failure (probably from syslog or dmesg).&lt;BR /&gt;&lt;BR /&gt;   Once you give these outputs, we will give the step by step instructions with commands.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 23:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740330#M618462</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-27T23:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740331#M618463</link>
      <description>I have attached a file with the output from the commands.&lt;BR /&gt;&lt;BR /&gt;The drive has not failed yet. We got an EMS message as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Summary:&lt;BR /&gt;     Disk at hardware path 0/1/1/0.1.0 : A SMART event has occurred. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Description of Error:&lt;BR /&gt;&lt;BR /&gt;     The drive has predicted that it will fail in the near future.  Contact&lt;BR /&gt;     your HP support representative as soon as possible.&lt;BR /&gt;&lt;BR /&gt;Probable Cause / Recommended Action:&lt;BR /&gt;&lt;BR /&gt;     A SMART event has occurred.  The drive has detected a serious condition in&lt;BR /&gt;     itself that indicates it will soon fail.  Contact your HP support&lt;BR /&gt;     representative as soon as possible.  Back up the data on the drive now!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 12:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740331#M618463</guid>
      <dc:creator>Steven Hargus_3</dc:creator>
      <dc:date>2006-02-28T12:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740332#M618464</link>
      <description>One way you can do it is using vxdiskadm like this:&lt;BR /&gt;&lt;BR /&gt;Launch vxdiskadm&lt;BR /&gt;Choose option 3 "Remove a disk for replacement"&lt;BR /&gt;Follow the prompts then finally remove the drive.&lt;BR /&gt;Insert the new disk.&lt;BR /&gt;Launch vxdiskadm again&lt;BR /&gt;Choose option 4 "Replace a failed or removed disk"&lt;BR /&gt;&lt;BR /&gt;The new disk will take the name of the old one and the VxVM will take care of the rest.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;james</description>
      <pubDate>Tue, 28 Feb 2006 13:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740332#M618464</guid>
      <dc:creator>jamesps</dc:creator>
      <dc:date>2006-02-28T13:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740333#M618465</link>
      <description>But will it fix the boot code?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 13:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740333#M618465</guid>
      <dc:creator>Steven Hargus_3</dc:creator>
      <dc:date>2006-02-28T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740334#M618466</link>
      <description>Read:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5187-1369/ch02s07.html#i1364736" target="_blank"&gt;http://docs.hp.com/en/5187-1369/ch02s07.html#i1364736&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 23:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740334#M618466</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-02-28T23:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740335#M618467</link>
      <description>And most specially:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5187-1374/ch02s02.html" target="_blank"&gt;http://docs.hp.com/en/5187-1374/ch02s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 23:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740335#M618467</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-02-28T23:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740336#M618468</link>
      <description>Hi steven,&lt;BR /&gt;&lt;BR /&gt;      I'm in the process of creating the doc with commands to fix your issue, I will post it immediately once it is done. It would take about 15 minutes, &lt;BR /&gt;&lt;BR /&gt;     Meanwhile u haven't given the error message, meaning, you havent indicated which disk is failing.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 28 Feb 2006 23:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740336#M618468</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T23:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740337#M618469</link>
      <description>ignore my disk failure query .. got it from ur post.. &lt;BR /&gt;&lt;BR /&gt;:( I always do this mistake not noticing the post properly, I was concentrating on ur doc attachment.&lt;BR /&gt;&lt;BR /&gt; nevermind,&lt;BR /&gt;&lt;BR /&gt; I building your process..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 28 Feb 2006 23:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740337#M618469</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T23:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740338#M618470</link>
      <description>Hi steven,&lt;BR /&gt;       &lt;BR /&gt;       I would prefer u seeing the txt file attachment. It contains the same instruction that is given below.&lt;BR /&gt;&lt;BR /&gt;       Firstly, the system has booted from, /dev/dsk/c2t0d0   as the adb output suggests. &lt;BR /&gt;It is the second disk /dev/dsk/c2t1d0   from which it is not booted from and is also the one failing making our procedure easy. &lt;BR /&gt;The steps for replacing the second disk is as follows. Here I have given basic commands to &lt;BR /&gt;achieve it,&lt;BR /&gt;&lt;BR /&gt;1) You need to disassociate the plexes associated from the second disk,&lt;BR /&gt;&lt;BR /&gt;vxplex  -g rootdg homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        verify the action,&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)      you need to delete the plexes that are disassociated now.&lt;BR /&gt;&lt;BR /&gt;vxedit -g rootdg -r rm homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt; verify the action,&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3)      remove the second disk from the rootdg,&lt;BR /&gt;&lt;BR /&gt;vxdg -g rootdg rmdisk rootdisk02&lt;BR /&gt;&lt;BR /&gt;Now you can repalce the second disk, say if it is hot pluggable , u do not have any issues, &lt;BR /&gt;follow the instruction by the vendor, If it is not hotplugable, shutdown the unix box. replace &lt;BR /&gt;disk with the new one. Boot the machine. Now run the "ioscan -fnC disk" command. Let us assume&lt;BR /&gt;the device file for the new disk is the same as the repalced one. Now you can perform the mirror-&lt;BR /&gt;ing with the following command.&lt;BR /&gt;&lt;BR /&gt; /etc/vx/bin/vxrootmir -v c2t1d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This process might take about 20 minutes, verify it by issuing the following command.&lt;BR /&gt;&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 28 Feb 2006 23:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740338#M618470</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T23:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740339#M618471</link>
      <description>Important....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   In the second step command, i have missed a keyword "dis"...please use the following..&lt;BR /&gt;&lt;BR /&gt;vxplex -g rootdg dis homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Million apologies..&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Tue, 28 Feb 2006 23:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740339#M618471</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T23:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740340#M618472</link>
      <description>Hi steven,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;:( scrap my last 2 posts..&lt;BR /&gt;&lt;BR /&gt; the corrected version of the attachment and post is this one..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       Firstly, the system has booted from, /dev/dsk/c2t0d0   as the adb output suggests. &lt;BR /&gt;It is the second disk /dev/dsk/c2t1d0   from which it is not booted from, is the one failing. &lt;BR /&gt;The steps for replacing the second disk is as follows. Here I have given basic commands to &lt;BR /&gt;achieve it,&lt;BR /&gt;&lt;BR /&gt;1) You need to disassociate the plexes associated from the second disk,&lt;BR /&gt;&lt;BR /&gt;vxplex  -g rootdg dis homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt;        verify the action,&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)      you need to delete the plexes that are disassociated now.&lt;BR /&gt;&lt;BR /&gt;vxedit -g rootdg -r rm homevol-02 optvol-02 rootvol-02 standvol-02 swapvol-02 tmpvol-02 usrvol-02 varvol-02&lt;BR /&gt;&lt;BR /&gt; verify the action,&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3)      remove the second disk from the rootdg,&lt;BR /&gt;&lt;BR /&gt;vxdg -g rootdg rmdisk rootdisk02&lt;BR /&gt;&lt;BR /&gt;Now you can repalce the second disk, say if it is hot pluggable , u do not ahve any issues, &lt;BR /&gt;follow the istruction by the vendor, If it is not hotplugable, shutdown the unix box. replace &lt;BR /&gt;disk with the new one. Boot the machine. Now run the "ioscan -fnC disk" command. Let us assume&lt;BR /&gt;the device file for the new disk is the same as the repalce one. Now you can perform the mirror-&lt;BR /&gt;ing with the following command.&lt;BR /&gt;&lt;BR /&gt; /etc/vx/bin/vxrootmir -v c2t1d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This process might take about 20 minutes, verify it by issuing the following command.&lt;BR /&gt;&lt;BR /&gt;vxprint -t&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Tue, 28 Feb 2006 23:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740340#M618472</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T23:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740341#M618473</link>
      <description>If you want my online support,&lt;BR /&gt;&lt;BR /&gt; Please free to contact me online with the following chat messengers,&lt;BR /&gt;&lt;BR /&gt;yahoo - senthil_anantha&lt;BR /&gt;msn   - senthil_anantha@hotmail.com&lt;BR /&gt;aol   - senthilanantha@aim.com&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Tue, 28 Feb 2006 23:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740341#M618473</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-28T23:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a mirrored VxVM root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740342#M618474</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Senthil's detailed process is correct as is depicted in the official VxVM documents - which I think misses those tiny but important details..&lt;BR /&gt;&lt;BR /&gt;Senthil, I sent you an email to those 3 addresses you posted. Please check them out.. I've a question for you.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-replace-a-mirrored-vxvm-root-disk/m-p/3740342#M618474</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-01T09:46:31Z</dc:date>
    </item>
  </channel>
</rss>

