<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111528#M148935</link>
    <description>Again, check what and why fsck reports consistency errors on the file system? If you can correct it, that would be your best choice.&lt;BR /&gt;&lt;BR /&gt;Also, if you want, you can automatically answer "Yes" to *ALL* user prompts given by fsck during that session with '-y' option. This is not a recommended method though.</description>
    <pubDate>Wed, 05 Nov 2003 17:18:22 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-11-05T17:18:22Z</dc:date>
    <item>
      <title>fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111524#M148931</link>
      <description>I have a secondary mirroring process that mirrors the application database to a backup K box. The /dev/vg04/area1 is split, and in the script&lt;BR /&gt;fsck -p /dev/vg04/area1b&lt;BR /&gt;runs&lt;BR /&gt;Since I upgraded to the 11.0 OS, this has failed, and I have to manually run the fsck. The mirroring process runs anywhere from 5 to 7 times during the day, and the command fails at least 3 to 5 times. &lt;BR /&gt;I have tried other fsck commands, still get the same reults.&lt;BR /&gt;Any help?&lt;BR /&gt;Linda&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 16:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111524#M148931</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2003-11-05T16:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111525#M148932</link>
      <description>What type of error you get? What type of file system is this? The -p option in 'hfs' and 'vxfs' fsck has different functions. Are you running the same command manually?</description>
      <pubDate>Wed, 05 Nov 2003 16:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111525#M148932</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-11-05T16:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111526#M148933</link>
      <description>The file system is hfs - my application database has to be on that type of system.&lt;BR /&gt;I manually run&lt;BR /&gt;fsck /dev/vg04/area1b, and have to answer a bunch of fix and clear with "y".&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 16:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111526#M148933</guid>
      <dc:creator>Linda Lux</dc:creator>
      <dc:date>2003-11-05T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111527#M148934</link>
      <description>Hi Linda,&lt;BR /&gt;&lt;BR /&gt;First off I always use -F fs_typ - so use -F hfs in the command - just to be safe.&lt;BR /&gt;Next I would look at using -P (cap P) as this will allow cleanly unmounted filesystems to proceed on unchecked. Then also consider -q (quiet mode) as this will fix the safe stuff and avoid the annoying interactivity when it's not necessary.&lt;BR /&gt;Then the final thing to consider is if you ALWAYS answer yes &amp;amp; never have problems, then use -y - but it has to be noted that this can hammer you if you do happen to have loads of nasty trouble. But hey it's a copy - right?&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 05 Nov 2003 17:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111527#M148934</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-05T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111528#M148935</link>
      <description>Again, check what and why fsck reports consistency errors on the file system? If you can correct it, that would be your best choice.&lt;BR /&gt;&lt;BR /&gt;Also, if you want, you can automatically answer "Yes" to *ALL* user prompts given by fsck during that session with '-y' option. This is not a recommended method though.</description>
      <pubDate>Wed, 05 Nov 2003 17:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111528#M148935</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-11-05T17:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111529#M148936</link>
      <description>My first cut at this would be to try running this application on a vxfs filesystem. I know what you said but truthfully the details of the filesystem should be completely hidden from the application. It should have know way of knowing that this is a vxfs filesystem. A possible exception would be very old statically linked code. The fsck's would be much more reliable and you could also use vxfs snapshot mounts which would require absolutely no fsck's and would not incurr the large i/o hit of re-mirroring.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 18:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111529#M148936</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-11-05T18:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111530#M148937</link>
      <description>For HFS filesystems, the busier they are when the split occurs, the more 'yes' answer you have to give to correct link counts and connections. I would never mount any filesystem with the -f (force) option. The probability of a system panic like freeing free inode or freeing free frag is very likely, and while it is a copy, all it takes is one bad filesystem to bring down the entire computer. Generally speaking, auto-answering yes to everything is OK since fsck will stop when a real problem shows up. And all of this assumes that you applied the complete HWE/QPK patch bundle to your 11.0 system before going into production.</description>
      <pubDate>Wed, 05 Nov 2003 21:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111530#M148937</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-05T21:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111531#M148938</link>
      <description>Hello Linda,&lt;BR /&gt;&lt;BR /&gt;Refer to the foll. link. Looks like you should have patch PHCO_28116. The old patch was PHCO_19673 and the superseded patch is PHCO_28116. Search for fsck_hfs in the link below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/SUPPORT_PLUS/docs/QPK1100.html" target="_blank"&gt;http://www.software.hp.com/SUPPORT_PLUS/docs/QPK1100.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Wed, 05 Nov 2003 22:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck/m-p/3111531#M148938</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-11-05T22:22:12Z</dc:date>
    </item>
  </channel>
</rss>

