- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot rebuild kernel
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
07-09-2002 02:41 AM
07-09-2002 02:41 AM
# mk_kernel -s system
Generating module: krm...
Compiling conf.c...
Loading the kernel...
Out of memory.
*** Error exit code 12
I cannot change any parameters to change maxdsiz or any other.
Any idea??
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 02:51 AM
07-09-2002 02:51 AM
Solutionlook at ulimit -a
then maxdsiz via sam
If ulimit very low then
Change maxdsiz in the kernel,
run the following command as root
:
echo "maxdsiz?W 0d16390" | adb -w /stand/vmunix /dev/kmem
Rebooted and it will be possible to generate a kernel without getting the "Out of Memory" error.
cp /stand/vmunix to other name if possible first to be safe
Steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 02:56 AM
07-09-2002 02:56 AM
Re: cannot rebuild kernel
just do following and reboot the machine. Be sure to copy the vmunix if in case required.
# adb -w /stand/vmunix
maxdsiz?2D <- input this
maxdsiz:
maxdsiz: 4096 16384
maxdsiz?W 0d16390 <- input this
maxdsiz: 61EC28 = 4096
control-d <- input this
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 04:03 AM
07-09-2002 04:03 AM
Re: cannot rebuild kernel
Verify that you are not deficient in swap space. Insufficient swap space is another reason for "out of memory" errors.
# swapinfo -tam
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 04:19 AM
07-09-2002 04:19 AM
Re: cannot rebuild kernel
It has been solved right now with the help of all of you. It was a problem with the kernel. Just made things as proposed by Steve and Amil and everything is working fine now.
Thanks for your time