- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- exec(2): insufficient swap or memory available.
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-01-2008 12:32 AM
05-01-2008 12:32 AM
Re: exec(2): insufficient swap or memory available.
Dear Almond
I think u can close this thread and u can assign points. Once u got answers please close thread and give points to the peoples then only next time onwards peoples will answer u all threads asap
Thanks once more
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 03:15 AM
05-01-2008 03:15 AM
Re: exec(2): insufficient swap or memory available.
Adding more swap may allow for running more processes, but your performance is going to be decidedly sub-optimal (some would say abominable) since your non-locked memory pages [Oracle usually locks the SGA in memory, but that's all] will be pushed to swap and back (thrashing).
Reduce your workload or add more memory (unless of course you don't mind waiting for disk I/Os all the time... your call, I suppose).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 02:36 AM
05-02-2008 02:36 AM
Re: exec(2): insufficient swap or memory available.
appreciate you can confirm my understanding. as shown below, our physical memory is 16GB, 8192 is configured as swap space, i need to configure swap space as double of our physical memory. i need to configure another 8160 of swap memory based on my calculation ->16*2-8192=8160MB). moving forward i can provision on disc of about 8 GB and configure it as swap memory? am i right? promise of good points. thanks a lot
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 677 7515 8% 0 - 1 /dev/vg00/lvol2
reserve - 7515 -7515
memory 8015 5762 2253 72%
total 16207 13954 2253 86% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 02:46 AM
05-02-2008 02:46 AM
Re: exec(2): insufficient swap or memory available.
Yes. You can create an additional pseudo swap. It is much easier using SAM.
if you need any further assistance, do let us know.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 02:59 AM
05-02-2008 02:59 AM
Re: exec(2): insufficient swap or memory available.
I only see about 8 Gb of memory (from the memory line) and 8 Gb of swap device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 03:27 AM
05-02-2008 03:27 AM
Re: exec(2): insufficient swap or memory available.
If the latter -- what release and tunable settings is appropriate.
Can you compile and run the attached and post the output? I'd like to see just what the kernel thinks is there physically. If it is supposed to be 16Gb and the kernel only got 9Gb you may simply have some bad DIMMs [or a misconfigured vPar?] at the heart of this issue. If there's 16Gb in the kernel but only 8Gb in pseudo-swap, we need to find why the kernel used so much at boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:14 AM
05-02-2008 04:14 AM
Re: exec(2): insufficient swap or memory available.
memory 8015 5762 2253 72%
ok, current used is 5 GB and free is 2 GB.
<
2. if with this swapinfo -tam output, and we have one new request to accomodate one new database requirement of 8GB of memory for their processing, what would be the best approach? do u think we can tune somewhere the memory rather than invest on buying additinal 8 GB of memory? if we need to buy, how big memory we need to buy?
3. to confirm steps to create additonal of 8GB of swap space is: provision 8GB of SAN storage to the server and configure it as per your steps as swap space? appreciate you can highlight if my understanding is wrong.
would really appreciate your advice. hope to hear from you. thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:22 AM
05-02-2008 04:22 AM
Re: exec(2): insufficient swap or memory available.
dont forget to post the output requested by Don above. This will shed some more lights on your current memory/swap configuration.
Once you have copied the script to your system, you can compile it using the following commands:
cc +DD32 -D_PSTAT64 mem_details.c -o mem_details
to run the program, try:
./mem_details
revert!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:28 AM
05-02-2008 04:28 AM
Re: exec(2): insufficient swap or memory available.
Addtion of extra physical memory does not implicit mean improvement of database performance. If you are running in DEDICATED SERVER mode and that you have lots of connection to the database server, then there will definitely be a gain in performance. Tunning of the database itself, will something different and a few more aspects will have to be looked into.
NB. You will need to collect some statistics on the current database performance prior to any further changes so that you can gauge any improvements. I would start with running oracle STATSPACK reports...
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 05:17 AM
05-02-2008 05:17 AM
Re: exec(2): insufficient swap or memory available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 06:58 AM
05-02-2008 06:58 AM
Re: exec(2): insufficient swap or memory available.
The DBA part, they can handle to generate their reports. and from the system part, you can collect the resource usage report and analyze the trendz and can figure out the future upgrade or else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 10:16 PM
05-02-2008 10:16 PM
Re: exec(2): insufficient swap or memory available.
Can U put below output here:-
# uname -a
# model
# bdf
# dmesg
# swapinfo -a
# vgdisplay -v /dev/vg00
# kctune or kmtune
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 12:14 AM
05-03-2008 12:14 AM
Re: exec(2): insufficient swap or memory available.
If you add memory it may help. If you only add device swap and you add another database, it will be even slower.
>2. if with this swapinfo -tam output, and we have one new request to accommodate one new database requirement of 8GB of memory for their processing, what would be the best approach? do you think we can tune somewhere the memory rather than invest on buying additional 8 GB of memory?
Do you have the expertise to tune it?
>if we need to buy, how big memory we need to buy?
More is better. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 12:47 AM
05-03-2008 12:47 AM
Re: exec(2): insufficient swap or memory available.
Yes. The DBA should know how to do this. if you need any kind of assistance on this, do let us know.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 12:59 AM
05-03-2008 12:59 AM
Re: exec(2): insufficient swap or memory available.
>what can be done to gauge or measure the improvement from system administration point of view?
At the OS level, you can run collect your overall performance using the HP Measureware. Basically, you will have to run the "extract" utility to dump data for a particular period and generate appropriate performance graphs.
e.g. (Extract performance data for the day and emails to me every night)
59 23 * * * /opt/perf/bin/extract -xp -r /home/yogi/zgbltemplate -g -b today 00:0
0 -e today 23:59 -f stdout | /bin/mailx -s "SRV2: Measureware Performance figures - FULL DAY " myemailaddress@mydom.mu >/dev/null 2>&1
hope this helps too!
kind regards
yogeeraj
- « Previous
-
- 1
- 2
- Next »