<?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: Changing nfile - how much downtime will result in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128966#M449355</link>
    <description>How long does it take your machine to reboot?  Unless you have problems, that is all the time it should take.  For something as simple as changing nfile, there shouldn't be any problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 09 Sep 2008 18:29:17 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2008-09-09T18:29:17Z</dc:date>
    <item>
      <title>Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128965#M449354</link>
      <description>RP3440&lt;BR /&gt;GB Ram&lt;BR /&gt;HP UX 11.11v1&lt;BR /&gt;&lt;BR /&gt;I've been having issues with the file table filling and knocking down a database from time to time.  I want to double the value of nfile using SAM, I understand this requires a kernel rebuild.&lt;BR /&gt;&lt;BR /&gt;How much down time should I budget for that process?</description>
      <pubDate>Tue, 09 Sep 2008 18:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128965#M449354</guid>
      <dc:creator>Patrick Scherrer</dc:creator>
      <dc:date>2008-09-09T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128966#M449355</link>
      <description>How long does it take your machine to reboot?  Unless you have problems, that is all the time it should take.  For something as simple as changing nfile, there shouldn't be any problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 09 Sep 2008 18:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128966#M449355</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-09-09T18:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128967#M449356</link>
      <description>Hi Patrick:&lt;BR /&gt;&lt;BR /&gt;From an end-user perspective, I'd allow 30-minutes.  This covers both shutdown; a kernel change; and startup.  It's always nice to be back in service sooner than advertised.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Sep 2008 18:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128967#M449356</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-09T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128968#M449357</link>
      <description>It only takes a few seconds to change the parm via SAM.  You can do it via command line, but I like SAM for this.&lt;BR /&gt;&lt;BR /&gt;Just think back to your last reboot...how long did that take?  And that's all the time you'll need.&lt;BR /&gt;&lt;BR /&gt;Another thing....you might want to run a few monitoring checks on parms to see if you need to adjust more than one parm.  One to use is:&lt;BR /&gt;&lt;BR /&gt;sar -v 1 20&lt;BR /&gt;&lt;BR /&gt;This will give you proc / inode / file values.  The first number in column is what is being used/the second is what parm currently is set at.&lt;BR /&gt;So for nfile it's under file-sz.  This might give you a heads up...&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 09 Sep 2008 18:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128968#M449357</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-09-09T18:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128969#M449358</link>
      <description>It depends. The kernel rebuild is fast, 1-3 minutes. To this you have to add the time it takes for the rp3440 to shutdown, POST and reboot. This normally is fast, about 10 minutes but it may depend on any additional applications that you may have added in the HP-UX start/stop rc sequencer. You also have to add the time it takes the database(s) to stop and restart. Assuming that your database is not extreme, it normally takes about 5-10 minutes. I would budget about 1hr but expect to take about 20-30 minutes. Keep in mind that if your database is busy, the dbshut command (assume oracle) will wait for each oracle process to finish and may take a while to shutdown.</description>
      <pubDate>Tue, 09 Sep 2008 18:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128969#M449358</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-09-09T18:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128970#M449359</link>
      <description>That's what I figured but I wanted to make sure since it will be my first time with this platform.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Tue, 09 Sep 2008 18:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128970#M449359</guid>
      <dc:creator>Patrick Scherrer</dc:creator>
      <dc:date>2008-09-09T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing nfile - how much downtime will result</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128971#M449360</link>
      <description>question answered</description>
      <pubDate>Tue, 09 Sep 2008 18:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-nfile-how-much-downtime-will-result/m-p/5128971#M449360</guid>
      <dc:creator>Patrick Scherrer</dc:creator>
      <dc:date>2008-09-09T18:37:10Z</dc:date>
    </item>
  </channel>
</rss>

