- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 10.2 running very slow
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
01-07-2008 06:53 AM
01-07-2008 06:53 AM
I have a weird problem I can not quite find the cause of. I am running 10.2 on a 745 box.
Every thing runs extremly slow. The hard drive was up around 97% and I brought it down to 87%, but it made no difference. I went into sam and looked at the processes taking up CPU time and it was 99% idle. Is there any way to check the memory, to see if there are any physical issues with it? I was told that this box was functioning at one time and was just not used for a while, but did function last time it was used.
Every thing seems to function correctly, it is just extremly slow. Like going into Sam: I log in and it takes a good two minutes or more for the main screen to come up. Only other thing wrong that I am told, is when it is rebooted, it does not go into the HP VUE mode. Not sure exactly what it does, do not believe it fails any of the system check's. I am running it remotle through telnet (which again is outrageously slow logging into). I had the person onsite do a control break to go into single user mode, from there I telented in, however the person on site is reporting same extremly slow responses as well.
Not really sure what to look for in the syslogs, I am still pretty new to the unix admin stuff.
Thanks,
Phil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 07:04 AM
01-07-2008 07:04 AM
Re: 10.2 running very slow
I have to wonder if you're swapping. Run "vmstat 1 5" and take a look at the po column. If you see double digit numbers, you've got swapping issues and it will definitely mean slow going.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 07:32 AM
01-07-2008 07:32 AM
Re: 10.2 running very slow
You need real data to look at.
http://www.hpux.ws/?p=6
That being said, the most common cause of Oracle performance problem is the enormous memory consumption of their software.
Areas to look at:
1) Kernel tuning. Sometimes exceeding minimums on filehands maxuprc and shared memory helps performance.
2) Adding physical memory.
3) Tuning the Oracle SGA to be less of a littl oinker (pig) on memory.
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
01-07-2008 12:19 PM
01-07-2008 12:19 PM
Re: 10.2 running very slow
sar 5 10
sar -d 5 10
vmstat 5 5
swapinfo -tam
We will start from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 01:12 PM
01-07-2008 01:12 PM
Re: 10.2 running very slow
Thanks for all the suggestions.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 08:16 PM
01-07-2008 08:16 PM
Solutionhosts: files [NOTFOUND=continue UNAVAIL=continue] dns
Another possibility is uptime shows massively large workloads, 10, 50 even 100. Since this is a single processor system, these large workloads are indicative of a problem with large page management. There is an adb hack to turn off this feature if the work load for uptime is way too high.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 05:23 AM
01-08-2008 05:23 AM
Re: 10.2 running very slow
Would the networking issue also cause slow operation once some one is logged in and just running routine things like sam?
I will definately look into that when I have a chance.
Thanks,
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 05:27 AM
01-08-2008 05:27 AM
Re: 10.2 running very slow
Would networking issues also cause the system to run slow once you are logged in and doing routine stuff like running sam?
I will definately give it a look at when I get the chance.
Thanks,
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 05:53 AM
01-08-2008 05:53 AM
Re: 10.2 running very slow
Of course, with a box that old, it might only be capable of 10MbHD.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 07:01 AM
01-08-2008 07:01 AM
Re: 10.2 running very slow
I suggest too a "netstat -i" on the 745 to verify if you don't have collisions on your card. I had identified a deficient network component (bridge between two networks) by this way. I used then an netmon "digger" with HPOV to discover the pbs.
If there, try a local connection with telnet with a pc on the same lan.
If it 's works, it 's not your HP station, it's a network problem.
If it not works ,look at as says Phil, your network configuration on the HP computer.
Regards.
J.M.B.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 11:55 AM
01-08-2008 11:55 AM
Re: 10.2 running very slow
What does uptime show?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2008 12:42 PM
01-10-2008 12:42 PM
Re: 10.2 running very slow
Bill had it right. I changed the nsswitch to his suggestion and it boots into HPVUE mode and all is well
Thanks again!!
Phil