<?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: Installed new hard drive... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339159#M190373</link>
    <description>my bad... it is not dsk, it should be rdsk... sorry.&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg03 /dev/rdsk/c0t1d0</description>
    <pubDate>Thu, 22 Jul 2004 18:21:26 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2004-07-22T18:21:26Z</dc:date>
    <item>
      <title>Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339151#M190365</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;    One of the hard drives in our UX server die yesterday.  I replaced it with a new drive today.  However, I've never install a new drive to a UX server before so I don't know what do I have to do to prepare it and add it into the volume to replace the old drive's position.  Please help.&lt;BR /&gt;&lt;BR /&gt;- Harry</description>
      <pubDate>Thu, 22 Jul 2004 16:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339151#M190365</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T16:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339152#M190366</link>
      <description>If it was part of an existing volume group, you need to use the 'vgcfgrestore' command. e.g.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore /dev/myvg /dev/rdsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;The man pages have other examples. If the disk was not using any type of mirroring, then you'll have to restore your data.</description>
      <pubDate>Thu, 22 Jul 2004 16:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339152#M190366</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-22T16:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339153#M190367</link>
      <description>Thanks for your reply, Michael.&lt;BR /&gt;&lt;BR /&gt;    Do I need to format the new hard drive first?  I'm more a Window admin, so I am not sure how to prepare the hard drive.</description>
      <pubDate>Thu, 22 Jul 2004 17:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339153#M190367</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T17:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339154#M190368</link>
      <description>there is no "formatting" in hpux or in any modern flavor of unix, as opposed to the same concept in Windows.&lt;BR /&gt;&lt;BR /&gt;when you run the vgcfgrestore command, it gets the header information of the old disk from the database and writes it over to the new disk.&lt;BR /&gt;&lt;BR /&gt;if you can elaborate what the exact situation is, you may get more help. Like was thisa mirror disk ? Was this the bootable disk ? Was it a disk with some application data ?</description>
      <pubDate>Thu, 22 Jul 2004 17:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339154#M190368</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-22T17:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339155#M190369</link>
      <description>This drive is solely use for our database data.  It's volume 2 out of 5 volumes.  I tried Michael's suggestion and got the following...&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;# vgcfgrestore -o /dev/vg03 /dev/dsk/c0t1d0&lt;BR /&gt;Usage: vgcfgrestore&lt;BR /&gt;       [-R]&lt;BR /&gt;       [-F]&lt;BR /&gt;       { -n vgname |&lt;BR /&gt;        -f VGConfPath }&lt;BR /&gt;       { -l |&lt;BR /&gt;        {[-o OldPVPath] PVPath}}&lt;BR /&gt;OldPVPath and PVPath : character special files&lt;BR /&gt;More arguments required.&lt;BR /&gt;---------------------------------------------</description>
      <pubDate>Thu, 22 Jul 2004 17:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339155#M190369</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339156#M190370</link>
      <description>do not use old pv path directive use the commad as follows:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg03 /dev/dsk/c0t1d0</description>
      <pubDate>Thu, 22 Jul 2004 17:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339156#M190370</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-22T17:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339157#M190371</link>
      <description>Try using the -n option.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n /dev/vg03 /dev/dsk/c0t1d0&lt;BR /&gt;&lt;BR /&gt;(The man page has this example, the one I listed before had a typing error)</description>
      <pubDate>Thu, 22 Jul 2004 17:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339157#M190371</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-22T17:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339158#M190372</link>
      <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;    When I use the command 'vgcfgrestore -n /dev/vg03 /dev/dsk/c0t01d0', I got the following error...&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;# vgcfgrestore -n /dev/vg03 /dev/dsk/c0t1d0&lt;BR /&gt;Configuration info for Physical Volume "/dev/dsk/c0t1d0" not found&lt;BR /&gt;in "/etc/lvmconf/vg03.conf" :&lt;BR /&gt;Character-special file for PV not supplied on command line, OR&lt;BR /&gt;PV did not belong to Volume Group /dev/vg03 when configuration file was created.&lt;BR /&gt;You have mail in /var/mail/root&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;help help!  :(  42 users are on my back.  :(</description>
      <pubDate>Thu, 22 Jul 2004 18:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339158#M190372</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339159#M190373</link>
      <description>my bad... it is not dsk, it should be rdsk... sorry.&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg03 /dev/rdsk/c0t1d0</description>
      <pubDate>Thu, 22 Jul 2004 18:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339159#M190373</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-22T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339160#M190374</link>
      <description>Ok guys, I use the rdsk instead of dsk.  Now, it is not doing anything.  It's just kind of hang there.  I can't cancel the job nor see anything happening.  I don't see the disk running either.  Well, it blinks but definately not running.  How can I tell if it's doing something?  I use TOP and I don't see the process going.  Is it usually take awhile?  Thanks.</description>
      <pubDate>Thu, 22 Jul 2004 18:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339160#M190374</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339161#M190375</link>
      <description>We need to ascertain whether your using the correct volume group and physical volume. Please supply:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg03 -l &lt;BR /&gt;strings /etc/lvmconf/vg03&lt;BR /&gt;vgdisplay -v /dev/vg03</description>
      <pubDate>Thu, 22 Jul 2004 18:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339161#M190375</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-22T18:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339162#M190376</link>
      <description>Alright Mike, here are the returns...&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;# vgcfgrestore -n /dev/vg03 -l&lt;BR /&gt;Volume Group Configuration information in "/etc/lvmconf/vg03.conf"&lt;BR /&gt;VG Name /dev/vg03&lt;BR /&gt;---- Physical volumes : 2 ----&lt;BR /&gt;   /dev/rdsk/c0t1d0 (Non-bootable)&lt;BR /&gt;   /dev/rdsk/c2t1d0 (Non-bootable)&lt;BR /&gt;# strings /etc/lvmconf/vg03&lt;BR /&gt;/etc/lvmconf/vg03: No such file or directory&lt;BR /&gt;# vgdisplay -v /dev/vf03&lt;BR /&gt;vgdisplay: Volume group "/dev/vf03" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vf03".&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;Thanks a lot guys!  :~)&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 18:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339162#M190376</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339163#M190377</link>
      <description>vgcfgrestore command does not take any time at all. prolonged wait may be a sign of a dead disk drive or controller. &lt;BR /&gt;&lt;BR /&gt;along with the commands Michael indicated, run this one and include the output of it as well&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 18:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339163#M190377</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-22T18:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339164#M190378</link>
      <description>another output please :&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 18:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339164#M190378</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-22T18:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339165#M190379</link>
      <description>Hi Mel,&lt;BR /&gt;&lt;BR /&gt;    The drive is new so I think it isn't bad.  Coz I tested the bad drive and it was BAD.  Ok, here is the return from ioscan...&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  8/4.0.0     sdisk       CLAIMED   DEVICE    IBM     DGHS09Y&lt;BR /&gt;                       /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      1  8/4.1.0     sdisk       NO_HW     DEVICE    TANDEM  4609-A*csm#&lt;BR /&gt;                       /dev/dsk/c0t1d0   /dev/rdsk/c0t1d0&lt;BR /&gt;disk      2  8/4.2.0     sdisk       CLAIMED   DEVICE    IBM     DGHS09Y&lt;BR /&gt;                       /dev/dsk/c0t2d0   /dev/rdsk/c0t2d0&lt;BR /&gt;disk      3  8/4.5.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34573WC&lt;BR /&gt;                       /dev/dsk/c0t5d0   /dev/rdsk/c0t5d0&lt;BR /&gt;disk      4  8/4.8.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34573WC&lt;BR /&gt;                       /dev/dsk/c0t8d0   /dev/rdsk/c0t8d0&lt;BR /&gt;disk      5  8/4.9.0     sdisk       CLAIMED   DEVICE    IBM     DGHS09Y&lt;BR /&gt;                       /dev/dsk/c0t9d0   /dev/rdsk/c0t9d0&lt;BR /&gt;disk      6  8/4.10.0    sdisk       CLAIMED   DEVICE    IBM     DGHS09Y&lt;BR /&gt;                       /dev/dsk/c0t10d0   /dev/rdsk/c0t10d0&lt;BR /&gt;disk      7  8/12.0.0    sdisk       CLAIMED   DEVICE    IBM     DGHS09Y&lt;BR /&gt;                       /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      8  8/12.1.0    sdisk       CLAIMED   DEVICE    IBM     DGHS09Y&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;Which I believe the TANDEM is the new boy in the box.  HW indicate hardware problem?</description>
      <pubDate>Thu, 22 Jul 2004 18:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339165#M190379</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339166#M190380</link>
      <description>the device reportin NO_HW, which is the second from the top, is your problem. The replaced drive was either dead on arrival or was not properly connected to the system by the person who replaced it.&lt;BR /&gt;&lt;BR /&gt;You need some h/w support before anything else.</description>
      <pubDate>Thu, 22 Jul 2004 18:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339166#M190380</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-07-22T18:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339167#M190381</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;    Ok, I re-inserted the hard drive into the rack and run IOScan and everything looks good.  No more "NO_HW".  It shows "CLAIMED" just like other drives.  I run the 'vgcfgrestore -n /dev/vg03 /dev/rdsk/c0t1d0' command again and it's hanging there now.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 18:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339167#M190381</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339168#M190382</link>
      <description>ok, here is the output of "strings /etc/lvmtab"...&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c0t9d0&lt;BR /&gt;/dev/dsk/c0t10d0&lt;BR /&gt;/dev/vg02&lt;BR /&gt;/dev/dsk/c0t0d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/vg03&lt;BR /&gt;/dev/dsk/c0t1d0&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;/dev/vg04&lt;BR /&gt;/dev/dsk/c0t2d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;One additional thing is now the vgcfgrestore command is running (hanging) and I run ioscan again and the drive shows "NO_HW" again.  Is that related?&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 18:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339168#M190382</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339169#M190383</link>
      <description>Some additional info about the new drive...&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;# diskinfo -v /dev/rdsk/c0t1d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c0t1d0:&lt;BR /&gt;            vendor: TANDEM&lt;BR /&gt;        product id: 4609-A*csm#&lt;BR /&gt;              type: direct access&lt;BR /&gt;              size: 8980000 Kbytes&lt;BR /&gt;  bytes per sector: 512&lt;BR /&gt;         rev level: 0180&lt;BR /&gt;   blocks per disk: 17960000&lt;BR /&gt;       ISO version: 0&lt;BR /&gt;      ECMA version: 0&lt;BR /&gt;      ANSI version: 3&lt;BR /&gt;   removable media: no&lt;BR /&gt;   response format: 2&lt;BR /&gt;  (Additional inquiry bytes: (32)38 (33)30 (34)33 (35)39 (36)37 (37)33 (38)46 (&lt;BR /&gt;39)37 (40)35 (41)4d (42)53 (43)50 (44)54 (45)38 (46)30 (47)31 (48)38 (49)20 (50)&lt;BR /&gt;20 (51)0 (52)0 (53)0 (54)0 (55)0 (56)0 (57)0 (58)0 (59)0 (60)0 (61)0 (62)0 (63)0&lt;BR /&gt;(64)0 (65)0 (66)0 (67)0 (68)0 (69)0 (70)0 (71)0 (72)0 (73)0 (74)0 (75)0 (76)0 (&lt;BR /&gt;77)0 (78)0 (79)0 (80)0 (81)0 (82)0 (83)0 (84)0 (85)0 (86)0 (87)0 (88)0 (89)0 (90&lt;BR /&gt;)0 (91)0 (92)0 (93)30 (94)39 (95)52 (96)49 (97)39 (98)39 (99)33 (100)32 (101)37&lt;BR /&gt;(102)0 (103)30 (104)30 (105)30 (106)31 (107)32 (108)32 (109)30 (110)39 (111)4c (&lt;BR /&gt;112)33 (113)39 (114)32 (115)38 (116)20 (117)20 (118)20 (119)20 (120)20 (121)46 (....&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;So, the drive is good until I run the vgcfgrestore command and the drive would "NO_HW" in ioscan.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 18:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339169#M190383</guid>
      <dc:creator>Harry Yu</dc:creator>
      <dc:date>2004-07-22T18:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Installed new hard drive...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339170#M190384</link>
      <description>Run diskinfo on the drive. I suspect you have a dud.&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/c0t1d0</description>
      <pubDate>Thu, 22 Jul 2004 18:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installed-new-hard-drive/m-p/3339170#M190384</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-22T18:52:52Z</dc:date>
    </item>
  </channel>
</rss>

