HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- reconfigure the kernel
Operating System - Tru64 Unix
        1839900
        Members
    
    
        3062
        Online
    
    
        110156
        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
01-18-2010 04:50 AM
01-18-2010 04:50 AM
			
				
					
						
							reconfigure the kernel
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi everyone
I am using tru64 unix and I want to know how to Reconfigure the kernel to have bigger segments
Urgent.
bye.
		
		
	
	
	
I am using tru64 unix and I want to know how to Reconfigure the kernel to have bigger segments
Urgent.
bye.
		1 REPLY 1
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2010 05:48 AM
01-18-2010 05:48 AM
			
				
					
						
							Re: reconfigure the kernel
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						First question: do you mean shared memory segments?  I'll assume so for the rest of this answer.
Second: what version of Tru64 are you using?
To increase the maximum shared memory segment size (the default is 4 MB), you need to define a new value for parameter shm-max (if V4) or shm_max (if V5) in /etc/sysconfigtab and reboot. This parameter is in the ipc subsystem. So you'd find the ipc: stanza in /etc/sysconfigtab (or add one if it doesn't already exist) and add a line like this:
shm_max = 8388608 (this would double the size to 8 MB).
If there is already a definition in shm_max, replace the existing value with your new one.
For V4, the maximum allowable size is 2 GB minus 1 byte, but for performance reasons it's a little better to use an exact multiple of 8 MB, so you could use up to 2 GB minus 8 MB.
For V5, the maximum allowable size is 18 exabytes or so, which is far larger than can be practically used, so it's effectively unlimited.
Martin
		
		
	
	
	
Second: what version of Tru64 are you using?
To increase the maximum shared memory segment size (the default is 4 MB), you need to define a new value for parameter shm-max (if V4) or shm_max (if V5) in /etc/sysconfigtab and reboot. This parameter is in the ipc subsystem. So you'd find the ipc: stanza in /etc/sysconfigtab (or add one if it doesn't already exist) and add a line like this:
shm_max = 8388608 (this would double the size to 8 MB).
If there is already a definition in shm_max, replace the existing value with your new one.
For V4, the maximum allowable size is 2 GB minus 1 byte, but for performance reasons it's a little better to use an exact multiple of 8 MB, so you could use up to 2 GB minus 8 MB.
For V5, the maximum allowable size is 18 exabytes or so, which is far larger than can be practically used, so it's effectively unlimited.
Martin
	I work for HPE
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details
			
			
				
			
			
			
			
			
			
		A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details

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