<?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 failure - &amp;quot;fsck: cannot initialize aggregate&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946544#M114871</link>
    <description>Hey Ravi:&lt;BR /&gt;&lt;BR /&gt;Did you ever see that commercial where the irate user / father is trying to kill all the pop up windows from his ISP?</description>
    <pubDate>Wed, 09 Apr 2003 11:10:02 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-04-09T11:10:02Z</dc:date>
    <item>
      <title>Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946525#M114852</link>
      <description>Hey folks,&lt;BR /&gt;&lt;BR /&gt;   We had a disk failure on an HP-UX 11.00 machine yesterday.  The disk is an external 36G drive.&lt;BR /&gt;&lt;BR /&gt;   The disk contained several home directories that I'd really really like to recover (please don't ask about backups, I know, I know), but it seems to have failed in a way I haven't seen before.&lt;BR /&gt;&lt;BR /&gt;   Upon boot, the machine fails to mount the disk, complaining about "no such device".  I attribute that to the fstab likely being out of date.  Doing an ioscan reveals the following two disks:&lt;BR /&gt;10/0/15/1.5                 target       &lt;BR /&gt;10/0/15/1.5.0                  disk      SEAGATE ST336704LC&lt;BR /&gt;10/0/15/1.6                 target       &lt;BR /&gt;10/0/15/1.6.0                  disk      SEAGATE ST336704LC&lt;BR /&gt;&lt;BR /&gt;   Taking a look in /dev/dsk, I see devices for c3t5d0 and c3t6d0.  c3t6d0 is vg00, so I assume the external drive is c3t5d0.&lt;BR /&gt;&lt;BR /&gt;   So, I attempt to fsck it manually:&lt;BR /&gt;&lt;BR /&gt;[44] % fsck -y -F vxfs -o full /dev/rdsk/c3t5d0&lt;BR /&gt;invalid super-block&lt;BR /&gt;search for auxiliary super-block? (ynq)y&lt;BR /&gt;alternate super-block not found&lt;BR /&gt;vxfs fsck: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt;   Not good.  I'd appreciate any help any of you can provide - SAM considers it "unused", and nothing I've tried has worked so far.&lt;BR /&gt;&lt;BR /&gt;Thanks a BUNCH!&lt;BR /&gt;&lt;BR /&gt;Benny&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 19:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946525#M114852</guid>
      <dc:creator>Chris Bensend</dc:creator>
      <dc:date>2003-04-08T19:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946526#M114853</link>
      <description>Benny,&lt;BR /&gt;as usual:&lt;BR /&gt;1. 'ioscan -fn' and check if disk is CLAIMED and DEVICE;&lt;BR /&gt;2. 'diskinfo -v' to see if disk reports correct block size, number of block, its capacity and vendor/serial number strings;&lt;BR /&gt;3. dd from the disk to /dev/null device using bs=4096k. This way you'll check surface for read operation.&lt;BR /&gt;If all these will be successful then you simply have data corrupt on the disk. Go to Vogon Intl. at &lt;A href="http://www.vogon-international.com" target="_blank"&gt;http://www.vogon-international.com&lt;/A&gt;&lt;BR /&gt;Eugeny</description>
      <pubDate>Tue, 08 Apr 2003 19:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946526#M114853</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2003-04-08T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946527#M114854</link>
      <description>YOu really need to know what Volume Group and Logical Volume(s) were on that disk.&lt;BR /&gt;&lt;BR /&gt;First do an 'ioscan -fnC disk' to see the disks and their device files.&lt;BR /&gt;&lt;BR /&gt;Then do a 'strings /etc/lvmtab' to see which VG that disk belonged to.  You could also try doing a 'pvdisplay /dev/dsk/c?t?d0' to see what VGs and LVs were on that disk.&lt;BR /&gt;&lt;BR /&gt;Once you know what the VG name is, do a 'vgchange -a y vg??' to activate the VG.  Then try doing a 'fsck -F vxfs -o full -y /dev/vg??/rlovl?'.  &lt;BR /&gt;&lt;BR /&gt;You can then try to mount the LV 'mount /dev/vg??/lvol? /mountpointname'.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 19:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946527#M114854</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-08T19:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946528#M114855</link>
      <description>&lt;BR /&gt;Thanks for the quick replies...&lt;BR /&gt;&lt;BR /&gt;The ioscan and diskinfo seemed to display good info - it is marked as CLAIMED in the ioscan, and the diskinfo reports the correct parameters.&lt;BR /&gt;&lt;BR /&gt;This disk wasn't part of a volume group - it was simply newfs'ed and mounted, so the LVM stuff won't help.&lt;BR /&gt;&lt;BR /&gt;Are there further steps I can take to try to recover the data (short of the data recovery service - the budget is VERY tight, although we'll have to if I can't do it)?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Benny&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 20:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946528#M114855</guid>
      <dc:creator>Chris Bensend</dc:creator>
      <dc:date>2003-04-08T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946529#M114856</link>
      <description>Is this disk (c3t5d0) a LVM disk or not ? If it is your fsck syntax should really be checking the logical volume instead of the physical disk. For example (assuming c3t5d0 is in vg01)..&lt;BR /&gt;# fsck -y -F vxfs -o full /dev/vg01/lvol1&lt;BR /&gt;If it's a whole disk configuration (not LVM) then the fsck syntax would be.&lt;BR /&gt;# fsck -y -F hfs /dev/rdsk/c3t5d0&lt;BR /&gt;What's in /etc/lvmtab ?&lt;BR /&gt;# strings /etc/lvmtab</description>
      <pubDate>Tue, 08 Apr 2003 20:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946529#M114856</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-08T20:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946530#M114857</link>
      <description>I suppose that if you had another 36gb disk that you could newfs and mount that possibly you could dd the data from the failed disk to the new disk.&lt;BR /&gt;&lt;BR /&gt;I am a little fuzzy here though. You said it "failed" and now it won't fsck the /dev/rdsk or mount it. You also said that /etc/fstab is "out of date"? I would suggest that you try to mount it the old fashioned way to see if there is anything you can do with the disk:&lt;BR /&gt;&lt;BR /&gt;mount /dev/dsk/c3t5d0 /tmp_mnt &lt;BR /&gt;&lt;BR /&gt;See what error, if any is generated. Notice I did not put a -F or any other switches, I am just curious what errors it generates.&lt;BR /&gt;&lt;BR /&gt;No matter what happens with this test, I would suggest that you make your fstab file "Up to date".</description>
      <pubDate>Tue, 08 Apr 2003 20:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946530#M114857</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-08T20:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946531#M114858</link>
      <description>You've got absolutely no LVM at all? So a vgcfgrestore won't help.&lt;BR /&gt;&lt;BR /&gt;# vgfcgrestore -n &lt;VGNAME&gt; /dev/rdsk/&lt;REPLACED_DRIVE&gt; &lt;BR /&gt;# vgchange -a y /dev/vgname &lt;BR /&gt;&lt;BR /&gt;What capcity was this 36gig disk at before this problem?  Create another file system of equvivalent size and try a low level backup with dd.  First, see what's there:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c3t5d0 of=/tmp/file bs=2048 count=1000&lt;BR /&gt;&lt;BR /&gt;Then, if happy:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c3t5d0 of=/tmp/file bs=2048&lt;/REPLACED_DRIVE&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Tue, 08 Apr 2003 23:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946531#M114858</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-08T23:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946532#M114859</link>
      <description>Are you sure that this disk was vxfs?  The error you're getting is the same error as if you ran fsck on a disk that had hsf on it.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 09 Apr 2003 03:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946532#M114859</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-04-09T03:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946533#M114860</link>
      <description>Well.. I tried to type hfs.  :-(&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 09 Apr 2003 03:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946533#M114860</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-04-09T03:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946534#M114861</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946534#M114861</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946535#M114862</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946535#M114862</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946536#M114863</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946536#M114863</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946537#M114864</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946537#M114864</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946538#M114865</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946538#M114865</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946539#M114866</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946539#M114866</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946540#M114867</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946540#M114867</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946541#M114868</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946541#M114868</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946542#M114869</link>
      <description>Hi Benny&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t5d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;if you get any I/O error then it's confirmed that disk failure.</description>
      <pubDate>Wed, 09 Apr 2003 04:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946542#M114869</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T04:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946543#M114870</link>
      <description>&lt;BR /&gt;All&lt;BR /&gt;&lt;BR /&gt;my sincere apologies for multiple replies as i had problem with proxy</description>
      <pubDate>Wed, 09 Apr 2003 05:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946543#M114870</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-09T05:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure - "fsck: cannot initialize aggregate"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946544#M114871</link>
      <description>Hey Ravi:&lt;BR /&gt;&lt;BR /&gt;Did you ever see that commercial where the irate user / father is trying to kill all the pop up windows from his ISP?</description>
      <pubDate>Wed, 09 Apr 2003 11:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-quot-fsck-cannot-initialize-aggregate-quot/m-p/2946544#M114871</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-09T11:10:02Z</dc:date>
    </item>
  </channel>
</rss>

