- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nbuf setting
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-12-2002 06:07 PM
03-12-2002 06:07 PM
Our L2000 hp-ux server running hp-ux 11.00 with 4GB RAM
we are using oracle db and have about 1200 concurrent user to access it.
The figure for nbuf (from glance) is 5444 and usage is 100%. Do I need to increate nbuf figure and what is this usage ?
--------
Proc Table (nproc) 2112 873 41 41
File Table (nfile) 33738 7126 21 21
Shared Mem Table (shmmni) 512 10 2 2
Message Table (msgmni) 2112 2 0 0
Semaphore Table (semmni) 10560 25 0 0
File Locks (nflocks) 2112 10 0 1
Pseudo Terminals (npty) 256 1 0 0
Buffer Headers (nbuf) 5544 5544 100 100
------------------------------------
Regard,
Aaron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 06:20 PM
03-12-2002 06:20 PM
Re: nbuf setting
In the link below is a full explanation on 'nbuf'
http://www.docs.hp.com/hpux/onlinedocs/os/KCparam.Nbuf.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 07:35 PM
03-12-2002 07:35 PM
Re: nbuf setting
is it enough
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:06 PM
03-12-2002 08:06 PM
Re: nbuf setting
to have any more than 300Mb buffer cache. So,
if you have say 4Gb of RAM, you would to only
set up 7% as your maximum and perhaps 2% as
your minimum. Below are the kernel parameters
for these.
dbc_max_pct 7
dbs_min_pct 2
I'm not sure of the figure of 131072 you have
identified... Is this a snapshot from glance?
The easiest way to find out what the current
parameters are is to look in sam. How you get
the current available is to look in glance and
then press F3 for Mem Rpt.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:20 PM
03-12-2002 08:20 PM
SolutionHere is another discussion on a similar topic.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf1d635067c18d6118ff40090279cd0f9,00.html
HTH
-Michael