HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: nddconf strange modifications
 
Operating System - HP-UX
        1840166
        Members
    
    
        3129
        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
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
 
05-23-2006 08:11 PM
05-23-2006 08:11 PM
			
				
					
						
							nddconf strange modifications
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi.
I have HP-UX v 11i running on rp7420. In order for the Java applications to work correctly we set an ephemeral port range. We do it using the settings in the /etc/rc.config.d/nddconf file. But strange things happen. After I had edited the file the contents were as the following:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_largest_anon_port
NDD_VALUE[0]=50000
TRANSPORT_NAME[1]=tcp
NDD_NAME[1]=tcp_smallest_anon_port
NDD_VALUE[1]=49152
TRANSPORT_NAME[2]=udp
NDD_NAME[2]=udp_largest_anon_port
NDD_VALUE[2]=50000
TRANSPORT_NAME[3]=udp
NDD_NAME[3]=udp_smallest_anon_port
NDD_VALUE[3]=49152
...but after I had reboot the server my emphemeral port range got shifted and I found that my nddconf file got modified by unknown process. This happens every time I reboot the machine. After the reboot the file looks as the following:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_largest_anon_port
NDD_VALUE[0]=49152
TRANSPORT_NAME[1]=tcp
NDD_NAME[1]=tcp_smallest_anon_port
NDD_VALUE[1]=50000
TRANSPORT_NAME[2]=udp
NDD_NAME[2]=udp_largest_anon_port
NDD_VALUE[2]=49152
TRANSPORT_NAME[3]=udp
NDD_NAME[3]=udp_smallest_anon_port
NDD_VALUE[3]=50000
Somehow _smallest and _largest ports are getting swapped.
Why this happens? Is there any way to avoid this? Of course, I set these ports manually then by ndd commands but this is not the way out, I need to make the system reboot correctly with the necessary port range read from this file.
		
		
	
	
	
I have HP-UX v 11i running on rp7420. In order for the Java applications to work correctly we set an ephemeral port range. We do it using the settings in the /etc/rc.config.d/nddconf file. But strange things happen. After I had edited the file the contents were as the following:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_largest_anon_port
NDD_VALUE[0]=50000
TRANSPORT_NAME[1]=tcp
NDD_NAME[1]=tcp_smallest_anon_port
NDD_VALUE[1]=49152
TRANSPORT_NAME[2]=udp
NDD_NAME[2]=udp_largest_anon_port
NDD_VALUE[2]=50000
TRANSPORT_NAME[3]=udp
NDD_NAME[3]=udp_smallest_anon_port
NDD_VALUE[3]=49152
...but after I had reboot the server my emphemeral port range got shifted and I found that my nddconf file got modified by unknown process. This happens every time I reboot the machine. After the reboot the file looks as the following:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_largest_anon_port
NDD_VALUE[0]=49152
TRANSPORT_NAME[1]=tcp
NDD_NAME[1]=tcp_smallest_anon_port
NDD_VALUE[1]=50000
TRANSPORT_NAME[2]=udp
NDD_NAME[2]=udp_largest_anon_port
NDD_VALUE[2]=49152
TRANSPORT_NAME[3]=udp
NDD_NAME[3]=udp_smallest_anon_port
NDD_VALUE[3]=50000
Somehow _smallest and _largest ports are getting swapped.
Why this happens? Is there any way to avoid this? Of course, I set these ports manually then by ndd commands but this is not the way out, I need to make the system reboot correctly with the necessary port range read from this file.
	Master
			
			
				
			
			
			
			
			
			
		
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-23-2006 08:20 PM
05-23-2006 08:20 PM
			
				
					
						
							Re: nddconf strange modifications
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Voctor,
Hope this helps you, to solve your problem
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
Chan
		
		
	
	
	
Hope this helps you, to solve your problem
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
Chan
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-24-2006 06:59 PM
05-24-2006 06:59 PM
			
				
					
						
							Re: nddconf strange modifications
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks,
There is a lot of useful info, but I still could not find why they TCP/UDP largest and smallest could get swapped...
Regards.
		
		
	
	
	
There is a lot of useful info, but I still could not find why they TCP/UDP largest and smallest could get swapped...
Regards.
	Master
			
			
				
			
			
			
			
			
			
		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