- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with memory
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-14-2005 04:39 AM
03-14-2005 04:39 AM
Problem with memory
I have a problem with some data from memory. I don't understand why if I have 4GB memory installed when I see monitor performance tool I only see 2GB of real memory. Can somebody explain me what happen with memory and what is the meaning of memory active, virtual memory active, etc? Aditional in the event log of Oracle application appears the following message: HPUX Error: 233: No buffer space available. I atached a document with print screen of problem and Oracle log. Please help me,
Thanks,
Alymarcor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 04:56 AM
03-14-2005 04:56 AM
Re: Problem with memory
Real Memory: Amount of real memory in the machine thatis available to user processes and the virtual paging system
(not held by the kernel)
Active: Real memory currently being used.
Total: Total real memory in the system.
Virtual Memory:
Amount of virtual memory (also called pseudo-swap) in the system (as defined by pstat (see pstat(2)):
Active: Virtual memory currently in use.
Total: Total virtual memory in the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 04:59 AM
03-14-2005 04:59 AM
Re: Problem with memory
You may have default buffer cache set-i.e
dbc_max_pct at 50%.
kmtune -lq dbc_max_pct
kmtune -lq dbc_min_pct
kmtune -lq nbuf
kmtune -lq bufpages
No Buffer space available error can be caused by number of reasons.
Post following
swapinfo -mta
glance -m
ndd -get /dev/tcp tcp_conn_request_max
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 05:21 AM
03-14-2005 05:21 AM
Re: Problem with memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 05:41 AM
03-14-2005 05:41 AM
Re: Problem with memory
If you have Online diagnostics installed, you can go look for yourself.
for cstm:
cstm
map
sel dev nn [where nn is the device number for memory]
info
il
The information log will tell you what slots you have memory in, the sizes, total amount of memory, status, any errors, etc.
There is also an X related command, xstm. Select memory, run infomation. The report will come up.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 06:11 AM
03-14-2005 06:11 AM
Re: Problem with memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 05:56 PM
03-14-2005 05:56 PM
Re: Problem with memory
try using ipcs -mobt to see how may shared segments have also been occupied by other processes .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 06:16 PM
03-14-2005 06:16 PM
Re: Problem with memory
Regards,
Isralyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 02:12 AM
03-15-2005 02:12 AM
Re: Problem with memory
Thanks,
Alymarcor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 02:18 AM
03-15-2005 02:18 AM
Re: Problem with memory
To be sure look at
ftp://eh:spear9@hprc.external.hp.com/memory.htm
It is a good site with great memory tools
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 02:25 AM
03-15-2005 02:25 AM
Re: Problem with memory
This is probably an oracle issue with
memory leaks
#define ENOBUFS 233 /* No buffer space available */
What ENOBUFS means:
===================
In many cases, ENOBUFS just means there's no sufficient memory available and the system(kernel) can not allocate more
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 09:57 AM
03-18-2005 09:57 AM