- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11.11 seems to pause and go
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
06-25-2007 03:52 AM
06-25-2007 03:52 AM
HP-UX 11.11 seems to pause and go
syslog and dmesg report nothing other than routine su messages during the lockup.
Any suggestions on how to further define this problem would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 03:59 AM
06-25-2007 03:59 AM
Re: HP-UX 11.11 seems to pause and go
With 2 10G instances, I would have at least 8GB of RAM, if not more. If you are paging out, then performance will be slow to absolutely terrible.
If possible, run 'swapinfo -tam' and 'vmstat 5 20'. With the vmstat command, check the value of the 'po' column. If it is double digits or higher, then lack of RAM is probably your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 04:02 AM
06-25-2007 04:02 AM
Re: HP-UX 11.11 seems to pause and go
> If you attempt a new telnet it appears to take the connection, but doesn't offer a login prompt.
If the behavior only manifests itself when you connect by name and not by IP addresss, then this is probably a reverse DNS resolution issue. Verify that you have reverse name pointers available in DNS.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 04:28 AM
06-25-2007 04:28 AM
Re: HP-UX 11.11 seems to pause and go
The problem is not strictly related to gaining access to the machine, so I don't suspect a DNS problem. I tried the telnet to determine initially if it was a problem with the window in question or the machine in general.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 04:34 AM
06-25-2007 04:34 AM
Re: HP-UX 11.11 seems to pause and go
http://www.hpux.ws/system.perf.sh
Collect data over time.
This problem seems typical of either an I/O problem or a system coming on the network with the same IP address, causing a network freeze.
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
06-25-2007 04:58 AM
06-25-2007 04:58 AM
Re: HP-UX 11.11 seems to pause and go
For an Oracle database, 2GB is an awfully small memory footprint.
I'd also check your dynamic buffer cache size. Make sure that your 'dbc_max_pct' isn't still set to the default 50%.
If your buffer cache is high, you may be seeing the effects of the 'syncer' daemon flushing modified buffers every 30-seconds.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 02:28 AM
06-26-2007 02:28 AM
Re: HP-UX 11.11 seems to pause and go
Although it doesn't appear to to be network caused - all of the symptoms you report have a network component. Is there non-network impacted activity on the system that is also showing these stalls.
The key is finding out what the processes are blocking on. A simple technique would be to start up some "canary" scripts and see if they are affected. Measureware data and/or sar scripts might also add some clues.
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 02:37 AM
06-26-2007 02:37 AM
Re: HP-UX 11.11 seems to pause and go
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 02:42 AM
06-26-2007 02:42 AM
Re: HP-UX 11.11 seems to pause and go
I appreciate all the suggestions I have received so far. Just my luck, now that I have some time to pursue this, it hasn't happened.
To summarize, I will increase sar monitoring and add the monitor script or a modified version suggested earlier in this thread, in addition I will try to eliminate the network as a culprit by utilizing the console. Do any of these systems suggest bad hardware, e.g. a failing network card or memory...
Thanks for you help everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 02:42 AM
06-26-2007 02:42 AM
Re: HP-UX 11.11 seems to pause and go
This is not enough ram to run Oracle 8i properly, much less 10g. I've got more ram than this in PC, and exactly that much ram in my laptop!
You're at 30% swap, and during a swap in-out process, you're going to have the system exhibit this horrible shudder and lack of response while it rethinks its resources, and puts some of this off to disk, and shuffles in other stuff back into memory.
I believe that you need ram, badly.
I'm with Patrick, 8G minimum, 12G or 16G would be better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 05:18 AM
06-26-2007 05:18 AM
Re: HP-UX 11.11 seems to pause and go
I am more inclined to lean towards a network issue at this time. It has come to my attention that we have a similar problem on a sun machine which for reasons I won't get into here has been hide NAT'd at our firewalls to the same address as the HP Machine in question. This NAT may be confusing the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 08:11 AM
06-26-2007 08:11 AM
Re: HP-UX 11.11 seems to pause and go
Please excuse the mistake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 03:54 PM
06-26-2007 03:54 PM
Re: HP-UX 11.11 seems to pause and go
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 12:54 AM
06-28-2007 12:54 AM
Re: HP-UX 11.11 seems to pause and go
Thank you for all the suggestions, they were very helpful. At this time I am closing this issue out, if necessary I will open a new one if the problem persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 12:55 AM
06-28-2007 12:55 AM