HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - chatr explanation
 
Operating System - HP-UX
        1840212
        Members
    
    
        3119
        Online
    
    
        110162
        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
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		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
 
12-08-2004 10:42 AM
12-08-2004 10:42 AM
			
				
					
					
						Hi.
I have a trouble with a shared library in development machine. I compare this file with the one in production machine using comand chatr and the only one difference found is that in development machine show this additional attribute :
"explicit unloading enabled"
Could you guys give me a explanation what that means and how I can set it enabled or disabled? Thanks in advance.
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
I have a trouble with a shared library in development machine. I compare this file with the one in production machine using comand chatr and the only one difference found is that in development machine show this additional attribute :
"explicit unloading enabled"
Could you guys give me a explanation what that means and how I can set it enabled or disabled? Thanks in advance.
	alfonsoarias
			
			
				Solved! Go to Solution.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-08-2004 11:03 AM
12-08-2004 11:03 AM
			
				
					
						
							Re: chatr explanation
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I'm not sure if the shared library was written in C++ or Java which files you are getting this information from but the meaning...
From within the single "application manager" application, we start and stop other applications and allow explicit unloading of classes. All applications that are executing within this environment share all loaded classes entirely, i.e. all code and data is loaded only once and then reused (shared).
Again, might be helpful if you gave the files that you compared to derive this information.
		
		
	
	
	
From within the single "application manager" application, we start and stop other applications and allow explicit unloading of classes. All applications that are executing within this environment share all loaded classes entirely, i.e. all code and data is loaded only once and then reused (shared).
Again, might be helpful if you gave the files that you compared to derive this information.
	If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-08-2004 11:32 AM
12-08-2004 11:32 AM
Solution
			
				
					
					
						From ld(1)
---
-B bind
...
nodelete
Mark the shared library so that an explicit unload using dlclose() or shl_load() returns success silently without detaching the shared library from the process.
---
You can change it with chatr -B [nodelete|delete]
$ chatr -B nodelete 
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
---
-B bind
...
nodelete
Mark the shared library so that an explicit unload using dlclose() or shl_load() returns success silently without detaching the shared library from the process.
---
You can change it with chatr -B [nodelete|delete]
$ chatr -B nodelete
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