- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Error 12
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
03-18-2002 12:06 AM
03-18-2002 12:06 AM
I'm using Hp-UX B2000 with 9GB hardlisk. I've installed Oracle 8.1.7. The problem is that when I'm trying to bring up oracle using startup from svrmgrl prompt I'm getting the following error.
SVRMGR>startup
ORA-27102: out of memory
HP-UX Error: 12: Not enough space
Would be great if any one could give me the reason for this. Here are my kernel parameter values:
maxdsize - 3147483648
shmmax - 1073741824
swapmem_on - 1
I'm badly in need of this machine and would appreciate quick help from somebody.
Thanks in Advance
Regards
Siva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:16 AM
03-18-2002 12:16 AM
Re: HP-UX Error 12
shmmax=1073741824 or 0X40000000
shmmni=100
shmseg=10
semmns=1000
semmni=100
NOTE: If you are installing the 64-bit version of Oracle, you must also increase the kernel parameter MAXDSIZ to 384M or higher in order to prevent an 'out of process memory' error during relinking.
If you have Metalink, you may want to check Doc ID: Note:108387.1.
Regards,
Joseph.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:26 AM
03-18-2002 12:26 AM
Solutionedit init$ORACLE_SID.ora
Multiply:
db_block_size = 8192 by
db_block_buffers = 5000
and add
shared_pool_size = 40485760
8192*5000=40960000+40485760=81445760.
You SGA will be greater than 81445760.
shmmax must be greater that this value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:33 AM
03-18-2002 12:33 AM
Re: HP-UX Error 12
My db_block_size is 8192, db_block_buffers is 2048 and shared_pool_size is 157286400 and the final value is lesser than the value of shmmax. Anyway thanks for the information.
Regards
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:47 AM
03-18-2002 12:47 AM
Re: HP-UX Error 12
Do you want me to change shmmax or verify the value? The values of shmmni, shmseg, semmns and semmni were 200, 120, 250 and 256 respectively. I changed the value of semmns to 1000 and then rebuilt the kernel, but I got the same error ( no enough memory). Anyway thanks for the information.
Regards
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:48 AM
03-18-2002 12:48 AM
Re: HP-UX Error 12
Now run swapinfo -a and see reserved size, and swap utilization.
Is swap space size configured with at least physical memory size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:49 AM
03-18-2002 12:49 AM
Re: HP-UX Error 12
Check your swapspace and that you infact have enough free memory.
Try reducing the SGA size to a minimum.
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 01:00 AM
03-18-2002 01:00 AM
Re: HP-UX Error 12
TYPE Kb Kb Kb PCT
Avail Used used Used
dev 1048576 0 1048576 0%
reserve - 202944 -202944
memory 381668 35840 345828
I'm not sure what I should I proceed with. Plse do give me some other additional information.
Thanks & Regards
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 01:07 AM
03-18-2002 01:07 AM
Re: HP-UX Error 12
SGA (in 32 bit shared memory) is mapped into a single addressing space where it is shared with memory mapped files, other shared memory segments and shared libraries. It is likely that there is no single segment free that is large enough for the SGA you are requesting. Try reducing your SGA to just a few hundred megs and run it again.
To see the fragmentation in your 32bit memory area, get a copy of shminfo:
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/
64bit programs do not have this limitation of a shared memory area. You may also want to look at memory windows to give Oracle a clean address space. Note that if your overall RAM is small (less than 4000 megs), paging (swapping) will severely impact the performance of Oracle in a busy environment. Be sure to read the 3 white papers in /usr/share/doc on mem_mt, proc_mgt and memory windows (may require patches to add memory windows to your version of HP-UX),
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 03:20 AM
03-18-2002 03:20 AM
Re: HP-UX Error 12
You wrote that the maxdsize is :
maxdsize - 3147483648 ???
Three Gigs for the max data size !!!
Are you sure you still have memory for the others :
. hp-ux
. Applications
. Tools
. Interactive users
How much physical memory and swap you have ???
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 10:19 PM
03-18-2002 10:19 PM
Re: HP-UX Error 12
your problem is definitely your Oracle database SGA exceeding your shared memory on the system.Please reduce your SGA to resolve your problem.
If your Oracle application is 32 bit then your memory on the server can be used only to a extent.
Just go thru' this link.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5694c3d7fb78d4118fef0090279cd0f9,00.html
To resolve the error please reduce your SGA size and start the database.
If you have a big value for the large_pool_size or shared_pool_size just reduce that and try starting your database.
Then the problem can be investigated in detail
Thanks
G Manikandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:51 PM
03-18-2002 11:51 PM
Re: HP-UX Error 12
An workaround is made by adding one more swap space and the problem of memory is not occuring.
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 06:59 AM
03-19-2002 06:59 AM
Re: HP-UX Error 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 10:44 AM
03-19-2002 10:44 AM
Re: HP-UX Error 12
You have to set "maxdsiz" parameter to a value equal to 2 GB. (0x7B03A0000) for 32 bit operation.
You may have to increase your swap memory depending upon the physical memory size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 04:30 PM
03-19-2002 04:30 PM
Re: HP-UX Error 12
Are you still getting error?
Your problem solved????
Please update us so that we can have idea what is going on at your end.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 08:12 PM
03-19-2002 08:12 PM
Re: HP-UX Error 12
Still the problem is occuring. As I said the workaround which I handled is that, I added one more swap space (paging) and it worked fine. But the size is getting increased drastically and I don't have so much of hard disk space to hold that. If any of you can give me any suggestions that would be great.
The value of maxdsiz is around 3GB.
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 11:35 PM
03-19-2002 11:35 PM
Re: HP-UX Error 12
To reduce the need for swapspace you can use the function called "psuedo-swap".
This is set up in the kernel and kindof fools the applications to belive there is swapspace available when there is not.
This us useful when running applications that must recide in physical memory (such as Oracle SGA) as you then never will utilize the swapspace.
How to set it up?
Set the kernel parameter "swapmem_on" to 1
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 11:56 PM
03-19-2002 11:56 PM
Re: HP-UX Error 12
I was changing the wrong init$SID.ora file and when I changed the exact file, I was able to bring up the oracle. But even then I need more shared memory for oracle (that can be set using shared_pool_size) and if I increase that I'm not able to bring up the database. So I need some workaround to make it work (one would be to add one more hard disk, but that's costlier). I appreciate all your help for fixing this.
Thanks & Regards
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:32 AM
03-20-2002 08:32 AM
Re: HP-UX Error 12
HAve you solved your problem? or still trying.
Please kindly update if you already resolved it. Also provide correct the resolution so that we can keep that in our mind.
Also, It will be great if you can assign points to all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 07:15 PM
03-20-2002 07:15 PM
Re: HP-UX Error 12
It is because of the very large value that is used for shared_pool_size. I reduced that to a reasonable value and I no longer face that problem. Thanks for everybody effort in helping me.
Pap,
Sure. I'll assign points to everybody based on the answers.
Thanks & Regards
Siva