<?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: patches problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710797#M60484</link>
    <description>ps -ef | grep yp will show if there are any NIS processes running.&lt;BR /&gt;&lt;BR /&gt;What do you get?&lt;BR /&gt;&lt;BR /&gt;Have you rebooted since?&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
    <pubDate>Thu, 25 Apr 2002 15:42:58 GMT</pubDate>
    <dc:creator>David Burgess</dc:creator>
    <dc:date>2002-04-25T15:42:58Z</dc:date>
    <item>
      <title>patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710784#M60471</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;i have hp-ux 11.00 running on L-1000 server with 2 processors and 2gb memory. &lt;BR /&gt;recently we have removed two patches PHNE_25116 and PHKL_24268 from the machine to improve the performance of some other process. but suddenly the server became very slow and telnet to the server is taking long time. sql plus response is also slow.&lt;BR /&gt;&lt;BR /&gt;then i reinstalled PHNE_25116 and PHKL_25775 (supercede of PHKL_24268), but the problem is not solved, the server is still slow.&lt;BR /&gt;&lt;BR /&gt;can anybody suggest what to do?&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;ravi</description>
      <pubDate>Thu, 25 Apr 2002 08:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710784#M60471</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-25T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710785#M60472</link>
      <description>Check the syslog / dmesg for any clues.&lt;BR /&gt;&lt;BR /&gt;Maybe a patch is in a funny state :-&lt;BR /&gt;&lt;BR /&gt;If you run swlist -l fileset -a state you should see all the filesets as configured.&lt;BR /&gt;&lt;BR /&gt;Use swconfig to configure any that are configured.&lt;BR /&gt;&lt;BR /&gt;Check performance :-&lt;BR /&gt;&lt;BR /&gt;Run top and sar to see if anything is hammering the cpu etc.&lt;BR /&gt;&lt;BR /&gt;sar -d 5 5 will show you if there is a disk i/o bottleneck. avwait shouldn't exceed avserv.&lt;BR /&gt;&lt;BR /&gt;sar -u 5 5 will show you the cpu. Look to see if %idle is low.&lt;BR /&gt;&lt;BR /&gt;Take a look at the man pages for sar, iostat.&lt;BR /&gt;&lt;BR /&gt;I've attached a document hp sent me when I had performance problems. You might find something by following the steps in the document. Then perhaps you can link the problem to a patch. ie if it's a cpu bottleneck you might find that a patch you've got installed has caused that problem.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 25 Apr 2002 08:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710785#M60472</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-25T08:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710786#M60473</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;i observed for all bottle necks but there seems to be no problem.&lt;BR /&gt;&lt;BR /&gt;even "netstat -a" is also taking long time to display each line, why?&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;ravi</description>
      <pubDate>Thu, 25 Apr 2002 10:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710786#M60473</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-25T10:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710787#M60474</link>
      <description>Maybe there's a patch on the system that is dependent on the one's you've removed.&lt;BR /&gt;&lt;BR /&gt;Take a look in /tmp/PHTXT&lt;BR /&gt;&lt;BR /&gt;grep -i depend *text | grep -vi none should pick up any dependencies. Although you may need to take a closer look.&lt;BR /&gt;&lt;BR /&gt;One thought before you start looking at the patches. I wonder if it's DNS lookup issue. How long is telnet hanging before the login prompt apeears? About aminute would suggest a DNS lookup timeout.&lt;BR /&gt;&lt;BR /&gt;Try netstat -an&lt;BR /&gt;&lt;BR /&gt;The n means it doesn't try and resolve the ip addresses to names. If it's quicker then it could be DNS.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 25 Apr 2002 10:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710787#M60474</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-25T10:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710788#M60475</link>
      <description>hi David,&lt;BR /&gt;&lt;BR /&gt;there is no problem with patch dependencies, but as u said "netstat -an" output is fast. &lt;BR /&gt;while telnet, it is waiting just more than a minute before login prompt comes, but immediately after reboot it is taking 4-5 minutes. further it is a trusted system.&lt;BR /&gt;&lt;BR /&gt;there is no DNS configured on it.&lt;BR /&gt;&lt;BR /&gt;one more thing is the following message is flashing on the console.&lt;BR /&gt;&lt;BR /&gt;NIS: server not responding for domain "n"; still trying&lt;BR /&gt;&lt;BR /&gt;but there is no NIS configured on this server.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;ravi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope</description>
      <pubDate>Thu, 25 Apr 2002 11:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710788#M60475</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-25T11:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710789#M60476</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check in /etc/rc.config.d/namesvrs if this is commented to 0&lt;BR /&gt;&lt;BR /&gt;NIS_MASTER_SERVER=0&lt;BR /&gt;NIS_SLAVE_SERVER=0&lt;BR /&gt;NIS_CLIENT="0"&lt;BR /&gt;NISPLUS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Apr 2002 11:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710789#M60476</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-25T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710790#M60477</link>
      <description>As Clemens said (thanks) , make sure the NIS settings are set to 0. Also have you got an /etc/nsswitch.conf file? If so what is is set to?</description>
      <pubDate>Thu, 25 Apr 2002 11:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710790#M60477</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-25T11:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710791#M60478</link>
      <description>If /etc/nsswitch.conf contains entries for nis then you'll want to look at copying /etc/nsswitch.files to /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 25 Apr 2002 11:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710791#M60478</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-25T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710792#M60479</link>
      <description>How did you get on?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 25 Apr 2002 12:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710792#M60479</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-25T12:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710793#M60480</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;still the problem is there. i set teh NIS entries in namesvrs as given. but "netstat -a" is still taking long time as is the case with telnet.&lt;BR /&gt;no nis client or server is not running.&lt;BR /&gt;&lt;BR /&gt;is there any daemon that i should stop for changes to be effect.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;ravi</description>
      <pubDate>Thu, 25 Apr 2002 13:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710793#M60480</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-25T13:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710794#M60481</link>
      <description>Hi,&lt;BR /&gt;Some network patches overwrites the network configuration files. So please recheck all the network related files.&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;/etc/inetd.conf&lt;BR /&gt;/etc/services&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;                /namesvrs&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;/etc/hosts&lt;BR /&gt;&lt;BR /&gt;please check the above files and then do your stuff.&lt;BR /&gt;&lt;BR /&gt;Also PHNE_25116 can be uninstalled if you wish. This patch has warnings associated with it.&lt;BR /&gt;&lt;BR /&gt;You can user custom patch manager to build your machine with all latest patches that might solve yuour problem othersie.&lt;BR /&gt;&lt;BR /&gt;-pap&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Apr 2002 14:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710794#M60481</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-25T14:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710795#M60482</link>
      <description>hi pap,&lt;BR /&gt;&lt;BR /&gt;what is custom patch manager i could not get it.&lt;BR /&gt;pl reply&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;ravi</description>
      <pubDate>Thu, 25 Apr 2002 15:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710795#M60482</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-25T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710796#M60483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Custom patch manager you will find on this link !&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://europe-support.external.hp.com/common/bin/doc.pl/sid=12f272981682b3f521" target="_blank"&gt;http://europe-support.external.hp.com/common/bin/doc.pl/sid=12f272981682b3f521&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Thu, 25 Apr 2002 15:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710796#M60483</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-25T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710797#M60484</link>
      <description>ps -ef | grep yp will show if there are any NIS processes running.&lt;BR /&gt;&lt;BR /&gt;What do you get?&lt;BR /&gt;&lt;BR /&gt;Have you rebooted since?&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 25 Apr 2002 15:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710797#M60484</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-25T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710798#M60485</link>
      <description>HI Ravi,&lt;BR /&gt;Sorry for replying you late.&lt;BR /&gt;&lt;BR /&gt;Custom patch manager is a very good item which you can use it from HP's ITRC. If you have software support contract with HP then only you can use it. Otherwise you have to pay $99 for one time use.&lt;BR /&gt;&lt;BR /&gt;Here is brief explanation about Custom Patch Manager.&lt;BR /&gt;&lt;BR /&gt;1.It will give you a script to be dwonloaded from ITRC.&lt;BR /&gt;2. You have to run that script on your machine under consideration.This script will basically considers all the softwares installed on your machine including patches, and do analysis on it and verifies which patches are needed to be installed on the system in order to make the system up to date.&lt;BR /&gt;3. FInally it will give you the list of patches required to be intalled on your machine along with the analysis description which tell you if there is any conflict among the patches. It will also ask you to add if any dependent patches required. &lt;BR /&gt;&lt;BR /&gt;This is a most reliable PATCHES Installation on sensitive machines. YOU MUST USE THIS FOR YOUR MACHINE and it is highly recommended. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From the patches results given by custom patch manager, you can slect HP's Recommended patches rather than latest patches. Also try to avoid any patches which includes warnings.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Thu, 25 Apr 2002 15:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710798#M60485</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-25T15:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710799#M60486</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;the problem is solved.&lt;BR /&gt;&lt;BR /&gt;ypbind was running, i killed the process.&lt;BR /&gt;i don't know how it was started when no NIS configuration was done.&lt;BR /&gt;&lt;BR /&gt;thanks to all&lt;BR /&gt;regds&lt;BR /&gt;ravi</description>
      <pubDate>Thu, 25 Apr 2002 15:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710799#M60486</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-04-25T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710800#M60487</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ypbind was started as the NIS variables where set in namesvrs to 1.&lt;BR /&gt;Probably by patch.&lt;BR /&gt;You should have stopped them after correcting the file.&lt;BR /&gt;&lt;BR /&gt;Or possible reboot would have done the trick.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;C.</description>
      <pubDate>Thu, 25 Apr 2002 15:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710800#M60487</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-25T15:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: patches problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710801#M60488</link>
      <description>Hi Ravi,&lt;BR /&gt;As I told you before in my previsou reply to your question some network related patches changes the network related files ( I also mentioned /etc/rc.config.d/namesvrs) . Your "ypbind" process started because that file set to default variables value and caused to change NIS_CLIENT=1 or NIS_SERVER=1.&lt;BR /&gt;&lt;BR /&gt;You will be gain in same problem when you reboot your machine. To permenantly get rid of the problem you have to changed that file and set the variables to "0" instead of 1.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Thu, 25 Apr 2002 16:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patches-problem/m-p/2710801#M60488</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-25T16:36:59Z</dc:date>
    </item>
  </channel>
</rss>

