- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Slowdown
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
08-28-2004 10:03 PM
08-28-2004 10:03 PM
System Slowdown
I have seen a lot of system slowdown threads, but can't seem to find a problem to my solution.
One of my C3600 workstations, has slowed down to a turtles (maybe a snail) pace. Telnets to the machine require me to have cup a coffee & a snack before I can see the login prompt. The machine runs UG NX 2 on HP UX 11.
I checked using sar and top and the system is practically idle. I guess it is a network problem. I restarted the machine and it took almost 1 hour to boot up, it held up for a while, when starting the SNMP subagent(20 minutes) then hung up at time synchronization (10 minutes), X print server (20 minutes) and CDE startup (10 Minutes). I have not been able to get into cde, it just stops at the CUI prompt.
Right now I am trying to install patches and it is taking very long, I have left the machine on for 3 hours and it is still trying to create a depot. my ps -ef looks fine and shows that the system is executing the right commands, and top shows that the processes are executing, but why the slow response.
I hope to get the patches installed and see if there is a change, but before I even reconsider a reinstall, maybe some of you can give me some ideas as to the cause and the way to figure it our.
Cheers,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 06:28 AM
08-29-2004 06:28 AM
Re: System Slowdown
1) Is the hostname and ip address configured correctly in /etc/hosts? If not, do so.
2) Are you using DNS? If so, is your /etc/resolv.conf set to look for the correct DNS server? Is you /etc/nsswitch.conf file set to look for stuff in the correct order?
In the nsswitch.conf file, you should look in files first and the dns.
hosts: files [ NOUTFOUND=continue ] dns
or something very similar.
Also check if nslookup returns the correct values for this machine for both the name and IP address.
# nslookup machinename
# nslookup 1.2.3.4
(where 1.2.3.4 is the correct IP address for this machine). The values returned should be appropriate for this machine. If not, fix dns or /etc/hosts depending on where the resolution came from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 08:17 AM
08-29-2004 08:17 AM
Re: System Slowdown
Most of the trouble is probably from what he said. If you are using DNS and you can't contact /etc/resolv.conf servers or they are slow out of date microsoft servers that could be a major contributor.
Network hardware between you and those /etc/resolve.conf servers can also slow you down and needs to be checked for correct swtich port speed and duplex settings.
AND.
When i first but 11i v1 on a slow D320 everything involving SD/UX was painfully slow. Depot create and install.
Then i downloaded and installed every sd/ux patch in creation and things speed up.
You also might want to go command line mode and do an init 2.
Less stuff will be running and your machine will be less stressed when you try to do the patches. All of the swagentd processes that sd/ux software distributor needs are at level 2, so you can do the install with less junk running.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 08:36 AM
08-29-2004 08:36 AM
Re: System Slowdown
dmesg -
and look at its output ? If you see SCSI reset messages, check all SCSI connections and SCSI ID duplication.
The main question: what has been changed on this machine, which caused the slow down ? Did the computer work properly before ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 02:57 PM
08-29-2004 02:57 PM
Re: System Slowdown
I agree with all forumer here about this,similar problems are issued by not proper Networking problem in the case(DNS,ip,hostname and so on)
As you see, all above posting are really nice soulution.
If you treat network files these days, that is able to remind you what happened on it.
Normally,when boot the system up, it checks network environment itself whether normal or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 03:16 PM
08-29-2004 03:16 PM
Re: System Slowdown
Take a look at these threads:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=274427
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=108922
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=91892
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 10:24 AM
08-31-2004 10:24 AM