<?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: System hangup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106985#M148053</link>
    <description>What will happen to already running sessions ? Will that hang too? Did you check the OLDsyslog.log file? Any errors there? Apply latest patches and check root mail too.</description>
    <pubDate>Thu, 30 Oct 2003 17:21:55 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-10-30T17:21:55Z</dc:date>
    <item>
      <title>System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106984#M148052</link>
      <description>I have HP9000 L-series HPUX11.00. It works for 2-3 hours, and after stop responding. If i try to open a new telnet session, i have only &lt;BR /&gt;"welcome" without login: On the console is the same problem. System responds only for ping. After this i can only turn off power. I've checked hardware with stm, no errors. &lt;BR /&gt;Could someone help me?&lt;BR /&gt;Irek</description>
      <pubDate>Thu, 30 Oct 2003 17:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106984#M148052</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2003-10-30T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106985#M148053</link>
      <description>What will happen to already running sessions ? Will that hang too? Did you check the OLDsyslog.log file? Any errors there? Apply latest patches and check root mail too.</description>
      <pubDate>Thu, 30 Oct 2003 17:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106985#M148053</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-10-30T17:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106986#M148054</link>
      <description>Lots of possible causes.&lt;BR /&gt;&lt;BR /&gt;Perhaps nproc is too low in the kernel&lt;BR /&gt;&lt;BR /&gt;perhaps nfiles is too low in the kernel&lt;BR /&gt;&lt;BR /&gt;perhaps there are not enough pty drivers for terminal sessions in the kernel.&lt;BR /&gt;&lt;BR /&gt;More likely is a networking problem.  Bad configuration in /etc/rc.config.d/netconf or two NIC cards being broght up on the same network.  This is a no no in HP-UX.'&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 30 Oct 2003 17:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106986#M148054</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-30T17:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106987#M148055</link>
      <description>Hi,&lt;BR /&gt;Adding to above,&lt;BR /&gt;Patching could be an issue, check that you have latest support plus installed.&lt;BR /&gt;Other major issue which could cause is NFS,do you have any NFS mounts, automounter. If the NFS performance patches are not installed it could make the machine run like a dog.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 30 Oct 2003 17:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106987#M148055</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-30T17:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106988#M148056</link>
      <description>Check the /var/adm/syslog/OLDsyslog.log file after having had to reboot from one of these hangups.  It will probably tell you what's happening.</description>
      <pubDate>Thu, 30 Oct 2003 18:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106988#M148056</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-10-30T18:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106989#M148057</link>
      <description>Sounds like your pty pool has run out of available pty's and they are either all in use or the pty pool is not reclaiming the logged off pty's.  &lt;BR /&gt;&lt;BR /&gt;1. Increase the kernel parameter "npty" in SAM under Kernel Configuration&lt;BR /&gt;   and then under Configurable Parameters&lt;BR /&gt;&lt;BR /&gt;2. Regen the kernel and reboot with the new kernel&lt;BR /&gt;&lt;BR /&gt;3. cd /dev&lt;BR /&gt;&lt;BR /&gt;4. insf -d pty -n &lt;NPTY&gt;&lt;BR /&gt;&lt;BR /&gt;5. insf -d ptym -n &lt;NPTY&gt;&lt;BR /&gt;&lt;BR /&gt;6. cd /dev/pty&lt;BR /&gt;&lt;BR /&gt;7. ln * ..  &lt;THIS links="" the="" pty=""&gt;&lt;BR /&gt;&lt;BR /&gt;8. cd /dev/ptym&lt;BR /&gt;&lt;BR /&gt;9. ln * ..  &lt;THIS links="" the="" ptym=""&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ross&lt;/THIS&gt;&lt;/THIS&gt;&lt;/NPTY&gt;&lt;/NPTY&gt;</description>
      <pubDate>Thu, 30 Oct 2003 19:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106989#M148057</guid>
      <dc:creator>ross martin_2</dc:creator>
      <dc:date>2003-10-30T19:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106990#M148058</link>
      <description>What does syslog say? Many sysadmins do not have any 'real' consoles where lots of useful messages are being written. I suspect you may find messages from the kernel complaining about running out of file handles or process table entries, etc.</description>
      <pubDate>Thu, 30 Oct 2003 21:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106990#M148058</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-30T21:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106991#M148059</link>
      <description>I've checked OLDsyslog. In atachment is complete last OLDsyslog. It seem like NFS problems, i've just unmounted all nfs-directories, and i'll see. Maybe this is not the only problem and i schould do something else? This log ends at 00:36, and system had next hangup at 05:19 and nothing in syslog or mail! There was no users in the system and no users processes. &lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Fri, 31 Oct 2003 02:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106991#M148059</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2003-10-31T02:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106992#M148060</link>
      <description>I had the same problem but I fixed it with changing Kernel parameters regarding maximun processes.&lt;BR /&gt;&lt;BR /&gt;maxuprc : maximum processes per user&lt;BR /&gt;nprc : maximum processes for the system.&lt;BR /&gt;&lt;BR /&gt;I increased the value of both kernel paramters and then ths system worked fine.</description>
      <pubDate>Fri, 31 Oct 2003 11:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106992#M148060</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2003-10-31T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106993#M148061</link>
      <description>Defintely sounds like NFS problems. NFS is a 'real' filesystem to HP-UX so when the server or network is clobbered, your system will hang. You'll see this during login, typing bdf and many other commands. HP-UX cannot tolerate filesystems just 'disappearing', just like it can't tolerate hard disks disappearing. Your NFS server(s)(and the network)  must be much more reliable if they are being used on production machines.</description>
      <pubDate>Fri, 31 Oct 2003 11:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106993#M148061</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-31T11:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: System hangup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106994#M148062</link>
      <description>Had something similar happen to my J5600 workstation last year. &lt;BR /&gt;(And on my manager's B2600 earlier this year)&lt;BR /&gt;(Not the nfs problems... but the hanging on telnet/ftp, and responding only to pings)&lt;BR /&gt;Mine turned out to be a disk going south... that wasn't picked up by diagnostics, either.&lt;BR /&gt;&lt;BR /&gt;Replaced the disk, reinstalled, all is well.&lt;BR /&gt;What matches is that you're seeing nothing in mail or logs around the "hang" time.&lt;BR /&gt;The disk couldn't be written to, in our cases either, so nothing would get logged.&lt;BR /&gt;&lt;BR /&gt;As for nfs mounts and their issues... whenever I'm forced (and I must be forced)&lt;BR /&gt;to use nfs mounts, I typically mount them with the  "-o soft" option.&lt;BR /&gt;Keeps you from having to reboot a machine because the server holding one of its &lt;BR /&gt;filesystems went down for whatever reason.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2003 13:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-hangup/m-p/3106994#M148062</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2003-10-31T13:51:05Z</dc:date>
    </item>
  </channel>
</rss>

