- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- undefined problems on hp/ux machine
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
05-30-2005 11:50 PM
05-30-2005 11:50 PM
this morning one of our hp/ux 11.11 machines was in an undefined state. I've tried to use top (top -s2) and got the error: "top: can't allocate sufficient memory".
I've tried the oracle "opmnctl status" and got the error "Memory fault (coredump)".
I think there was a memory problem. I've tried to reboot the machine, but the shell was hanging. Then I've tocced the machine and after reboot everything works fine. Right now my shell windows are hanging temporarily and doesn't answer. Minutes later the shell came back. After reading some forum entries I've tried the swapinfo -mat and got this output:
iukweb01:/#swapinfo -mat
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 2042 2054 50% 0 - 1 /dev/vg00/lvol2
reserve - 2054 -2054
memory 3059 3040 19 99%
total 7155 7136 19 100% - 0 -
Can anyone help me where to look and find out the problem???
regards
Christian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 11:54 PM
05-30-2005 11:54 PM
Re: undefined problems on hp/ux machine
/Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 12:02 AM
05-31-2005 12:02 AM
Re: undefined problems on hp/ux machine
the file systems are ok!
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 12:02 AM
05-31-2005 12:02 AM
SolutionIt sounds to me like you're swapping. That would account for your shell windows hanging temporarily.
Run "vmstat 1 5" and look at the "po" column. Numbers greater than 10 in this column indicate memory pressure (though I prefer to see nothing but zeros!). If you do have insufficient memory the only answer is to either reduce the requirements for memory by eliminating some processes or to increase the amount of memory available by purchasing some more.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 12:05 AM
05-31-2005 12:05 AM
Re: undefined problems on hp/ux machine
the vmstat 1 5 shows in the first line a value of 29 for the "po". In the other four lines there are nulls.
The machine has 4 GB of ram for one 9iAS Webserver.
regards
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 05:13 PM
05-31-2005 05:13 PM
Re: undefined problems on hp/ux machine
Just two days back there was post in forum where the author was able to solve the memory fault problem by increasing the MAXSSIZ. I think it might help you too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 05:23 PM
05-31-2005 05:23 PM
Re: undefined problems on hp/ux machine
Can u check the #ll /var/adm/crash output
Is there any directory called crash.X with latest timestamp .
If so at ur machine OS core dump has been occured call it as crash .It will happen on abnormal reboot of the system.Due to a H/W prob or OS panic or TOC . You have to contact the HP response center for analyzing that Core Dump .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 05:25 PM
05-31-2005 05:25 PM
Re: undefined problems on hp/ux machine
$ UNIX95= ps -e -o vsz,user,pid,args | sort -n
Also you may want to revise memory buffer cache size. By default it is set to take 50% of total RAM size, which is way too much.
$ kmtune -q dbc_max_pct
You are advised to lower dbc_max_pct to 5-10%, which should relieve memory pressure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:05 PM
06-02-2005 09:05 PM
Re: undefined problems on hp/ux machine
/usr/contrib/Q4/bin/kmeminfo
ipcs -mob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:18 PM
06-02-2005 09:18 PM
Re: undefined problems on hp/ux machine
if I use the /usr/contrib/Q4/bin/kmeminfo in the row "Available physical memory" appears the value 1048064.
Does this mean that I can use only 1 GB of memory? The machine has 4 GB of ram installed???
I'm a little bit confused right now?!?!?!?
regards
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 10:06 PM
06-02-2005 10:06 PM
Re: undefined problems on hp/ux machine
Check the output of kmeminfo command. If it contains
Physical memory usage summary (in pages):
then the values are shown in memory pages. Each page is 4 KB, therefore, your box has 4 GB.
Please, post the output of required commands.