- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cblock exhaustion
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
02-21-2005 12:35 AM
02-21-2005 12:35 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 12:42 AM
02-21-2005 12:42 AM
Re: cblock exhaustion
nclist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 12:44 AM
02-21-2005 12:44 AM
Solutionjust check this thread, which may help you.
http://docs.hp.com/en/B3921-90010/nclist.5.html
regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 12:44 AM
02-21-2005 12:44 AM
Re: cblock exhaustion
FROM SAM (gui version)/kernel configuration/Configurable parameters/help
nclist
Specify number of cblocks for pty and tty data transfers.
Acceptable Values:
Minimum: 132
Maximum: Limited by available memory
Default: (100 + 16 * MAXUSERS)
Specify integer value or use integer formula expression. For more information, see Specifying Parameter Values.
Description
nclist specifies how many cblocks are allocated in the system. Data traffic is stored in cblocks as it passes through tty and pty devices.
The default value for nclist, (100 + 16 * MAXUSERS), is based on a formula of 100 cblocks for system use in handling traffic to the console, etc., plus
an average of 16 cblocks per user session. Note that cblocks are also used for serial connections other than login sessions, such as as SLIP
connections, UUCP transfers, terminal emulators, and such. If your system is using these other kinds of connections, nclist should be increased
accordingly.
If the cblock pool is exhausted, data being passed through a tty or pty device might be lost because no cblock was available when it was needed. If this
occurs, the following message is placed in the system message buffer:
WARNING: cblock exhaustion has occurred n times (see termio(7)).
This indicates that nclist needs to be increased. The minimum value for nclist is 132. There is no maximum, but each cblock consumes 32 bytes of
resident (non-swappable) machine memory, so the value should be selected with this in mind.
Additional Information
* Overview of Miscellaneous Parameters
* List of parameters
* Browse configurable kernel parameters help
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 01:31 AM
02-21-2005 01:31 AM
Re: cblock exhaustion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 01:34 AM
02-21-2005 01:34 AM