- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shared memory fail
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
10-02-2003 08:11 PM
10-02-2003 08:11 PM
shared memory fail
mi_create - shared memory database initialization fail; vss=15004672 bytes, the current kermel paramters has been tuen as below,
nproc 2048
shmmni 512
shmseq 500
shmmax 5G
Does anyone has the experience how to troubleshoot this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 08:48 PM
10-02-2003 08:48 PM
Re: shared memory fail
It can also be started manually.
The program is /opt/perf/bin/midaemon, and it will log status and error to /var/opt/perf/status.mi
(If that file cannot be created, midaemon will create /tmp/status.mi instead).
Take a look at that file for clues.
It could be that it can't find your kernel if it is not the standard one (/stand/vmunix).
There are a number of options you can try to start it up with manually.
Use "man midaemon" for more info.
BTW - your entry for shmmax looks a little odd, my system has:
shmmax 0X40000000
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 09:10 PM
10-02-2003 09:10 PM
Re: shared memory fail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 09:15 PM
10-02-2003 09:15 PM
Re: shared memory fail
The -p = permanent, midaemon will remain running all the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 10:23 PM
10-02-2003 10:23 PM
Re: shared memory fail
1.check your memory and swap usage on the system
#swapinfo -ta
2.your shmmnis 512
What is the output of
#ipcs -s | wc -l
It this crosses the value of 512 then you will have to increase that value.
Revert