HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Web Jetadmin 7.0 problem (Linux)
 
Operating System - Linux
        1840139
        Members
    
    
        2217
        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
 
11-20-2002 02:06 AM
11-20-2002 02:06 AM
			
				
					
						
							Web Jetadmin 7.0 problem (Linux)
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I recently downloaded WJA 7.0 and tried to install it. The install went just fine, the WJA started up and everything looked good. But!.. after I rebooted the computer it won't start. When I try to start it, it says that WJA was started successfully, but there is no hpwebjetd process running. All I get is a line in error_log... "[DATE] [error] Cannot allocate shared memory: (17)File exists". If I do a complete uninstall and then re-install WJA, then it runs until the next reboot. I'm running Red Hat 7.3 (also tried 8.0 with same result).
If anyone has had this problem or knows a solution please post it here.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
If anyone has had this problem or knows a solution please post it here.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-21-2002 02:22 PM
11-21-2002 02:22 PM
			
				
					
						
							Re: Web Jetadmin 7.0 problem (Linux)
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hello,
I guess WebJetadmin needs lots of shared memory. During the first install, I guess it makes all necessary things to configure the system to be able to allocate that amount of shared memory.
However after subsequent reboots, the system default settings are applied (32Mb on Linux).
To change the maximum size of a shared memory segment :
echo "size_in_bytes" >/proc/sys/kernel/shmmax
To make sure that it is automatically configured by RedHat boot scripts, edit /etc/sysctl.conf and add :
kernel.shmmax = size_in_bytes
For exemple, to allow a single process to allocate up to 128 MB shared memory :
echo "134217728" >/proc/sys/kernel/shmmax
To do the same in system startup scripts, edit /etc/sysctl.conf as follows :
kernel.shmmax = 134217728
Good luck.
Kodjo
					
				
			
			
				
		
		
	
	
	
I guess WebJetadmin needs lots of shared memory. During the first install, I guess it makes all necessary things to configure the system to be able to allocate that amount of shared memory.
However after subsequent reboots, the system default settings are applied (32Mb on Linux).
To change the maximum size of a shared memory segment :
echo "size_in_bytes" >/proc/sys/kernel/shmmax
To make sure that it is automatically configured by RedHat boot scripts, edit /etc/sysctl.conf and add :
kernel.shmmax = size_in_bytes
For exemple, to allow a single process to allocate up to 128 MB shared memory :
echo "134217728" >/proc/sys/kernel/shmmax
To do the same in system startup scripts, edit /etc/sysctl.conf as follows :
kernel.shmmax = 134217728
Good luck.
Kodjo
	Learn and explain...
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-21-2002 05:00 PM
11-21-2002 05:00 PM
			
				
					
						
							Re: Web Jetadmin 7.0 problem (Linux)
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						So building on Kodjo's post --
Install the App and then do a
cat /proc/sys/kernel/shmmax
then plug the resultant number into your sysctl.conf
or, read the documentation and find out how much shared memory it requires and plug that number in.
Best regards,
Mark
		
		
	
	
	
Install the App and then do a
cat /proc/sys/kernel/shmmax
then plug the resultant number into your sysctl.conf
or, read the documentation and find out how much shared memory it requires and plug that number in.
Best regards,
Mark
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