<?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: File table Full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920456#M109435</link>
    <description>That explains it. Since you rebooted the box, the counters got cleared and that's the reason why you are not seeing any overflows in your sar -v.&lt;BR /&gt;&lt;BR /&gt;Keep monitoring the file-sz column in sar -v to see if the numerator is gradually increasing.&lt;BR /&gt;&lt;BR /&gt;Try enabling sar in cronjob. Look at "sadc" "sar1" man pages on setting up sar. You will need to have space in /var/adm/sa to enable sar. It will help you dig down the stats prior to reboot.&lt;BR /&gt;&lt;BR /&gt;Since the messages are clear, you will need to increase 'nfile' kernel parameter when you get the downtime.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Mar 2003 05:00:17 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-03-06T05:00:17Z</dc:date>
    <item>
      <title>File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920437#M109416</link>
      <description>I am currently running  HP 11.0 with Oracle 80520.  For some reason, after Feb 3 we noticed CPU spiking to 98% and sit there.  Well I traced the SQL query causing the problem and notified programmers.  They added an index to the query and now I'm noticing the following error message when connecting to the server:&lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000023&lt;BR /&gt;/etc/profile[37]: cannot make pipe&lt;BR /&gt;.profile[11]: cannot make pipe&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;I then finally get in stop the database and restart the server.  I checked syslogs and dmesg and see file table full.  I searched several forums and all suggest to increase nfile kernel parameter.&lt;BR /&gt;For now - &lt;BR /&gt;maxuprc = 500&lt;BR /&gt;maxusers=300&lt;BR /&gt;nfile=4769&lt;BR /&gt;ninode=2888&lt;BR /&gt;nproc=2420&lt;BR /&gt;The system will come to a halt to again...and I will have to reboot...any assistance would be appreciated.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 02:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920437#M109416</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T02:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920438#M109417</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If it reports in syslog, then you need to increase the 'nfile' limit.&lt;BR /&gt;&lt;BR /&gt;sar -v 2 10 and observe the file-sz column. If you are seeing the value reaching the denominator, then you will need to increase this limit.&lt;BR /&gt;&lt;BR /&gt;Also check other values in sar output. Do not use formulae as they will increase parameters like ninode that you do not need. This is the procedure I follow to increase the parameters.&lt;BR /&gt;&lt;BR /&gt;#cd /stand/build&lt;BR /&gt;#cp /stand/system /stand/system.(date)&lt;BR /&gt;#/usr/lbin/sysadm/system_prep -s /stand/system&lt;BR /&gt;vi system&lt;BR /&gt;(increase your nfile value to 30% than what you have now)&lt;BR /&gt;#mk_kernel -o /stand/vmunix&lt;BR /&gt;#kmupdate&lt;BR /&gt;#cd /&lt;BR /&gt;#shutdown -r now&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Mar 2003 02:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920438#M109417</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T02:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920439#M109418</link>
      <description>This is HP's procedure:&lt;BR /&gt;&lt;BR /&gt;A) sar -u 5 5&lt;BR /&gt;If %idle is low or 0 then CPU bottleneck&lt;BR /&gt;&lt;BR /&gt;B) sar -u 5 5&lt;BR /&gt;If %wio &amp;gt; 15 then disk/tape bottleneck&lt;BR /&gt;&lt;BR /&gt;C) sar -d 5 5&lt;BR /&gt;For most disks:&lt;BR /&gt;if &amp;gt; 50% busy then disk bottleneck&lt;BR /&gt;For small percentage of disks:&lt;BR /&gt;if &amp;gt; 20% busy then disk bottleneck&lt;BR /&gt;&lt;BR /&gt;D) sar -d 5 5&lt;BR /&gt;if C) above true and avwait &amp;gt; avserv then:&lt;BR /&gt;I/O bottleneck&lt;BR /&gt;&lt;BR /&gt;if C) above true and avwait &amp;lt; avwerve then:&lt;BR /&gt;memory bottleneck&lt;BR /&gt;&lt;BR /&gt;E) vmstat 5 5&lt;BR /&gt;if po &amp;gt; 0 then paging.&lt;BR /&gt;&lt;BR /&gt;F) swapinfo -tam&lt;BR /&gt;if total 85% or greater then  add more swap&lt;BR /&gt;&lt;BR /&gt;G) sar -b 5 5&lt;BR /&gt;if &amp;lt; 100% then caching problem.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 02:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920439#M109418</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-06T02:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920440#M109419</link>
      <description>The nfile parameter should still be increased.&lt;BR /&gt;It depends upon the number of open files on the system.&lt;BR /&gt;&lt;BR /&gt;Also make sure that your npty value is also reasonable.&lt;BR /&gt;&lt;BR /&gt;You can use sar -v to check the file-sz and its limits.&lt;BR /&gt;&lt;BR /&gt;To temporarily resolve the problem try stopping processes which are not of priority at the moment on the system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Mar 2003 02:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920440#M109419</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-06T02:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920441#M109420</link>
      <description>This is what I see when I run...&lt;BR /&gt;# sar -v 2 10&lt;BR /&gt;&lt;BR /&gt;HP-UX sk1 B.11.00 D 9000/859    03/05/03&lt;BR /&gt;&lt;BR /&gt;22:24:41 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;22:24:43   N/A   N/A 108/2420  0  590/2888  0  765/4779  0&lt;BR /&gt;22:24:45   N/A   N/A 108/2420  0  590/2888  0  765/4779  0&lt;BR /&gt;22:24:47   N/A   N/A 108/2420  0  590/2888  0  765/4779  0&lt;BR /&gt;22:24:49   N/A   N/A 108/2420  0  590/2888  0  765/4779  0&lt;BR /&gt;22:24:51   N/A   N/A 108/2420  0  589/2888  0  765/4779  0&lt;BR /&gt;22:24:53   N/A   N/A 108/2420  0  589/2888  0  765/4779  0&lt;BR /&gt;22:24:55   N/A   N/A 108/2420  0  589/2888  0  765/4779  0&lt;BR /&gt;22:24:57   N/A   N/A 108/2420  0  589/2888  0  765/4779  0&lt;BR /&gt;22:24:59   N/A   N/A 108/2420  0  589/2888  0  765/4779  0&lt;BR /&gt;22:25:01   N/A   N/A 111/2420  0  622/2888  0  769/4779  0&lt;BR /&gt;Bare with me please...I'm really new at this.  I guess what your saying is watch 2888? and make sure the numerator is not equal or higher than the denominator? &lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 02:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920441#M109420</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T02:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920442#M109421</link>
      <description>npty is set to 60 and I have 1 GIG of memory</description>
      <pubDate>Thu, 06 Mar 2003 03:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920442#M109421</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T03:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920443#M109422</link>
      <description>What is the value of ntpy on the system?&lt;BR /&gt;How much memory you have on the system?&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 03:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920443#M109422</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-06T03:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920444#M109423</link>
      <description>I meant to say watch 4779..well at this point, with no one on the system, it would be hard to watch the numbers grow??...when running sar</description>
      <pubDate>Thu, 06 Mar 2003 03:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920444#M109423</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T03:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920445#M109424</link>
      <description />
      <pubDate>Thu, 06 Mar 2003 03:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920445#M109424</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T03:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920446#M109425</link>
      <description>You mentioned that you saw filetable full messages in syslog and your sar -v did not show any overflows.&lt;BR /&gt;&lt;BR /&gt;Then your maxfiles and maxfiles_lim may not be sufficient.&lt;BR /&gt;&lt;BR /&gt;Do &lt;BR /&gt;&lt;BR /&gt;kmtune -l -q maxfiles&lt;BR /&gt;kmtune -l -q maxfiles_lim&lt;BR /&gt;&lt;BR /&gt;If maxfiles is too low, then you will have to increase it a bit. You can increase the parameter maxfiles on the fly.&lt;BR /&gt;&lt;BR /&gt;kmtune -s maxfiles=512&lt;BR /&gt;kmtune -u&lt;BR /&gt;&lt;BR /&gt;Run 'kmtune -l -q maxfiles' again to make sure the parameter is updated.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 03:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920446#M109425</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T03:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920447#M109426</link>
      <description>Here is what it is right now...How do I know what is considered to be low?&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q maxfiles&lt;BR /&gt;Parameter:      maxfiles&lt;BR /&gt;Value:          60&lt;BR /&gt;Default:        60&lt;BR /&gt;Minimum:        0&lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q maxfiles_lim&lt;BR /&gt;Parameter:      maxfiles_lim&lt;BR /&gt;Value:          1024&lt;BR /&gt;Default:        1024&lt;BR /&gt;Minimum:        0&lt;BR /&gt;Module:         -&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 03:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920447#M109426</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T03:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920448#M109427</link>
      <description>maxfiles = maximum number of files a process can open. 60 is the default value and it may not be sufficient.&lt;BR /&gt;&lt;BR /&gt;However, since it is resulting from the profile, I am not sure if maxfiles is the problem too.&lt;BR /&gt;&lt;BR /&gt;Then comes maxuprc - maximum number of processes a user can run. To verify if you are running, do the following&lt;BR /&gt;&lt;BR /&gt;1. Login as another user. It should take you through without giving any error&lt;BR /&gt;2. While you are as another user do the following.&lt;BR /&gt;&lt;BR /&gt;$ps -ef|grep 'my_user' |wc -l&lt;BR /&gt;&lt;BR /&gt;my_user is the login name that you were trying to login and got 'cannot make pipe' message.&lt;BR /&gt;&lt;BR /&gt;Exit back to root session. Run&lt;BR /&gt;&lt;BR /&gt;#kmtune -l -q maxuprc&lt;BR /&gt;&lt;BR /&gt;Compare the number you got with ps and the one you got above. If they are close, then time to increase maxuprc parameter.&lt;BR /&gt;&lt;BR /&gt;This is also a dynamically changeable parameter.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Mar 2003 03:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920448#M109427</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T03:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920449#M109428</link>
      <description>Earlier when I attempted to telnet in as myself or another user...I received the same message.&lt;BR /&gt;&lt;BR /&gt;Earlier Logged IN:&lt;BR /&gt;/&amp;gt;ps -ef|grep oracle|wc -l&lt;BR /&gt;53&lt;BR /&gt;&lt;BR /&gt;Logged in as Root:&lt;BR /&gt;# ps -ef|grep root|wc -l&lt;BR /&gt;64&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 04:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920449#M109428</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T04:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920450#M109429</link>
      <description>sorry I forgot to add...&lt;BR /&gt;&lt;BR /&gt;# kmtune -l -q maxuprc&lt;BR /&gt;Parameter:      maxuprc&lt;BR /&gt;Value:          500&lt;BR /&gt;Default:        75&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 04:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920450#M109429</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T04:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920451#M109430</link>
      <description>Kitty,&lt;BR /&gt;&lt;BR /&gt;i would also recommend to check &lt;BR /&gt;#dmesg&lt;BR /&gt;and /var/adm/syslog/syslog.log file.&lt;BR /&gt;&lt;BR /&gt;There should be lot of messages regarding this.&lt;BR /&gt;&lt;BR /&gt;This should help.&lt;BR /&gt;&lt;BR /&gt;Revert with them too.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 04:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920451#M109430</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-06T04:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920452#M109431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you reboot the box after you encountered the problem?. I am not seeing anything now that is indicative of an overflow.&lt;BR /&gt;&lt;BR /&gt;If you rebooted the box, then you will need to keep an eye on sar -v  and see if the nfiles parameter does not hit the limit.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;PS: You do not need to assign 10 pts unless your problem is solved. I know you are appreciative of our response but the purpose of the point system is to identify the correct answer and rest come later. In future if someone searches the forum for the same problem, he/she will get confused the way points were assigned. In fact, none of our earlier messages solved your problem and they are all carrying 10 pts each. Since most of the messages were only diagnostics, you could award 3 pts until you get the solution.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 04:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920452#M109431</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920453#M109432</link>
      <description>Also what is the output of ninode on the system?&lt;BR /&gt;Just do a kmtune -l for values and past it here.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Mar 2003 04:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920453#M109432</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-06T04:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920454#M109433</link>
      <description>sorry about the points...I will remember next time.  dmesg and syslogs both have file table full errors.  The system was rebooted today after users could not get in.  Since then, I watch top and if I see a process (usually a process from the oracle web server) consuming CPU for over 10 minutes at 90% or higher..I kill it and things are back to normal for awhile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well here is the output &lt;BR /&gt;&lt;BR /&gt;Parameter:      ninode&lt;BR /&gt;Value:          ((NPROC+16+MAXUSERS)+32+(2*NPTY))&lt;BR /&gt;Default:        ((NPROC+16+MAXUSERS)+32+(2*NPTY))&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 04:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920454#M109433</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T04:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920455#M109434</link>
      <description>Well ..I've been working on this issue since 5am this morning and it's after 12am here.  I'm logging off for now..and should be dialed back in by 5am.  thanks again..any suggestions/resolutions would be greatly appreciated. Once again thanks for the quick responses.</description>
      <pubDate>Thu, 06 Mar 2003 04:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920455#M109434</guid>
      <dc:creator>Kitty_6</dc:creator>
      <dc:date>2003-03-06T04:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: File table Full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920456#M109435</link>
      <description>That explains it. Since you rebooted the box, the counters got cleared and that's the reason why you are not seeing any overflows in your sar -v.&lt;BR /&gt;&lt;BR /&gt;Keep monitoring the file-sz column in sar -v to see if the numerator is gradually increasing.&lt;BR /&gt;&lt;BR /&gt;Try enabling sar in cronjob. Look at "sadc" "sar1" man pages on setting up sar. You will need to have space in /var/adm/sa to enable sar. It will help you dig down the stats prior to reboot.&lt;BR /&gt;&lt;BR /&gt;Since the messages are clear, you will need to increase 'nfile' kernel parameter when you get the downtime.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 05:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2920456#M109435</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T05:00:17Z</dc:date>
    </item>
  </channel>
</rss>

