<?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: Bad JBOD disk and need help restoring... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733943#M618255</link>
    <description>Thanks!!  That strings command is just what I needed :0)&lt;BR /&gt;&lt;BR /&gt;Now, I doubt he even knows which disk was replaced other than pointing to it physically.  I am in another city, so I have to figure it out somehow.  Can I just do a vgcfgrestore to all 4 disks in that vg01 rather than trying to figure out which disk it was?</description>
    <pubDate>Fri, 17 Feb 2006 09:31:39 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2006-02-17T09:31:39Z</dc:date>
    <item>
      <title>Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733939#M618251</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;I have a guy who lost a disk on his hpux 11.0 system.  It is a jamaica disk and it was part of or all of vg01.  The problem is that he has no record of what disk(s) made up vg01.  All he has is a map file.  He wants me to "fix" it.  When I go into SAM I find there are 4 disks that do not belong to a volume group...so I assume that after the one disk died, the whole vg01 disappeared and the other three disks that probably belonged to that volume group are now not belonging to anything.  None of this stuff was mirrored either.  So can someone tell me what I have to do (step by step) to get these disks back into vg01 so that I can restore from tape.  Do I have to just vgimport or pvcreate first....then only the one disk that was replaced, or that and the other three disks that in SAM don't belong to a volume group?</description>
      <pubDate>Fri, 17 Feb 2006 09:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733939#M618251</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733940#M618252</link>
      <description>&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 09:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733940#M618252</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-17T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733941#M618253</link>
      <description>Your vg01 should still be there in /dev&lt;BR /&gt;&lt;BR /&gt;Do a ll /dev/vg01 &amp;gt; /tmp/vg01.listing&lt;BR /&gt;&lt;BR /&gt;To see which disks were in it&lt;BR /&gt;&lt;BR /&gt;Do a strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Look for vg01 - the disks devs should be there...&lt;BR /&gt;&lt;BR /&gt;Compare to the one that was replaced...&lt;BR /&gt;&lt;BR /&gt;Then do a vgcfgrestore&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg01 /dev/rdsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;Then you should be able to do a vgchange -a y /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 09:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733941#M618253</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T09:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733942#M618254</link>
      <description>To find which disks are in each VG do a:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;(Don't worry about the strange characters that appear.  Those are normal).&lt;BR /&gt;&lt;BR /&gt;Another good resource for replacing disks is "Chapter 16 - LVM" of the Software Recovery Handbook.&lt;BR /&gt;&lt;BR /&gt;Software Recovery Handbook:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16" target="_blank"&gt;http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Chapter 16 - LVM: &lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf" target="_blank"&gt;http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 17 Feb 2006 09:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733942#M618254</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-02-17T09:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733943#M618255</link>
      <description>Thanks!!  That strings command is just what I needed :0)&lt;BR /&gt;&lt;BR /&gt;Now, I doubt he even knows which disk was replaced other than pointing to it physically.  I am in another city, so I have to figure it out somehow.  Can I just do a vgcfgrestore to all 4 disks in that vg01 rather than trying to figure out which disk it was?</description>
      <pubDate>Fri, 17 Feb 2006 09:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733943#M618255</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T09:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733944#M618256</link>
      <description>Sure you can vgcfgrestore to all of the disks if you like.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 17 Feb 2006 09:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733944#M618256</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T09:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733945#M618257</link>
      <description>thanks Geoff!&lt;BR /&gt;Well the vgcfgresore worked on all disks, then the vgchange seemed to work.  When I try and mount the vg01 stuff (mount -a) I get:&lt;BR /&gt;&lt;BR /&gt;vxfs mount: /dev/vg01/lvol4 is corrupted. needs checking&lt;BR /&gt;vxfs mount: /dev/vg01/lvol3 is corrupted. needs checking&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 09:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733945#M618257</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T09:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733946#M618258</link>
      <description>Try to fsck those lvols&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full -Y /dev/vg01/rlvol3&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full -Y /dev/vg01/rlvol4&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 17 Feb 2006 09:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733946#M618258</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733947#M618259</link>
      <description>log replay in progress&lt;BR /&gt;pass0 - checking structural files&lt;BR /&gt;pass1 - checking inode sanity and blocks&lt;BR /&gt;pass2 - checking directory linkage&lt;BR /&gt;warning - no lost+found directory for fileset 999&lt;BR /&gt;pass3 - checking reference counts&lt;BR /&gt;pass4 - checking resource maps&lt;BR /&gt;OK to clear log? (ynq)y&lt;BR /&gt;set state to CLEAN? (ynq)y&lt;BR /&gt;&lt;BR /&gt;Can I just create that lost+found directory?  or is that not even the problem?</description>
      <pubDate>Fri, 17 Feb 2006 10:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733947#M618259</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733948#M618260</link>
      <description>You can just mkdir lost+found - but might as well just do your restore.&lt;BR /&gt;&lt;BR /&gt;Can you mount the file systems now?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 17 Feb 2006 10:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733948#M618260</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T10:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733949#M618261</link>
      <description>no...only one mounted...and I can't do an ll on it or anything.  It just hangs.  Now I am doing an fsck on another lvol and it seems to be hung.  I can't even control break out of it or kill -9 the process.</description>
      <pubDate>Fri, 17 Feb 2006 10:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733949#M618261</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733950#M618262</link>
      <description>I have these two processes and I can't kill them:&lt;BR /&gt;&lt;BR /&gt; ps -ef |grep fsck&lt;BR /&gt;    root 14639     1  0 09:17:14 pts/ta    0:00 fsck -ofull -Y /dev/vg01/rlvol1&lt;BR /&gt;    root 14711     1  0 09:20:46 ?         0:00 fsck -ofull -Y /dev/vg01/rlvol3&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 10:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733950#M618262</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733951#M618263</link>
      <description>Ah man....&lt;BR /&gt;&lt;BR /&gt;Well...I'm afraid we have a problem - with the fsck's hung...only way I know of to clear is a reboot....&lt;BR /&gt;&lt;BR /&gt;I have vgcfgrestored disks before and never any problems (though they were running 11.11)...&lt;BR /&gt;&lt;BR /&gt;Does vgdsiplay -v vg01 work?   &lt;BR /&gt;&lt;BR /&gt;If yes, can you &lt;BR /&gt;lvdisplay -v /dev/vg01/lvolX |more &lt;BR /&gt;on all the lvols?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 10:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733951#M618263</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T10:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733952#M618264</link>
      <description>When I go into SAM I get the following:&lt;BR /&gt;&lt;BR /&gt;The Logical Volume Manager show this device file, /dev/dsk/c6t8d0, with hardware path 10/2/3/0.8.0, as elonging to vg01.  SAM has determined that this hardware path isnot currently active because either the device is disconnected, or this is not the priary path to a multiple path physical volume.  This results i incorrect disk utilization information in the Disk Devices and Volume group lists.</description>
      <pubDate>Fri, 17 Feb 2006 10:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733952#M618264</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733953#M618265</link>
      <description>vgdisplay -v vg01&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      4&lt;BR /&gt;Open LV                     4&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      4&lt;BR /&gt;Act PV                      4&lt;BR /&gt;Max PE per PV               17501&lt;BR /&gt;VGDA                        8&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    69996&lt;BR /&gt;Alloc PE                    69996&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            69996&lt;BR /&gt;   Current LE                  17499&lt;BR /&gt;   Allocated PE                17499&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            69996&lt;BR /&gt;   Current LE                  17499&lt;BR /&gt;   Allocated PE                17499&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            69996&lt;BR /&gt;   Current LE                  17499&lt;BR /&gt;   Allocated PE                17499&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            69996&lt;BR /&gt;   Current LE                  17499&lt;BR /&gt;   Allocated PE                17499&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c6t8d0&lt;BR /&gt;   PV Status                   unavailable&lt;BR /&gt;   Total PE                    17499&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c6t10d0&lt;BR /&gt;   PV Status                   unavailable&lt;BR /&gt;   Total PE                    17499&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c6t12d0&lt;BR /&gt;   PV Status                   unavailable&lt;BR /&gt;   Total PE                    17499&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c6t14d0&lt;BR /&gt;   PV Status                   unavailable&lt;BR /&gt;   Total PE                    17499&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 10:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733953#M618265</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733954#M618266</link>
      <description>Oh - your PV Status is unavailable for all disks...&lt;BR /&gt;&lt;BR /&gt;How was the disk replaced?  was it hot swapped?  and does their JBOD support hot swapping?&lt;BR /&gt;&lt;BR /&gt;You may be able to just run an ioscan:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;Otherwise, reboot...if possible, you may want a full harware power cycle of both the server and jbod...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 17 Feb 2006 10:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733954#M618266</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733955#M618267</link>
      <description>I now get the following with the ioscan:&lt;BR /&gt;&lt;BR /&gt;disk     10  10/2/3/0.8.0   sdisk NO_HW       DEVICE       HP 73.4GST373307LC&lt;BR /&gt;                           /dev/dsk/c6t8d0   /dev/rdsk/c6t8d0&lt;BR /&gt;disk     11  10/2/3/0.10.0  sdisk CLAIMED     DEVICE       HP 73.4GST373405LC&lt;BR /&gt;                           /dev/dsk/c6t10d0   /dev/rdsk/c6t10d0&lt;BR /&gt;disk     12  10/2/3/0.12.0  sdisk NO_HW       DEVICE       HP 73.4GST373307LC&lt;BR /&gt;                           /dev/dsk/c6t12d0   /dev/rdsk/c6t12d0&lt;BR /&gt;disk     13  10/2/3/0.14.0  sdisk NO_HW       DEVICE       HP 73.4GST373307LC&lt;BR /&gt;                           /dev/dsk/c6t14d0   /dev/rdsk/c6t14d0&lt;BR /&gt;disk     14  10/4/4/0.0.0   sdisk CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;                           /dev/dsk/c7t0d0   /dev/rdsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So will a reboot make the device "CLAIMED" rather than "NO_HW"?</description>
      <pubDate>Fri, 17 Feb 2006 10:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733955#M618267</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733956#M618268</link>
      <description>Hopefully - but you may need to reboot the jbod as well...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 17 Feb 2006 10:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733956#M618268</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-17T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bad JBOD disk and need help restoring...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733957#M618269</link>
      <description>thanks Geoff...I will try and get hold of the guy to do that.  thanks again for all your help!</description>
      <pubDate>Fri, 17 Feb 2006 10:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-jbod-disk-and-need-help-restoring/m-p/3733957#M618269</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-02-17T10:53:50Z</dc:date>
    </item>
  </channel>
</rss>

