- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory problem on K410
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-04-2005 01:41 AM
05-04-2005 01:41 AM
HPUX 11.0
It has 1.1GB of Physical memory and I have 3 seperate logical volumes of swap at 1GB each.
I am getting the following errors when doing different things on the server:
frecover:
frecover(5441): malloc error: not enough virtual memory to use fastsearch.
glance:
mi_bufset_checks - KI bufsize too small 65536
midaemon: Wed May 4 08:59:00 2005
rlim_max = 4997120, cpus = 3
midaemon: Wed May 4 08:59:00 2005
bufs = 2, maxmem = 393216
midaemon: Wed May 4 08:59:00 2005
Increase system maxdsiz
Currently the maxdsize is 5000000
I tried to increase it to 67108864 and got the following:
Cannot build a kernel using /usr/sbin/config. The standard output of the command is shown below:
Make: Cannot allocate memory. Stop.
config: make did an exit(1)
The command exitted with exitcode -71
I looked at Virtual Memory Activity in sam and got:
virtual memory activity
avm - 2119
free - 241768
re - 22
at - 10
pi - 4
fr - 0
de - 13
sr - 0
in - 968
sys - 738
cs - 126
CPU
cpu procs
us sy id r b w
1 2 97 0 1 0
2 2 96
2 2 96
memory setting from system properties in SAM:
Physical Memory: 1153.0 MB
Real Memory:
Total: 44331.9 KB
Virtual Memory:
Active: 12385.6 KB
Total: 38617.3 KB
Free Memory Pages: 241187 at 4 KB/page
Swap Space:
Avail: 3552 MB
Used: 81 MB
Where do I look to find out where my problem really is? EMS Monitoring is enabled on this system. We have not seen any memory errors. We did have a drive go bad. It did contain one of the swap spaces. The drive has been replaced and the swap space recreated. We started having these problems right before the hard drive went bad.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 01:52 AM
05-04-2005 01:52 AM
Re: Memory problem on K410
kmtune
and
swapinfo -ta
?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 01:52 AM
05-04-2005 01:52 AM
Re: Memory problem on K410
You may have a kernel limitation that limits allocation of shared memory shmmax for example.
You need some data.
If you don't have glance/gpm you can do a 60 day trial or use the sar utils I'm attaching.
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
05-04-2005 01:57 AM
05-04-2005 01:57 AM
Re: Memory problem on K410
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 02:27 AM
05-04-2005 02:27 AM
SolutionYou need to boot from vmunix.prev and use it to build a new kernel.
I would set maxdsiz to about 512MB, maxssiz to 32MB (or 64MB), and maxtsiz to 128MB. These are all reasonable values and will keep you from having problems building kernels in the future. Note that these values are all per-perprocess limits and really have nothing to do with how much physical or virtual memory you have. Also note that these values are set in bytes and not in 4K pages so that to set 512MB, you need to enter 0x20000000 (or 536870912).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 04:10 AM
05-04-2005 04:10 AM
Re: Memory problem on K410
Thanks again. I will closee this thread and award points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 04:12 AM
05-04-2005 04:12 AM