HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Kernel Thread
 
Operating System - HP-UX
        1840125
        Members
    
    
        1875
        Online
    
    
        110161
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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
 
04-09-2003 10:30 AM
04-09-2003 10:30 AM
			
				
					
						
							Kernel Thread
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						All:
We are getting the following error message from one of application called ESSBASE.
"{OS MESSAGE} Failed to create thread. Not enough space"
Can some throw some light on the cause and help us
		
		
	
	
	
We are getting the following error message from one of application called ESSBASE.
"{OS MESSAGE} Failed to create thread. Not enough space"
Can some throw some light on the cause and help us
	gk
			
			
				
			
			
			
			
			
			
		
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-09-2003 12:41 PM
04-09-2003 12:41 PM
			
				
					
						
							Re: Kernel Thread
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						In general "Not enough space" means that the system returned ENOSPC which is errno 28:
ENOSPC 28 /* No space left on device */
[ENOSPC] No space left on device.
During a write() to an ordinary file, there is no free space left on the device; or no space in system table during msgget(), semget(), or semop() while SEM_UNDO flag is set.
It can also indicate that you are out of swapspace when we are talking about creating new processes or threads.
Check your swap space with the swapinfo command. In general, your system should have twice as much DEVICE swap as you have physical memory.
Best regards,
Kent M. Ostby
					
				
			
			
				
		
		
	
	
	
ENOSPC 28 /* No space left on device */
[ENOSPC] No space left on device.
During a write() to an ordinary file, there is no free space left on the device; or no space in system table during msgget(), semget(), or semop() while SEM_UNDO flag is set.
It can also indicate that you are out of swapspace when we are talking about creating new processes or threads.
Check your swap space with the swapinfo command. In general, your system should have twice as much DEVICE swap as you have physical memory.
Best regards,
Kent M. Ostby
	"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-10-2003 02:20 AM
04-10-2003 02:20 AM
			
				
					
						
							Re: Kernel Thread
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi
Try to increase 'max_thread_proc' kernel value.
Good luck
Adam
					
				
			
			
				
		
		
	
	
	
Try to increase 'max_thread_proc' kernel value.
Good luck
Adam
	I do everything perfectly, except from my mistakes
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-10-2003 03:33 AM
04-10-2003 03:33 AM
			
				
					
						
							Re: Kernel Thread
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						The things I would check are
1.Amount of memory utilized on the system.
ALso the swap usage.
2.check for the kernel parameters
maxssiz
maxdsiz
max_thread_proc
Revert
		
		
	
	
	
1.Amount of memory utilized on the system.
ALso the swap usage.
2.check for the kernel parameters
maxssiz
maxdsiz
max_thread_proc
Revert
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP