<?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 and file system integrity check in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738478#M255791</link>
    <description>If fs type is vxfs it checks only log replay so it won't take much time but if it is hfs fsck takes long time as it checks whole FS. Anyway fsck is not required everytime.</description>
    <pubDate>Fri, 24 Feb 2006 00:17:02 GMT</pubDate>
    <dc:creator>Mridul Shrivastava</dc:creator>
    <dc:date>2006-02-24T00:17:02Z</dc:date>
    <item>
      <title>disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738473#M255786</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1)Is there any need to run "fsck" regularly on filesystem to make sure filesystem is not corrupted and to avoid future problems ?&lt;BR /&gt;&lt;BR /&gt;For some reason or other we are rebooting our development server regularly(once a month). I believe HP-UX dies "fsck" check on all filesystems during booting. Is this enough to avoid potential file/disk problems.&lt;BR /&gt;&lt;BR /&gt;2) Are there any other procedures/checks to be done regularly to avoid potential file/disk problems.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj</description>
      <pubDate>Thu, 23 Feb 2006 19:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738473#M255786</guid>
      <dc:creator>Vaish Raj</dc:creator>
      <dc:date>2006-02-23T19:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738474#M255787</link>
      <description>1. There is no reason to run fsck regularly if you keep your system up to date on patches. There is no resaon to reboot HP-UX systems except during scheduled patch installations. The reason someone decided to do this is out of habit from other Unix server that had lots of problems that were not being fixed. Filesystem corruption is almost unknown in HP-UX except due to outside influcences (ie, root user makes a mistake).&lt;BR /&gt; &lt;BR /&gt;2. The MOST important thing to do is to mirror ALL of your disks. Disk failures will occur due to hardware problems...that has never changed although the frequency is much less than a decade or two ago.&lt;BR /&gt; &lt;BR /&gt;The other part for protecting your disks and files is to severely limit the number of people with the root password and do not allow untrained administrators or consultants to have the root password.&lt;BR /&gt; &lt;BR /&gt;2.</description>
      <pubDate>Thu, 23 Feb 2006 19:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738474#M255787</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-02-23T19:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738475#M255788</link>
      <description>&lt;BR /&gt;Hi Raj,&lt;BR /&gt;&lt;BR /&gt;As long as there is no improper shutdown or improper unmounting there is no need to run fsck.&lt;BR /&gt;&lt;BR /&gt;May be to maintain optimal performance on busy file systems, &lt;BR /&gt;&lt;BR /&gt;To defragment a JFS file system using fsadm, execute the following to perform both directory and extent reorganization and to generate reports before and after reorganization: &lt;BR /&gt; &lt;BR /&gt;fsadm -d -D -e -E /mount_point &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Thu, 23 Feb 2006 22:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738475#M255788</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-23T22:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738476#M255789</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;you can also schedule a regular check by adding a cron job.&lt;BR /&gt;&lt;BR /&gt;For example, to defragment every evening at 9 p.m. all the extents and directories within the file system mounted at /home, include the following entry in a file used by cron&lt;BR /&gt; &lt;BR /&gt;0 21 * * * fsadm -d -e /home &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Thu, 23 Feb 2006 23:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738476#M255789</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-23T23:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738477#M255790</link>
      <description>hi Raj,&lt;BR /&gt;&lt;BR /&gt;i think it will be wiser to spend more time on the following:&lt;BR /&gt; - Redundancy&lt;BR /&gt; - Backup and test Recovery&lt;BR /&gt; &lt;BR /&gt;Frequent reboots hinder uptime.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 23 Feb 2006 23:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738477#M255790</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-23T23:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738478#M255791</link>
      <description>If fs type is vxfs it checks only log replay so it won't take much time but if it is hfs fsck takes long time as it checks whole FS. Anyway fsck is not required everytime.</description>
      <pubDate>Fri, 24 Feb 2006 00:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738478#M255791</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-02-24T00:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738479#M255792</link>
      <description>As suggested by most of other posts, redundancy ( mirroring ), backups and recovery testing are the best ways to avoid any unforeseen from happening.&lt;BR /&gt;&lt;BR /&gt;Other good options in a mirrored environment would be do write scripts that would look for any discrepancies between "Cur PV " and "Act PV ". You may also look at lvdisplay outputs to ensure there are no " stale " extents.&lt;BR /&gt;&lt;BR /&gt;rgds....</description>
      <pubDate>Fri, 24 Feb 2006 16:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738479#M255792</guid>
      <dc:creator>AshishJain_USA</dc:creator>
      <dc:date>2006-02-24T16:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738480#M255793</link>
      <description>Hi Ashish,&lt;BR /&gt;&lt;BR /&gt;Waht type of scripts you are looking at to check mirror disks. Can you upload them.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 15:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738480#M255793</guid>
      <dc:creator>Vaish Raj</dc:creator>
      <dc:date>2006-03-03T15:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: disk and file system integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738481#M255794</link>
      <description>Vaish,&lt;BR /&gt;&lt;BR /&gt;Peace and Clean Air!&lt;BR /&gt;&lt;BR /&gt;Normally, you do not need to run fsck or any other filesystem integrity checks. This is because ('cept ofr /stand on 11.11), all filesystems are "journalled" via JFS (a.k.a. VxFs).&lt;BR /&gt;&lt;BR /&gt;If you mean maintenance like defragmentation - it depends on the filesystem use. For fileshare use and filesystems with very dynamic content (lots of deletes/creates,etc - like a dev/build environment) - you may occasionally run a defrag via fsadm as a previous post suggested. &lt;BR /&gt;&lt;BR /&gt;But as far as regular fsck's (via reboots0 -- no need.&lt;BR /&gt;&lt;BR /&gt;IMHO.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 15:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-and-file-system-integrity-check/m-p/3738481#M255794</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-03T15:42:33Z</dc:date>
    </item>
  </channel>
</rss>

