<?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: fsck problem on a filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961610#M631883</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dont do an fsck on the disk. since it is using lvm, do it only on the lv.&lt;BR /&gt;&lt;BR /&gt;first do a vgdisplay on the vg and see if the hard disks under it.&lt;BR /&gt;&lt;BR /&gt;then do a dd to see if all the blocks on the hard disk. me feels that there is some read problems on one disk.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/xxxxx of=/dev/null bs=2048k&lt;BR /&gt;&lt;BR /&gt;and make sure you have the latest backups.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
    <pubDate>Tue, 29 Apr 2003 12:02:55 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-04-29T12:02:55Z</dc:date>
    <item>
      <title>fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961609#M631882</link>
      <description>Hi &lt;BR /&gt;I get the following error when I try to do an fsck on my filesystem &lt;BR /&gt;#&amp;gt; fsck -y /dev/vg01/opt &lt;BR /&gt;log replay in progress &lt;BR /&gt;checking structural files &lt;BR /&gt;pass1 - checking inode sanity and blocks &lt;BR /&gt;vxfs fsck: getblk read fail bno 1162 &lt;BR /&gt;cannot read inode 2 in fileset 999 &lt;BR /&gt;&lt;BR /&gt;When I try to do the fsck on the disk it give me the following. &lt;BR /&gt;fsck -y /dev/rdsk/c1t5d0 &lt;BR /&gt;fsck: /etc/default/fs is used for determining the file system type &lt;BR /&gt;** /dev/rdsk/c1t5d0 &lt;BR /&gt;BAD SUPER BLOCK: MAGIC NUMBER WRONG &lt;BR /&gt;USE -b OPTION TO FSCK TO SPECIFY LOCATION OF AN ALTERNATE &lt;BR /&gt;SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(1M). &lt;BR /&gt;&lt;BR /&gt;This is the disk my vg01 is on. &lt;BR /&gt;Also this is a very old machine. &lt;BR /&gt;Model = E55 running Hp-ux 10.10. &lt;BR /&gt;Really old hardware. &lt;BR /&gt;I also checked the ioscan output &amp;amp; all my disks is ClAIMED.</description>
      <pubDate>Tue, 29 Apr 2003 11:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961609#M631882</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-29T11:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961610#M631883</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dont do an fsck on the disk. since it is using lvm, do it only on the lv.&lt;BR /&gt;&lt;BR /&gt;first do a vgdisplay on the vg and see if the hard disks under it.&lt;BR /&gt;&lt;BR /&gt;then do a dd to see if all the blocks on the hard disk. me feels that there is some read problems on one disk.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/xxxxx of=/dev/null bs=2048k&lt;BR /&gt;&lt;BR /&gt;and make sure you have the latest backups.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 29 Apr 2003 12:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961610#M631883</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-29T12:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961611#M631884</link>
      <description>Hi,&lt;BR /&gt;check if /etc/default/fs match with the fs type of your filesystem.&lt;BR /&gt;If your filesytem is an hfs one a list of alternate superblocks is recorded in /etc/sbtab&lt;BR /&gt;&lt;BR /&gt;If the filesystem is a vxfs type you can try with&lt;BR /&gt;fsck -o full -y&lt;BR /&gt;(see man fsck_vxfs)&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 29 Apr 2003 12:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961611#M631884</guid>
      <dc:creator>massimo poli_1</dc:creator>
      <dc:date>2003-04-29T12:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961612#M631885</link>
      <description>Shaamil,&lt;BR /&gt;You might try a pvdisplay on the disk to see if it's readable.  This type of corruption is usually associated with a disk failure and if so the filesystem may not be recoverable.&lt;BR /&gt;&lt;BR /&gt;You might try a full fsck:&lt;BR /&gt;# fsck -F vxfs -o full /dev/vg01/lvol#</description>
      <pubDate>Tue, 29 Apr 2003 12:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961612#M631885</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-04-29T12:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961613#M631886</link>
      <description>This problem occurrs when the /etc/default file indicates a file system type other then /dev/vg01/opt'.  Use 'fstyp' and the '-F' option to get around this.&lt;BR /&gt;&lt;BR /&gt;fstyp /dev/vg01/opt&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -y -o full /dev/vg01/opt (* for vxfs file systme *)&lt;BR /&gt;&lt;BR /&gt;fsck -F hfs -y /dev/vg01/opt (* for hfs file system *)&lt;BR /&gt;&lt;BR /&gt;If the problem continues and 'HFS' is indicated then refer to the /etc/sbtab file.&lt;BR /&gt;&lt;BR /&gt;If 'raw' is indicated then this is neither hfs nor vxfs and the application controls the data in the lv, so refer to the application and ignore using 'fsck'.</description>
      <pubDate>Tue, 29 Apr 2003 12:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961613#M631886</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-29T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961614#M631887</link>
      <description>HI &lt;BR /&gt;The one disk seems to be faulty.&lt;BR /&gt;vg01 has 3 disks.&lt;BR /&gt;I am going to remove all 3 these disks &amp;amp; put in some newer disks.&lt;BR /&gt;Thanks for all the help.&lt;BR /&gt;Shaamil</description>
      <pubDate>Wed, 30 Apr 2003 06:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961614#M631887</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2003-04-30T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: fsck problem on a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961615#M631888</link>
      <description>This is a super block error.&lt;BR /&gt;&lt;BR /&gt;Run the fsck using an alternate block number from the /etc/sbtab file.&lt;BR /&gt;&lt;BR /&gt;The next alternate block is 16.&lt;BR /&gt;so just use&lt;BR /&gt;&lt;BR /&gt;#fsck -F vxfs -b 16 /dev/vg01/opt&lt;BR /&gt;&lt;BR /&gt;It should also repair the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After this fixes the problem run fsck again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Wed, 30 Apr 2003 07:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-problem-on-a-filesystem/m-p/2961615#M631888</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-30T07:22:09Z</dc:date>
    </item>
  </channel>
</rss>

