- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patches problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 01:23 AM
04-25-2002 01:23 AM
i have hp-ux 11.00 running on L-1000 server with 2 processors and 2gb memory.
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.
then i reinstalled PHNE_25116 and PHKL_25775 (supercede of PHKL_24268), but the problem is not solved, the server is still slow.
can anybody suggest what to do?
thanks in advance
ravi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 01:42 AM
04-25-2002 01:42 AM
Re: patches problem
Maybe a patch is in a funny state :-
If you run swlist -l fileset -a state you should see all the filesets as configured.
Use swconfig to configure any that are configured.
Check performance :-
Run top and sar to see if anything is hammering the cpu etc.
sar -d 5 5 will show you if there is a disk i/o bottleneck. avwait shouldn't exceed avserv.
sar -u 5 5 will show you the cpu. Look to see if %idle is low.
Take a look at the man pages for sar, iostat.
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.
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 03:31 AM
04-25-2002 03:31 AM
Re: patches problem
i observed for all bottle necks but there seems to be no problem.
even "netstat -a" is also taking long time to display each line, why?
regds
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 03:46 AM
04-25-2002 03:46 AM
Re: patches problem
Take a look in /tmp/PHTXT
grep -i depend *text | grep -vi none should pick up any dependencies. Although you may need to take a closer look.
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.
Try netstat -an
The n means it doesn't try and resolve the ip addresses to names. If it's quicker then it could be DNS.
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 04:04 AM
04-25-2002 04:04 AM
Re: patches problem
there is no problem with patch dependencies, but as u said "netstat -an" output is fast.
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.
there is no DNS configured on it.
one more thing is the following message is flashing on the console.
NIS: server not responding for domain "n"; still trying
but there is no NIS configured on this server.
thanks
ravi
hope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 04:08 AM
04-25-2002 04:08 AM
Re: patches problem
Check in /etc/rc.config.d/namesvrs if this is commented to 0
NIS_MASTER_SERVER=0
NIS_SLAVE_SERVER=0
NIS_CLIENT="0"
NISPLUS_SERVER=0
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 04:21 AM
04-25-2002 04:21 AM
Re: patches problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 04:30 AM
04-25-2002 04:30 AM
Re: patches problem
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 05:40 AM
04-25-2002 05:40 AM
Re: patches problem
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 06:24 AM
04-25-2002 06:24 AM
Re: patches problem
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.
no nis client or server is not running.
is there any daemon that i should stop for changes to be effect.
thanks
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 07:09 AM
04-25-2002 07:09 AM
Re: patches problem
Some network patches overwrites the network configuration files. So please recheck all the network related files.
/etc/nsswitch.conf
/etc/inetd.conf
/etc/services
/etc/rc.config.d/netconf
/namesvrs
/etc/resolv.conf
/etc/hosts
please check the above files and then do your stuff.
Also PHNE_25116 can be uninstalled if you wish. This patch has warnings associated with it.
You can user custom patch manager to build your machine with all latest patches that might solve yuour problem othersie.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:05 AM
04-25-2002 08:05 AM
Re: patches problem
what is custom patch manager i could not get it.
pl reply
regds
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:09 AM
04-25-2002 08:09 AM
Re: patches problem
Custom patch manager you will find on this link !
http://europe-support.external.hp.com/common/bin/doc.pl/sid=12f272981682b3f521
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:43 AM
04-25-2002 08:43 AM
Re: patches problem
Sorry for replying you late.
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.
Here is brief explanation about Custom Patch Manager.
1.It will give you a script to be dwonloaded from ITRC.
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.
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.
This is a most reliable PATCHES Installation on sensitive machines. YOU MUST USE THIS FOR YOUR MACHINE and it is highly recommended.
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.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:43 AM
04-25-2002 08:43 AM
Re: patches problem
the problem is solved.
ypbind was running, i killed the process.
i don't know how it was started when no NIS configuration was done.
thanks to all
regds
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:48 AM
04-25-2002 08:48 AM
Re: patches problem
Ypbind was started as the NIS variables where set in namesvrs to 1.
Probably by patch.
You should have stopped them after correcting the file.
Or possible reboot would have done the trick.
Regards,
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 09:36 AM
04-25-2002 09:36 AM
Re: patches problem
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.
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.
-pap